OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextLost
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/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->CurrentServerDispatch = ctx->
ContextLost
;
context.c
1298
free(ctx->
ContextLost
);
mtypes.h
5207
struct _glapi_table *
ContextLost
;
/xsrc/external/mit/MesaLib.old/dist/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->CurrentServerDispatch = ctx->
ContextLost
;
context.c
1387
free(ctx->
ContextLost
);
mtypes.h
4817
struct _glapi_table *
ContextLost
;
Completed in 15 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026