Searched refs:GetGraphicsResetStatus (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Drobustness.c82 * "* GetError and GetGraphicsResetStatus behave normally following a
134 if (ctx->Driver.GetGraphicsResetStatus) {
137 status = ctx->Driver.GetGraphicsResetStatus(ctx);
160 if (!ctx->Driver.GetGraphicsResetStatus && (MESA_VERBOSE & VERBOSE_API))
H A Ddd.h1047 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Drobustness.c82 * "* GetError and GetGraphicsResetStatus behave normally following a
134 if (ctx->Driver.GetGraphicsResetStatus) {
137 status = ctx->Driver.GetGraphicsResetStatus(ctx);
160 if (!ctx->Driver.GetGraphicsResetStatus && (MESA_VERBOSE & VERBOSE_API))
H A Ddd.h1143 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member in struct:dd_function_table
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_flush.c142 * Called via \c dd_function_table::GetGraphicsResetStatus.
193 functions->GetGraphicsResetStatus = st_get_graphics_reset_status;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_flush.c153 * Called via \c dd_function_table::GetGraphicsResetStatus.
194 functions->GetGraphicsResetStatus = st_get_graphics_reset_status;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c987 functions.GetGraphicsResetStatus = brw_get_graphics_reset_status;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1035 functions.GetGraphicsResetStatus = brw_get_graphics_reset_status;
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h780 #define glGetGraphicsResetStatus MANGLE(GetGraphicsResetStatus)
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dglapi_mapi_tmp.h1083 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatus)(void);
8761 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatus)(void)
13585 ".globl "GLAPI_PREFIX_STR(GetGraphicsResetStatus)"\n"
13586 ".set "GLAPI_PREFIX_STR(GetGraphicsResetStatus)", "GLAPI_PREFIX_STR(GetGraphicsResetStatusARB)"\n"
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dglapi_mapi_tmp.h1082 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatus)(void);
8760 GLAPI GLenum APIENTRY GLAPI_PREFIX(GetGraphicsResetStatus)(void)
13584 ".globl "GLAPI_PREFIX_STR(GetGraphicsResetStatus)"\n"
13585 ".set "GLAPI_PREFIX_STR(GetGraphicsResetStatus)", "GLAPI_PREFIX_STR(GetGraphicsResetStatusARB)"\n"

Completed in 81 milliseconds