Searched refs:ANativeWindow_queueBuffer (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/include/Android/vndk/ |
D | window.h | 29 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
|
/external/mesa3d/src/android_stub/ |
D | nativewindow_stub.cpp | 85 ANativeWindow_queueBuffer(ANativeWindow *window, in ANativeWindow_queueBuffer() function
|
/external/mesa3d/include/android_stub/vndk/ |
D | window.h | 221 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.h | 71 ANativeWindow_queueBuffer(struct ANativeWindow *window, in ANativeWindow_queueBuffer() function
|
D | platform_android.c | 203 ANativeWindow_queueBuffer(dri2_surf->window, dri2_surf->buffer, fence_fd); in droid_window_enqueue_buffer() 922 if (ANativeWindow_queueBuffer(dri2_surf->window, dri2_surf->buffer, in droid_display_shared_buffer()
|
/external/mesa3d/src/gfxstream/guest/android/ |
D | ANativeWindowAndroid.cpp | 168 return ANativeWindow_queueBuffer(anw, anb, fence); in queueBuffer()
|