Searched refs:__DRI_CORE (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 295 { __DRI_CORE, 1, offsetof(struct gbm_dri_device, core), false }, 300 { __DRI_CORE, 1, offsetof(struct gbm_dri_device, core), false },
|
/third_party/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 808 .base = { __DRI_CORE, 2 },
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 801 #define __DRI_CORE "DRI_Core" macro
|
/third_party/mesa3d/src/glx/ |
D | drisw_glx.c | 842 if (strcmp(extensions[i]->name, __DRI_CORE) == 0) in driswCreateScreen()
|
D | dri3_glx.c | 882 if (strcmp(extensions[i]->name, __DRI_CORE) == 0) in dri3_create_screen()
|
D | dri2_glx.c | 1196 if (strcmp(extensions[i]->name, __DRI_CORE) == 0) in dri2CreateScreen()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 708 { __DRI_CORE, 1, offsetof(struct dri2_egl_display, core) }, 714 { __DRI_CORE, 1, offsetof(struct dri2_egl_display, core) }, 727 { __DRI_CORE, 1, offsetof(struct dri2_egl_display, core) },
|