Searched refs:ANativeWindow_queueBuffer (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/Android/vndk/ |
H A D | window.h | 29 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
|
/third_party/mesa3d/src/android_stub/ |
H A D | nativewindow_stub.cpp | 79 ANativeWindow_queueBuffer(ANativeWindow *window, in ANativeWindow_queueBuffer() function
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.h | 73 ANativeWindow_queueBuffer(struct ANativeWindow *window, in ANativeWindow_queueBuffer() function
|
H A D | platform_android.h | 73 ANativeWindow_queueBuffer(struct ANativeWindow *window, in ANativeWindow_queueBuffer() function
|
H A D | platform_ohos.c | 301 ANativeWindow_queueBuffer(dri2_surf->window, dri2_surf->buffer, fence_fd); in ohos_window_enqueue_buffer() 968 if (ANativeWindow_queueBuffer(dri2_surf->window, dri2_surf->buffer, in ohos_display_shared_buffer() 970 _eglLog(_EGL_WARNING, "%{public}s: ANativeWindow_queueBuffer failed", __func__); in ohos_display_shared_buffer()
|
H A D | platform_android.c | 561 ANativeWindow_queueBuffer(dri2_surf->window, dri2_surf->buffer, fence_fd); 1426 if (ANativeWindow_queueBuffer(dri2_surf->window, dri2_surf->buffer, 1428 _eglLog(_EGL_WARNING, "%s: ANativeWindow_queueBuffer failed", __func__);
|
/third_party/mesa3d/include/android_stub/vndk/ |
H A D | window.h | 221 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferAndroid.cpp | 41 return ANativeWindow_queueBuffer(window, buffer, fenceFd); in queueBuffer()
|
Completed in 7 milliseconds