Searched refs:EmulatedANativeWindow (Results 1 – 2 of 2) sorted by relevance
21 EmulatedANativeWindow::EmulatedANativeWindow( in EmulatedANativeWindow() function in gfxstream::EmulatedANativeWindow33 EGLNativeWindowType EmulatedANativeWindow::asEglNativeWindowType() { in asEglNativeWindowType()37 uint32_t EmulatedANativeWindow::getWidth() const { return mWidth; } in getWidth()39 uint32_t EmulatedANativeWindow::getHeight() const { return mHeight; } in getHeight()41 int EmulatedANativeWindow::getFormat() const { return mFormat; } in getFormat()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()74 void EmulatedANativeWindow::acquire() { ++mRefCount; } in acquire()76 void EmulatedANativeWindow::release() { in release()[all …]
27 class EmulatedANativeWindow {29 EmulatedANativeWindow(uint32_t width, uint32_t height, uint32_t format,