Searched refs:__DRI2_FLUSH (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 223 #define __DRI2_FLUSH "DRI2_Flush" macro 626 * the __DRI2_FLUSH extension, whenever the needs to query for new
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | kopper.c | 90 .base = { __DRI2_FLUSH, 4 },
|
H A D | dri2.c | 91 .base = { __DRI2_FLUSH, 4 },
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 993 if ((strcmp(extensions[i]->name, __DRI2_FLUSH) == 0)) { in dri2BindExtensions()
|
H A D | dri3_glx.c | 773 if ((strcmp(extensions[i]->name, __DRI2_FLUSH) == 0)) { in dri3_bind_extensions()
|
H A D | drisw_glx.c | 863 if (strcmp(extensions[i]->name, __DRI2_FLUSH) == 0) in driswBindExtensions()
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_dri.c | 297 { __DRI2_FLUSH, 1, offsetof(struct gbm_dri_device, flush), false },
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 723 { __DRI2_FLUSH, 1, offsetof(struct dri2_egl_display, flush) },
|
Completed in 19 milliseconds