HomeSort by: relevance | last modified time | path
    Searched refs:NumWindowRects (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_scissor.c 40 blit->num_window_rectangles = ctx->Scissor.NumWindowRects;
st_atom_scissor.c 118 unsigned num_rects = scissor->NumWindowRects;
st_cb_clear.c 391 return ctx->Scissor.NumWindowRects > 0 ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_scissor.c 40 blit->num_window_rectangles = ctx->Scissor.NumWindowRects;
st_atom_scissor.c 115 unsigned num_rects = scissor->NumWindowRects;
st_cb_clear.c 387 return ctx->Scissor.NumWindowRects > 0 ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
scissor.c 310 ctx->Scissor.NumWindowRects = count;
attrib.c 1139 attr->Scissor.WindowRectMode, attr->Scissor.NumWindowRects,
mtypes.h 786 GLint NumWindowRects; /**< Count of enabled window rectangles */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
scissor.c 309 ctx->Scissor.NumWindowRects = count;
attrib.c 1385 scissor->WindowRectMode, scissor->NumWindowRects,
mtypes.h 809 GLint NumWindowRects; /**< Count of enabled window rectangles */
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 307 { GL_NUM_WINDOW_RECTANGLES_EXT, CONTEXT_INT(Scissor.NumWindowRects), extra_EXT_window_rectangles },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 301 { GL_NUM_WINDOW_RECTANGLES_EXT, CONTEXT_INT(Scissor.NumWindowRects), extra_EXT_window_rectangles },

Completed in 62 milliseconds