Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1971 class DefineTextureFromImage : public Operation class
1974DefineTextureFromImage (SharedPtr<Texture> texture, SharedPtr<EGLImage> image, bool useSync, bool …
1982 DefineTextureFromImage::DefineTextureFromImage (SharedPtr<Texture> texture, SharedPtr<EGLImage> ima… in DefineTextureFromImage() function in deqp::egl::GLES2ThreadTest::DefineTextureFromImage
1995 void DefineTextureFromImage::exec (tcu::ThreadUtil::Thread& t) in exec()
2794 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DefineTextureFromImage(texture, image, m_c… in addRandomOperation()
3386 …m_threads[0]->addOperation(new GLES2ThreadTest::DefineTextureFromImage(texture, image, m_config.us… in addImageOperations()
3388 …m_threads[1]->addOperation(new GLES2ThreadTest::DefineTextureFromImage(texture, image, m_config.us… in addImageOperations()