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

/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp506 class GLES2TextureSharingTest : public GLES2SharingTest class in namespace:deqp::egl
509 GLES2TextureSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec);
521 GLES2TextureSharingTest::GLES2TextureSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) function in class:deqp::egl::GLES2TextureSharingTest
528 void GLES2TextureSharingTest::createResource (void)
546 void GLES2TextureSharingTest::destroyResource (void)
551 void GLES2TextureSharingTest::renderResource (tcu::Surface* screen, tcu::Surface* reference)
1206 texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx, "create_delete", "Create and delete on shared context", spec));
1219 texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx, "create_delete_mixed", "Create and delete on different contexts", spec));
1232 texture->addChild(new GLES2TextureSharingTest(m_eglTestCt
[all...]

Completed in 104 milliseconds