Home
last modified time | relevance | path

Searched refs:__DRI_CTX_RESET_NO_NOTIFICATION (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/
Ddri_common.c505 *reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri2_convert_glx_attribs()
542 *reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri2_convert_glx_attribs()
Ddri3_glx.c248 int reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri3_create_context_attribs()
289 if (reset != __DRI_CTX_RESET_NO_NOTIFICATION) { in dri3_create_context_attribs()
Ddrisw_glx.c440 if (reset != __DRI_CTX_RESET_NO_NOTIFICATION) in drisw_create_context_attribs()
Ddri2_glx.c293 if (reset != __DRI_CTX_RESET_NO_NOTIFICATION) { in dri2_create_context_attribs()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_context.c111 if (ctx_config->reset_strategy != __DRI_CTX_RESET_NO_NOTIFICATION) in dri_create_context()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c349 if (attribs[i * 2 + 1] != __DRI_CTX_RESET_NO_NOTIFICATION) { in driCreateContextAttribs()
/external/mesa3d/include/GL/internal/
Ddri_interface.h1099 #define __DRI_CTX_RESET_NO_NOTIFICATION 0 macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c880 ctx_config->reset_strategy != __DRI_CTX_RESET_NO_NOTIFICATION); in brwCreateContext()