Home
last modified time | relevance | path

Searched refs:RasterPosValid (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/opengl/mesa/
H A Drastpos.c116 ctx->Current.RasterPosValid = GL_FALSE; in gl_RasterPos4f()
129 ctx->Current.RasterPosValid = GL_FALSE; in gl_RasterPos4f()
145 ctx->Current.RasterPosValid = GL_TRUE; in gl_RasterPos4f()
175 ctx->Current.RasterPosValid = GL_TRUE; in gl_windowpos()
H A Dbitmap.c175 if (ctx->Current.RasterPosValid==GL_FALSE) { in gl_Bitmap()
H A Ddrawpix.c1028 if (!ctx->Current.RasterPosValid) { in quickdraw_rgb()
1084 if (!ctx->Current.RasterPosValid) { in drawpixels()
1114 if (ctx->Current.RasterPosValid) { in drawpixels()
1134 if (ctx->Current.RasterPosValid) { in drawpixels()
H A Dcopypix.c475 if (!ctx->Current.RasterPosValid) { in gl_CopyPixels()
H A Dget.c261 *params = ctx->Current.RasterPosValid; in gl_GetBooleanv()
1024 *params = (GLdouble) ctx->Current.RasterPosValid; in gl_GetDoublev()
1786 *params = (GLfloat) ctx->Current.RasterPosValid; in gl_GetFloatv()
2552 *params = (GLint) ctx->Current.RasterPosValid; in gl_GetIntegerv()
H A Dtypes.h663 GLboolean RasterPosValid; /* Raster position valid flag */ member
H A Dcontext.c628 ctx->Current.RasterPosValid = GL_TRUE; in initialize_context()