Home
last modified time | relevance | path

Searched refs:dequeueBuffer_DEPRECATED (Results 1 – 3 of 3) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/system/
Dwindow.h46 int (*dequeueBuffer_DEPRECATED)(ANativeWindow*, ANativeWindowBuffer**); member
64 return anw->dequeueBuffer_DEPRECATED(anw, anwb); in native_window_dequeue_buffer_and_wait()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp90 static int dequeueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer** buffer) { in dequeueBuffer_DEPRECATED() function
131 return dequeueBuffer_DEPRECATED(window, buffer); in dequeueBuffer()
157 this->dequeueBuffer_DEPRECATED = ::dequeueBuffer_DEPRECATED; in FakeANativeWindow()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp58 #define dequeueBuffer_DEPRECATED dequeueBuffer macro
398 if (nativeWindow->dequeueBuffer_DEPRECATED(nativeWindow, &buffer) != NO_ERROR) { in init()