Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddrawpix.c137 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()
Drastpos.c394 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()
Dmtypes.h516 GLboolean RasterPosValid; member
Ddlist.c9454 !ctx->Current.RasterPosValid || in render_bitmap_atlas()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c142 ctx->Current.RasterPosValid = GL_TRUE; in rastpos_point()
255 ctx->Current.RasterPosValid = GL_FALSE; in st_RasterPos()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h425 { GL_CURRENT_RASTER_POSITION_VALID, CONTEXT_BOOL(Current.RasterPosValid), NO_EXTRA },