Searched refs:GLES2ProgramSharingTest (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp669 class GLES2ProgramSharingTest : public GLES2SharingTest class in namespace:deqp::egl
672 GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec);
683 GLES2ProgramSharingTest::GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) function in class:deqp::egl::GLES2ProgramSharingTest
689 void GLES2ProgramSharingTest::createResource (void)
714 void GLES2ProgramSharingTest::destroyResource (void)
719 void GLES2ProgramSharingTest::renderResource (tcu::Surface* screen, tcu::Surface* reference)
1250 program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete", "Create and delete on shared context", spec));
1263 program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete_mixed", "Create and delete on different contexts", spec));
1276 program->addChild(new GLES2ProgramSharingTest(m_eglTestCt
[all...]

Completed in 102 milliseconds