Home
last modified time | relevance | path

Searched defs:anw (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/android/
DANativeWindowAndroid.cpp26 auto* anw = reinterpret_cast<ANativeWindow*>(window); in isValid() local
55 auto* anw = reinterpret_cast<ANativeWindow*>(window); in acquire() local
64 auto* anw = reinterpret_cast<ANativeWindow*>(window); in release() local
91 auto* anw = reinterpret_cast<ANativeWindow*>(window); in getConsumerUsage() local
102 auto* anw = reinterpret_cast<ANativeWindow*>(window); in setUsage() local
112 auto* anw = reinterpret_cast<ANativeWindow*>(window); in getWidth() local
122 auto* anw = reinterpret_cast<ANativeWindow*>(window); in getHeight() local
163 auto* anw = reinterpret_cast<ANativeWindow*>(window); in setSwapInterval() local
174 auto* anw = reinterpret_cast<ANativeWindow*>(window); in queueBuffer() local
188 auto* anw = reinterpret_cast<ANativeWindow*>(window); in dequeueBuffer() local
[all …]
DANativeWindowEmulated.cpp96 auto* anw = reinterpret_cast<EmulatedANativeWindow*>(window); in acquire() local
101 auto* anw = reinterpret_cast<EmulatedANativeWindow*>(window); in release() local
123 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in getWidth() local
128 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in getHeight() local
157 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in queueBuffer() local
163 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in dequeueBuffer() local
168 auto anw = reinterpret_cast<EmulatedANativeWindow*>(window); in cancelBuffer() local
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp162 auto anw = mAnwHelper->createNativeWindowForTesting(mGralloc.get(), width, height); in TEST_P() local
/hardware/google/gfxstream/guest/mesa/include/android_stub/system/
Dwindow.h927 static inline int native_window_dequeue_buffer_and_wait(ANativeWindow *anw, in native_window_dequeue_buffer_and_wait()