Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c456 .base = { __DRI2_ROBUSTNESS, 1 }
Ddri2.c1808 .base = { __DRI2_ROBUSTNESS, 1 }
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h1810 #define __DRI2_ROBUSTNESS "DRI_Robustness" macro
/third_party/mesa3d/src/glx/
Ddrisw_glx.c772 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in driswBindExtensions()
Ddri3_glx.c774 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri3_bind_extensions()
Ddri2_glx.c1094 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri2BindExtensions()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.c1663 .base = { __DRI2_ROBUSTNESS, 1 }
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c743 { __DRI2_ROBUSTNESS, 1, offsetof(struct dri2_egl_display, robustness) },