Home
last modified time | relevance | path

Searched refs:setupSubWindow (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/
DRenderWindow.h106 bool setupSubWindow(FBNativeWindowType window,
DRenderWindow.cpp202 result = FrameBuffer::getFB()->setupSubWindow( in process()
551 bool RenderWindow::setupSubWindow(FBNativeWindowType window, in setupSubWindow() function in gfxstream::RenderWindow
DRendererImpl.cpp502 return mRenderWindow->setupSubWindow(window, wx, wy, ww, wh, fbw, fbh, dpr, in showOpenGLSubwindow()
DFrameBuffer.h162 bool setupSubWindow(FBNativeWindowType p_window, int wx, int wy, int ww,
DFrameBuffer.cpp835 bool FrameBuffer::setupSubWindow(FBNativeWindowType p_window, in setupSubWindow() function in gfxstream::FrameBuffer
/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp262 mFb->setupSubWindow( in SampleApplication()
DFrameBuffer_unittest.cpp95 mFb->setupSubWindow( in SetUp()