Searched refs:ANativeWindow_dequeueBuffer (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | nativewindow_stub.cpp | 71 ANativeWindow_dequeueBuffer(ANativeWindow *window, function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/vndk/ |
| H A D | window.h | 199 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.h | 65 ANativeWindow_dequeueBuffer(struct ANativeWindow *window, function in typeref:typename:int
|
| H A D | platform_android.c | 469 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