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

  /external/mesa3d/src/mesa/main/
robustness.c 82 * "* GetError and GetGraphicsResetStatus behave normally following a
134 if (ctx->Driver.GetGraphicsResetStatus) {
137 status = ctx->Driver.GetGraphicsResetStatus(ctx);
159 if (!ctx->Driver.GetGraphicsResetStatus && (MESA_VERBOSE & VERBOSE_API))
dd.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_flush.c 166 * Called via \c dd_function_table::GetGraphicsResetStatus.
216 functions->GetGraphicsResetStatus = st_get_graphics_reset_status;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 79 milliseconds