Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c54 .base = { __DRI_CONFIG_OPTIONS, 2 },
/third_party/mesa3d/src/glx/
Ddri_common.c690 if (strcmp(extensions[i]->name, __DRI_CONFIG_OPTIONS) != 0) in get_driver_config()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.c141 .base = { __DRI_CONFIG_OPTIONS, 2 },
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.c141 .base = { __DRI_CONFIG_OPTIONS, 2 },
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h1859 #define __DRI_CONFIG_OPTIONS "DRI_ConfigOptions" macro
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c84 .base = { __DRI_CONFIG_OPTIONS, 2 },
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.c111 .base = { __DRI_CONFIG_OPTIONS, 2 },
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c738 { __DRI_CONFIG_OPTIONS, 1, offsetof(struct dri2_egl_display, configOptions) },