Searched defs:InitGLExtension (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp749 class InitGLExtension : public tcu::ThreadUtil::Operation class in namespace:deqp::egl::GLES2ThreadTest
752 InitGLExtension (const char* extension);
760 InitGLExtension::InitGLExtension (const char* extension) function in class:deqp::egl::GLES2ThreadTest::InitGLExtension
761 : tcu::ThreadUtil::Operation ("InitGLExtension")
766 void InitGLExtension::exec (tcu::ThreadUtil::Thread& t)
2222 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_sync"));
2231 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_image"));
3064 m_threads[0]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_sync"));
3065 m_threads[1]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_syn
[all...]

Completed in 133 milliseconds