Searched refs:__DRI2_FLUSH_DRAWABLE (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_drawable.c | 502 flags &= ~__DRI2_FLUSH_DRAWABLE; 506 if ((flags & __DRI2_FLUSH_DRAWABLE) && 580 else if (flags & (__DRI2_FLUSH_DRAWABLE | __DRI2_FLUSH_CONTEXT)) {
|
| H A D | dri2.c | 143 dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri_drawable.c | 490 flags &= ~__DRI2_FLUSH_DRAWABLE; 493 if ((flags & __DRI2_FLUSH_DRAWABLE) && 531 else if (flags & (__DRI2_FLUSH_DRAWABLE | __DRI2_FLUSH_CONTEXT)) {
|
| H A D | dri2.c | 74 dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | dri3_glx.c | 503 loader_dri3_flush(draw, __DRI2_FLUSH_DRAWABLE, __DRI2_THROTTLE_FLUSHFRONT); 589 unsigned flags = __DRI2_FLUSH_DRAWABLE;
|
| H A D | dri2_glx.c | 599 flags = __DRI2_FLUSH_DRAWABLE; 855 unsigned flags = __DRI2_FLUSH_DRAWABLE;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | dri3_glx.c | 489 loader_dri3_flush(draw, __DRI2_FLUSH_DRAWABLE, __DRI2_THROTTLE_FLUSHFRONT); 575 unsigned flags = __DRI2_FLUSH_DRAWABLE;
|
| H A D | dri2_glx.c | 538 flags = __DRI2_FLUSH_DRAWABLE; 795 unsigned flags = __DRI2_FLUSH_DRAWABLE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| H A D | loader_dri3_helper.c | 758 unsigned flags = __DRI2_FLUSH_DRAWABLE; 820 loader_dri3_flush(draw, __DRI2_FLUSH_DRAWABLE, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| H A D | loader_dri3_helper.c | 833 unsigned flags = __DRI2_FLUSH_DRAWABLE; 895 loader_dri3_flush(draw, __DRI2_FLUSH_DRAWABLE, __DRI2_THROTTLE_COPYSUBBUFFER);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/internal/ |
| H A D | dri_interface.h | 281 #define __DRI2_FLUSH_DRAWABLE (1 << 0) /* the drawable should be flushed. */ macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/internal/ |
| H A D | dri_interface.h | 236 #define __DRI2_FLUSH_DRAWABLE (1 << 0) /* the drawable should be flushed. */ macro
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_screen.c | 185 __DRI2_FLUSH_DRAWABLE,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_screen.c | 157 if (flags & __DRI2_FLUSH_DRAWABLE) 178 __DRI2_FLUSH_DRAWABLE,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_screen.c | 167 if (flags & __DRI2_FLUSH_DRAWABLE) 188 __DRI2_FLUSH_DRAWABLE,
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1650 __DRI2_FLUSH_DRAWABLE |
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1980 __DRI2_FLUSH_DRAWABLE |
|
Completed in 64 milliseconds