Searched refs:__DRI_CONFIG_OPTIONS (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_screen.c | 54 .base = { __DRI_CONFIG_OPTIONS, 2 },
|
/third_party/mesa3d/src/glx/ |
D | dri_common.c | 690 if (strcmp(extensions[i]->name, __DRI_CONFIG_OPTIONS) != 0) in get_driver_config()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.c | 141 .base = { __DRI_CONFIG_OPTIONS, 2 },
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.c | 141 .base = { __DRI_CONFIG_OPTIONS, 2 },
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 1859 #define __DRI_CONFIG_OPTIONS "DRI_ConfigOptions" macro
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 84 .base = { __DRI_CONFIG_OPTIONS, 2 },
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_screen.c | 111 .base = { __DRI_CONFIG_OPTIONS, 2 },
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 738 { __DRI_CONFIG_OPTIONS, 1, offsetof(struct dri2_egl_display, configOptions) },
|