Searched refs:cancelBuffer (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.h85 return window->cancelBuffer(window, buffer, fenceFd);
/xsrc/external/mit/MesaLib/dist/include/android_stub/system/
H A Dwindow.h456 * 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 Dplatform_android.c305 ret = dri2_surf->window->cancelBuffer(dri2_surf->window,
308 _eglLog(_EGL_WARNING, "ANativeWindow::cancelBuffer failed");

Completed in 6 milliseconds