Lines Matching refs:EGLClientBuffer
43 int EmulatedANativeWindow::queueBuffer(EGLClientBuffer buffer, int fence) { in queueBuffer()
54 int EmulatedANativeWindow::dequeueBuffer(EGLClientBuffer* buffer, int* fence) { in dequeueBuffer()
63 int EmulatedANativeWindow::cancelBuffer(EGLClientBuffer buffer) { in cancelBuffer()
89 bool EmulatedANativeWindowHelper::isValid(EGLClientBuffer buffer) { in isValid()
105 void EmulatedANativeWindowHelper::acquire(EGLClientBuffer buffer) { in acquire()
110 void EmulatedANativeWindowHelper::release(EGLClientBuffer buffer) { (void)buffer; } in release()
132 int EmulatedANativeWindowHelper::getWidth(EGLClientBuffer buffer) { in getWidth()
137 int EmulatedANativeWindowHelper::getHeight(EGLClientBuffer buffer) { in getHeight()
142 int EmulatedANativeWindowHelper::getFormat(EGLClientBuffer buffer, Gralloc* helper) { in getFormat()
155 int EmulatedANativeWindowHelper::queueBuffer(EGLNativeWindowType window, EGLClientBuffer buffer, in queueBuffer()
161 int EmulatedANativeWindowHelper::dequeueBuffer(EGLNativeWindowType window, EGLClientBuffer* buffer, in dequeueBuffer()
167 int EmulatedANativeWindowHelper::cancelBuffer(EGLNativeWindowType window, EGLClientBuffer buffer) { in cancelBuffer()
172 int EmulatedANativeWindowHelper::getHostHandle(EGLClientBuffer buffer, Gralloc*) { in getHostHandle()