Searched refs:dequeueBuffer (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.h69 return window->dequeueBuffer(window, buffer, fenceFd);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.6.rst67 - egl/android: Mark surface as lost when dequeueBuffer fails
/xsrc/external/mit/MesaLib/dist/include/android_stub/system/
H A Dwindow.h455 * The window holds a reference to the buffer between dequeueBuffer and
464 * time for binary compatibility, but the new dequeueBuffer function that
473 * dequeueBuffer first.
488 * The window holds a reference to the buffer between dequeueBuffer and
537 * The window holds a reference to the buffer between dequeueBuffer and
555 * The window holds a reference to the buffer between dequeueBuffer and
570 int (*dequeueBuffer)(struct ANativeWindow* window, member in struct:ANativeWindow
577 * The window holds a reference to the buffer between dequeueBuffer and
601 * The window holds a reference to the buffer between dequeueBuffer and
612 * from dequeueBuffer, tha
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c195 if (dri2_surf->window->dequeueBuffer(dri2_surf->window, &dri2_surf->buffer,
206 * From the ANativeWindow::dequeueBuffer documentation:
731 * a callback to ANativeWindow::dequeueBuffer, in which case
1313 if (dri2_surf->window->dequeueBuffer(dri2_surf->window, &dri2_surf->buffer,
1319 _eglLog(_EGL_WARNING, "%s: ANativeWindow::dequeueBuffer failed", __func__);

Completed in 6 milliseconds