Searched refs:GLES2TextureSharingTest (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingTests.cpp | 467 class GLES2TextureSharingTest : public GLES2SharingTest class 470 …GLES2TextureSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLE… 482 GLES2TextureSharingTest::GLES2TextureSharingTest (EglTestContext& eglTestCtx, const char* name, con… in GLES2TextureSharingTest() function in deqp::egl::GLES2TextureSharingTest 489 void GLES2TextureSharingTest::createResource (void) in createResource() 507 void GLES2TextureSharingTest::destroyResource (void) in destroyResource() 512 void GLES2TextureSharingTest::renderResource (tcu::Surface* screen, tcu::Surface* reference) in renderResource() 1167 …texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx, "create_delete", "Create and delete on… in init() 1180 …texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx, "create_delete_mixed", "Create and del… in init() 1193 …texture->addChild(new GLES2TextureSharingTest(m_eglTestCtx, "render", "Create, render in two conte… in init()
|