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

/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dnativewindow_stub.cpp71 ANativeWindow_dequeueBuffer(ANativeWindow *window, function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/include/android_stub/vndk/
H A Dwindow.h199 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.h65 ANativeWindow_dequeueBuffer(struct ANativeWindow *window, function in typeref:typename:int
H A Dplatform_android.c469 if (ANativeWindow_dequeueBuffer(dri2_surf->window, &dri2_surf->buffer,
480 * From the ANativeWindow_dequeueBuffer documentation:
997 * a callback to ANativeWindow_dequeueBuffer, in which case
1419 if (ANativeWindow_dequeueBuffer(dri2_surf->window, &dri2_surf->buffer,
1425 _eglLog(_EGL_WARNING, "%s: ANativeWindow_dequeueBuffer failed", __func__);

Completed in 4 milliseconds