Home
last modified time | relevance | path

Searched refs:__DRI_CTX_ATTRIB_MINOR_VERSION (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c351 case __DRI_CTX_ATTRIB_MINOR_VERSION: in driCreateContextAttribs()
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h1137 #define __DRI_CTX_ATTRIB_MINOR_VERSION 1 macro
/third_party/mesa3d/src/glx/
Ddrisw_glx.c554 ctx_attribs[num_ctx_attribs++] = __DRI_CTX_ATTRIB_MINOR_VERSION; in drisw_create_context_attribs()
Ddri3_glx.c280 ctx_attribs[num_ctx_attribs++] = __DRI_CTX_ATTRIB_MINOR_VERSION; in dri3_create_context_attribs()
Ddri2_glx.c229 ctx_attribs[num_ctx_attribs++] = __DRI_CTX_ATTRIB_MINOR_VERSION; in dri2_create_context_attribs()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1412 ctx_attribs[pos++] = __DRI_CTX_ATTRIB_MINOR_VERSION; in dri2_fill_context_attribs()