Lines Matching defs:buffer
90 static int dequeueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer** buffer) { in dequeueBuffer_DEPRECATED()
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()
172 ANativeWindowBuffer* buffer = new (std::nothrow) FakeANativeWindowBuffer(); in resourceToANWB() local
219 static EGLint rcQueryEGLString(void* ctx_, EGLenum name, void* buffer, EGLint bufferSize) { in rcQueryEGLString()
255 static EGLint rcGetGLString(void* ctx_, EGLenum name, void* buffer, EGLint bufferSize) { in rcGetGLString()
310 static EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) { in rcGetConfigs()
508 ANativeWindowBuffer* buffer = resourceToANWB(res); in rcSetWindowColorBuffer() local
618 ANativeWindowBuffer* buffer = resourceToANWB(res); in rcBindTexture() local
657 ANativeWindowBuffer* buffer = resourceToANWB(res); in rcBindRenderbuffer() local
713 EGLClientBuffer buffer = reinterpret_cast<EGLClientBuffer>(buffer_); in rcCreateClientImage() local