Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp388 HandleType handle = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in TEST_F()
400 HandleType context = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in TEST_F()
417 HandleType context = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in TEST_F()
475 HandleType context = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in TEST_F()
567 HandleType context = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in TEST_F()
691 HandleType context = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in TEST_F()
824 HandleType context = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in TEST_F()
939 HandleType context = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in TEST_F()
DSampleApplication.cpp275 mContext = mFb->createEmulatedEglContext(0, 0, glVersion); in SampleApplication()
371 unsigned int sfContext = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in drawWorker()
493 unsigned int appContext = mFb->createEmulatedEglContext(0, 0, GLESApi_3_0); in surfaceFlingerComposerLoop()
/hardware/google/gfxstream/host/gl/
DEmulationGl.h115 std::unique_ptr<EmulatedEglContext> createEmulatedEglContext(
DEmulationGl.cpp645 std::unique_ptr<EmulatedEglContext> EmulationGl::createEmulatedEglContext( in createEmulatedEglContext() function in gfxstream::gl::EmulationGl
/hardware/google/gfxstream/host/
DFrameBuffer.h534 HandleType createEmulatedEglContext(int p_config, HandleType p_share,
DFrameBuffer.cpp2990 *contextOut = createEmulatedEglContext(0, shared, GLESApi_2); in createTrivialContext()
3075 HandleType FrameBuffer::createEmulatedEglContext(int config, HandleType shareContextHandle, in createEmulatedEglContext() function in gfxstream::FrameBuffer
3098 m_emulationGl->createEmulatedEglContext(config, shareContext.get(), version, contextHandle); in createEmulatedEglContext()
DRenderControl.cpp773 HandleType ret = fb->createEmulatedEglContext(config, share, (GLESApi)glVersion); in rcCreateContext()