Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp726 class InitGLExtension : public tcu::ThreadUtil::Operation class
729 InitGLExtension (const char* extension);
737 InitGLExtension::InitGLExtension (const char* extension) in InitGLExtension() function in deqp::egl::GLES2ThreadTest::InitGLExtension
743 void InitGLExtension::exec (tcu::ThreadUtil::Thread& t) in exec()
2202 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_sync")); in init()
2211 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_image")); in init()
3082 m_threads[0]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_sync")); in init()
3083 m_threads[1]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_sync")); in init()
3328 m_threads[0]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_image")); in addImageOperations()
3329 m_threads[1]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_image")); in addImageOperations()