Lines Matching refs:ANativeWindowBuffer

49     ANativeWindowBuffer* anwb = reinterpret_cast<ANativeWindowBuffer*>(base);  in incRefANWB()
54 ANativeWindowBuffer* anwb = reinterpret_cast<ANativeWindowBuffer*>(base); in decRefANWB()
61 struct FakeANativeWindowBuffer : public ANativeWindowBuffer {
63 ANativeWindowBuffer(); in FakeANativeWindowBuffer()
90 static int dequeueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer** buffer) { in dequeueBuffer_DEPRECATED()
93 *buffer = reinterpret_cast<ANativeWindowBuffer*>(window->oem[1]); in dequeueBuffer_DEPRECATED()
98 static int lockBuffer_DEPRECATED(ANativeWindow*, ANativeWindowBuffer*) { in lockBuffer_DEPRECATED() argument
103 static int queueBuffer_DEPRECATED(ANativeWindow*, ANativeWindowBuffer*) { in queueBuffer_DEPRECATED() argument
124 static int cancelBuffer_DEPRECATED(ANativeWindow*, ANativeWindowBuffer*) { in cancelBuffer_DEPRECATED() argument
129 static int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in dequeueBuffer()
134 static int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in queueBuffer()
140 static int cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in cancelBuffer()
171 static ANativeWindowBuffer* resourceToANWB(Resource* res) { in resourceToANWB()
172 ANativeWindowBuffer* buffer = new (std::nothrow) FakeANativeWindowBuffer(); in resourceToANWB()
508 ANativeWindowBuffer* buffer = resourceToANWB(res); in rcSetWindowColorBuffer()
618 ANativeWindowBuffer* buffer = resourceToANWB(res); in rcBindTexture()
657 ANativeWindowBuffer* buffer = resourceToANWB(res); in rcBindRenderbuffer()