Searched refs:__DRI2_CONFIG_QUERY (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 1751 #define __DRI2_CONFIG_QUERY "DRI_CONFIG_QUERY" macro
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.c | 1010 .base = { __DRI2_CONFIG_QUERY, 2 },
|
H A D | dri2.c | 2317 .base = { __DRI2_CONFIG_QUERY, 2 },
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 998 if ((strcmp(extensions[i]->name, __DRI2_CONFIG_QUERY) == 0)) in dri2BindExtensions()
|
H A D | dri3_glx.c | 781 if ((strcmp(extensions[i]->name, __DRI2_CONFIG_QUERY) == 0)) in dri3_bind_extensions()
|
H A D | drisw_glx.c | 865 if ((strcmp(extensions[i]->name, __DRI2_CONFIG_QUERY) == 0)) in driswBindExtensions()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 747 { __DRI2_CONFIG_QUERY, 1, offsetof(struct dri2_egl_display, config) },
|
Completed in 18 milliseconds