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

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.h77 return window->queueBuffer(window, buffer, fenceFd);
/xsrc/external/mit/MesaLib/dist/include/android_stub/system/
H A Dwindow.h166 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
398 * by the native window when queueBuffer is called. This is equal to INT64_MIN,
456 * either queueBuffer or cancelBuffer, so clients only need their own
489 * either queueBuffer or cancelBuffer, so clients only need their own
499 * time for binary compatibility, but the new queueBuffer function that
538 * either queueBuffer or cancelBuffer, so clients only need their own
556 * either queueBuffer or cancelBuffer, so clients only need their own
578 * either queueBuffer or cancelBuffer, so clients only need their own
587 * queueBuffer, and the ANativeWindow implementation is responsible for
592 int (*queueBuffer)(struc member in struct:ANativeWindow
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c275 * Ownership of fd is transferred to consumer after queueBuffer and the
277 * after passing it to queueBuffer.
281 dri2_surf->window->queueBuffer(dri2_surf->window, dri2_surf->buffer,
1304 if (dri2_surf->window->queueBuffer(dri2_surf->window, dri2_surf->buffer,
1306 _eglLog(_EGL_WARNING, "%s: ANativeWindow::queueBuffer failed", __func__);

Completed in 5 milliseconds