Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp698 class GLES2ProgramSharingTest : public GLES2SharingTest class
701 GLES2ProgramSharingTest(EglTestContext &eglTestCtx, const char *name, const char *desc,
712 GLES2ProgramSharingTest::GLES2ProgramSharingTest(EglTestContext &eglTestCtx, const char *name, cons… in GLES2ProgramSharingTest() function in deqp::egl::GLES2ProgramSharingTest
719 void GLES2ProgramSharingTest::createResource(void) in createResource()
744 void GLES2ProgramSharingTest::destroyResource(void) in destroyResource()
749 void GLES2ProgramSharingTest::renderResource(tcu::Surface *screen, tcu::Surface *reference) in renderResource()
1280 …new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete", "Create and delete on shared context", … in init()
1293 program->addChild(new GLES2ProgramSharingTest(m_eglTestCtx, "create_delete_mixed", in init()
1308 …new GLES2ProgramSharingTest(m_eglTestCtx, "render", "Create, render in two contexts and delete", s… in init()