Searched refs:GLES2ProgramSharingTest (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingTests.cpp | 630 class GLES2ProgramSharingTest : public GLES2SharingTest class 633 …GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLE… 644 GLES2ProgramSharingTest::GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, con… in GLES2ProgramSharingTest() function in deqp::egl::GLES2ProgramSharingTest 650 void GLES2ProgramSharingTest::createResource (void) in createResource() 675 void GLES2ProgramSharingTest::destroyResource (void) in destroyResource() 680 void GLES2ProgramSharingTest::renderResource (tcu::Surface* screen, tcu::Surface* reference) in renderResource() 1211 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete", "Create and delete on… in init() 1224 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete_mixed", "Create and del… in init() 1237 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "render", "Create, render in two conte… in init()
|