Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp690 class GLES2ProgramSharingTest : public GLES2SharingTest class
693GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLE…
704 GLES2ProgramSharingTest::GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, con… in GLES2ProgramSharingTest() function in deqp::egl::GLES2ProgramSharingTest
710 void GLES2ProgramSharingTest::createResource (void) in createResource()
735 void GLES2ProgramSharingTest::destroyResource (void) in destroyResource()
740 void GLES2ProgramSharingTest::renderResource (tcu::Surface* screen, tcu::Surface* reference) in renderResource()
1283 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete", "Create and delete on… in init()
1296 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete_mixed", "Create and del… in init()
1309 …program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "render", "Create, render in two conte… in init()