Searched refs:ContextPriority (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglcontext.h65 EGLint ContextPriority; member in struct:_egl_context
H A Deglcontext.c384 * the driver would fail, and ctx->ContextPriority matches the
388 ctx->ContextPriority = val;
601 ctx->ContextPriority = EGL_CONTEXT_PRIORITY_MEDIUM_IMG;
696 *value = c->ContextPriority;
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglcontext.h65 EGLint ContextPriority; member in struct:_egl_context
H A Deglcontext.c392 * the driver would fail, and ctx->ContextPriority matches the
396 ctx->ContextPriority = val;
609 ctx->ContextPriority = EGL_CONTEXT_PRIORITY_MEDIUM_IMG;
700 *value = c->ContextPriority;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1134 if (dri2_ctx->base.ContextPriority != EGL_CONTEXT_PRIORITY_MEDIUM_IMG) {
1137 switch (dri2_ctx->base.ContextPriority) {
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1441 if (dri2_ctx->base.ContextPriority != EGL_CONTEXT_PRIORITY_MEDIUM_IMG) {
1444 switch (dri2_ctx->base.ContextPriority) {

Completed in 14 milliseconds