Searched refs:ShaderCompile (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1427 class ShaderCompile : public Operation class 1430 ShaderCompile (SharedPtr<Shader> sharder, bool useSync, bool serverSync); 1437 ShaderCompile::ShaderCompile (SharedPtr<Shader> shader, bool useSync, bool serverSync) in ShaderCompile() function in deqp::egl::GLES2ThreadTest::ShaderCompile 1445 void ShaderCompile::exec (tcu::ThreadUtil::Thread& t) in exec() 2725 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::ShaderCompile(shader, m_config.useFenceSyn… in addRandomOperation() 3157 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderCompile(vertexShader, m_config.useFenceSync,… in addBufferOperations() 3161 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderCompile(fragmentShader, m_config.useFenceSyn… in addBufferOperations() 3245 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderCompile(vertexShader, m_config.useFenceSync,… in addTextureOperations() 3249 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderCompile(fragmentShader, m_config.useFenceSyn… in addTextureOperations() 3352 …m_threads[0]->addOperation(new GLES2ThreadTest::ShaderCompile(vertexShader, m_config.useFenceSync,… in addImageOperations() [all …]
|