Searched refs:__DRI2_ROBUSTNESS (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 456 .base = { __DRI2_ROBUSTNESS, 1 }
|
D | dri2.c | 1808 .base = { __DRI2_ROBUSTNESS, 1 }
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 1810 #define __DRI2_ROBUSTNESS "DRI_Robustness" macro
|
/third_party/mesa3d/src/glx/ |
D | drisw_glx.c | 772 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in driswBindExtensions()
|
D | dri3_glx.c | 774 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri3_bind_extensions()
|
D | dri2_glx.c | 1094 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri2BindExtensions()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_screen.c | 1663 .base = { __DRI2_ROBUSTNESS, 1 }
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 743 { __DRI2_ROBUSTNESS, 1, offsetof(struct dri2_egl_display, robustness) },
|