HomeSort by relevance Sort by last modified time
    Searched refs:RasterPosValid (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawpix.c 139 if (!ctx->Current.RasterPosValid) {
262 if (!ctx->Current.RasterPosValid || width == 0 || height == 0) {
310 if (!ctx->Current.RasterPosValid) {
rastpos.c 243 ctx->Current.RasterPosValid = GL_TRUE;
563 ctx->Current.RasterPosValid = GL_TRUE;
mtypes.h 824 GLboolean RasterPosValid;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/main/
drawpix.c 139 if (!ctx->Current.RasterPosValid) {
262 if (!ctx->Current.RasterPosValid || width == 0 || height == 0) {
310 if (!ctx->Current.RasterPosValid) {
rastpos.c 243 ctx->Current.RasterPosValid = GL_TRUE;
563 ctx->Current.RasterPosValid = GL_TRUE;
mtypes.h 824 GLboolean RasterPosValid;
    [all...]
get.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 389 ctx->Current.RasterPosValid = GL_FALSE;
395 ctx->Current.RasterPosValid = GL_FALSE;
402 ctx->Current.RasterPosValid = GL_FALSE;
473 ctx->Current.RasterPosValid = GL_TRUE;
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 389 ctx->Current.RasterPosValid = GL_FALSE;
395 ctx->Current.RasterPosValid = GL_FALSE;
402 ctx->Current.RasterPosValid = GL_FALSE;
473 ctx->Current.RasterPosValid = GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_rasterpos.c 144 ctx->Current.RasterPosValid = GL_TRUE;
247 ctx->Current.RasterPosValid = GL_FALSE;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_rasterpos.c 144 ctx->Current.RasterPosValid = GL_TRUE;
247 ctx->Current.RasterPosValid = GL_FALSE;

Completed in 522 milliseconds