Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp394 HandleType handle = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F()
401 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F()
418 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F()
476 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F()
568 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F()
692 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F()
825 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F()
940 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F()
DSampleApplication.cpp276 mSurface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in SampleApplication()
372 unsigned int sfSurface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in drawWorker()
494 unsigned int appSurface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in surfaceFlingerComposerLoop()
/hardware/google/gfxstream/host/gl/
DEmulationGl.h133 std::unique_ptr<EmulatedEglWindowSurface> createEmulatedEglWindowSurface(
DEmulationGl.cpp690 std::unique_ptr<EmulatedEglWindowSurface> EmulationGl::createEmulatedEglWindowSurface( in createEmulatedEglWindowSurface() function in gfxstream::gl::EmulationGl
/hardware/google/gfxstream/host/
DFrameBuffer.h545 HandleType createEmulatedEglWindowSurface(int p_config, int p_width, int p_height);
DFrameBuffer.cpp2993 *surfOut = createEmulatedEglWindowSurface(0, 1, 1); in createTrivialContext()
3147 HandleType FrameBuffer::createEmulatedEglWindowSurface(int p_config, int p_width, int p_height) { in createEmulatedEglWindowSurface() function in gfxstream::FrameBuffer
3159 m_emulationGl->createEmulatedEglWindowSurface(p_config, p_width, p_height, handle); in createEmulatedEglWindowSurface()
DRenderControl.cpp795 return fb->createEmulatedEglWindowSurface(config, width, height); in rcCreateWindowSurface()