Lines Matching defs:window
74 bool EmulatedANativeWindowHelper::isValid(EGLNativeWindowType window) { in isValid()
86 void EmulatedANativeWindowHelper::acquire(EGLNativeWindowType window) { in acquire()
91 void EmulatedANativeWindowHelper::release(EGLNativeWindowType window) { in release()
103 int EmulatedANativeWindowHelper::getConsumerUsage(EGLNativeWindowType window, int* usage) { in getConsumerUsage()
108 void EmulatedANativeWindowHelper::setUsage(EGLNativeWindowType window, int usage) { in setUsage()
113 int EmulatedANativeWindowHelper::getWidth(EGLNativeWindowType window) { in getWidth()
118 int EmulatedANativeWindowHelper::getHeight(EGLNativeWindowType window) { in getHeight()
140 void EmulatedANativeWindowHelper::setSwapInterval(EGLNativeWindowType window, int interval) { in setSwapInterval()
146 int EmulatedANativeWindowHelper::queueBuffer(EGLNativeWindowType window, EGLClientBuffer buffer, in queueBuffer()
152 int EmulatedANativeWindowHelper::dequeueBuffer(EGLNativeWindowType window, EGLClientBuffer* buffer, in dequeueBuffer()
158 int EmulatedANativeWindowHelper::cancelBuffer(EGLNativeWindowType window, EGLClientBuffer buffer) { in cancelBuffer()