Searched refs:__DRI2_ROBUSTNESS (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 453 .base = { __DRI2_ROBUSTNESS, 1 }
|
D | dri2.c | 1718 .base = { __DRI2_ROBUSTNESS, 1 }
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 1844 #define __DRI2_ROBUSTNESS "DRI_Robustness" macro
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 822 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in driswBindExtensions()
|
D | dri3_glx.c | 787 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri3_bind_extensions()
|
D | dri2_glx.c | 1172 && strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri2BindExtensions()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 1633 .base = { __DRI2_ROBUSTNESS, 1 }
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 750 { __DRI2_ROBUSTNESS, 1, offsetof(struct dri2_egl_display, robustness) },
|