Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/dri/
Ddrisw.c453 .base = { __DRI2_ROBUSTNESS, 1 }
Ddri2.c1718 .base = { __DRI2_ROBUSTNESS, 1 }
/external/mesa3d/include/GL/internal/
Ddri_interface.h1844 #define __DRI2_ROBUSTNESS "DRI_Robustness" macro
/external/mesa3d/src/glx/
Ddrisw_glx.c822 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in driswBindExtensions()
Ddri3_glx.c787 if (strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri3_bind_extensions()
Ddri2_glx.c1172 && strcmp(extensions[i]->name, __DRI2_ROBUSTNESS) == 0) in dri2BindExtensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c1633 .base = { __DRI2_ROBUSTNESS, 1 }
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c750 { __DRI2_ROBUSTNESS, 1, offsetof(struct dri2_egl_display, robustness) },