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

  /external/mesa3d/src/mesa/main/
robustness.c 68 if (ctx->ContextLost == NULL) {
71 ctx->ContextLost = malloc(numEntries * sizeof(_glapi_proc));
72 if (!ctx->ContextLost)
75 _glapi_proc *entry = (_glapi_proc *) ctx->ContextLost;
98 SET_GetError(ctx->ContextLost, _mesa_GetError);
99 SET_GetGraphicsResetStatusARB(ctx->ContextLost, _mesa_GetGraphicsResetStatusARB);
100 SET_GetSynciv(ctx->ContextLost, _context_lost_GetSynciv);
101 SET_GetQueryObjectuiv(ctx->ContextLost, _context_lost_GetQueryObjectuiv);
104 ctx->CurrentDispatch = ctx->ContextLost;
context.c     [all...]
mtypes.h     [all...]

Completed in 70 milliseconds