Home
last modified time | relevance | path

Searched refs:ANativeWindow_queueBuffer (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/include/Android/vndk/
Dwindow.h29 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
/external/mesa3d/src/android_stub/
Dnativewindow_stub.cpp85 ANativeWindow_queueBuffer(ANativeWindow *window, in ANativeWindow_queueBuffer() function
/external/mesa3d/include/android_stub/vndk/
Dwindow.h221 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.h71 ANativeWindow_queueBuffer(struct ANativeWindow *window, in ANativeWindow_queueBuffer() function
Dplatform_android.c203 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/
DANativeWindowAndroid.cpp168 return ANativeWindow_queueBuffer(anw, anb, fence); in queueBuffer()