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

  /external/mesa3d/src/mesa/main/
api_validate.c 180 if (!ctx->Const.CheckArrayBounds)
511 if (ctx->Const.CheckArrayBounds) {
554 if (ctx->Const.CheckArrayBounds) {
context.c 613 /* CheckArrayBounds is overriden by drivers/x11 for X server */
614 ctx->Const.CheckArrayBounds = GL_FALSE;
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 765 mesaCtx->Const.CheckArrayBounds = GL_TRUE;

Completed in 56 milliseconds