Searched refs:RasterPosValid (Results 1 – 6 of 6) sorted by relevance
137 if (!ctx->Current.RasterPosValid) { in _mesa_DrawPixels()261 if (!ctx->Current.RasterPosValid || width == 0 || height == 0) { in _mesa_CopyPixels()310 if (!ctx->Current.RasterPosValid) { in _mesa_Bitmap()
394 ctx->Current.RasterPosValid = GL_FALSE; in _mesa_RasterPos()400 ctx->Current.RasterPosValid = GL_FALSE; in _mesa_RasterPos()407 ctx->Current.RasterPosValid = GL_FALSE; in _mesa_RasterPos()475 ctx->Current.RasterPosValid = GL_TRUE; in _mesa_RasterPos()683 ctx->Current.RasterPosValid = GL_TRUE; in window_pos3f()944 ctx->Current.RasterPosValid = GL_TRUE; in _mesa_init_rastpos()
516 GLboolean RasterPosValid; member
9454 !ctx->Current.RasterPosValid || in render_bitmap_atlas()
142 ctx->Current.RasterPosValid = GL_TRUE; in rastpos_point()255 ctx->Current.RasterPosValid = GL_FALSE; in st_RasterPos()
425 { GL_CURRENT_RASTER_POSITION_VALID, CONTEXT_BOOL(Current.RasterPosValid), NO_EXTRA },