Searched refs:cancelBuffer (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.h | 85 return window->cancelBuffer(window, buffer, fenceFd);
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/system/ |
| H A D | window.h | 456 * either queueBuffer or cancelBuffer, so clients only need their own 489 * either queueBuffer or cancelBuffer, so clients only need their own 538 * either queueBuffer or cancelBuffer, so clients only need their own 544 * time for binary compatibility, but the new cancelBuffer function that 556 * either queueBuffer or cancelBuffer, so clients only need their own 578 * either queueBuffer or cancelBuffer, so clients only need their own 602 * either queueBuffer or cancelBuffer, so clients only need their own 612 * from dequeueBuffer, that same fence should be passed to cancelBuffer to 615 * to cancelBuffer, and the ANativeWindow implementation is responsible for 620 int (*cancelBuffer)(struc member in struct:ANativeWindow [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 305 ret = dri2_surf->window->cancelBuffer(dri2_surf->window, 308 _eglLog(_EGL_WARNING, "ANativeWindow::cancelBuffer failed");
|
Completed in 6 milliseconds