Searched refs:addOperation (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 2175 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, s… in init() 2187 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglCo… in init() 2194 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDi… in init() 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() 2228 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyImage(image, m_config.useFenceSync,… in init() 2240 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDi… in init() 2248 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyContext(resourceManager.popContext(… in init() 2252 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, resourceManag… in init() 2607 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateBuffer(buffer, m_config.useFenceSync… in addRandomOperation() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCounterOpsTests.cpp | 632 addOperation(new AtomicOperationAdd(input, param)); in setOperations() 633 addOperation(new AtomicOperationSubtract(input, param)); in setOperations() 652 addOperation(new AtomicOperationMin(input, params[0])); in setOperations() 653 addOperation(new AtomicOperationMin(input, params[1])); in setOperations() 654 addOperation(new AtomicOperationMax(input, params[0])); in setOperations() 655 addOperation(new AtomicOperationMax(input, params[1])); in setOperations() 673 addOperation(new AtomicOperationAnd(input, param)); in setOperations() 674 addOperation(new AtomicOperationOr(input, param)); in setOperations() 675 addOperation(new AtomicOperationXor(input, param)); in setOperations() 695 addOperation(new AtomicOperationExchange(input, param)); in setOperations() [all …]
|
D | gl4cShaderAtomicCounterOpsTests.hpp | 296 inline void addOperation(AtomicOperation* newOp) in addOperation() function in gl4cts::ShaderAtomicCounterOpsTestBase
|
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 249 CustomAddOp* addOperation = new CustomAddOp(); in createNextChild() local 250 addOperation->setLeftValue(m_rightValueExpr); in createNextChild() 251 addOperation->setRightValue(epsilonLiteral); in createNextChild() 254 m_rightValueExpr = addOperation; in createNextChild() 269 CustomAddOp* addOperation = new CustomAddOp(); in createNextChild() local 270 addOperation->setLeftValue(m_leftValueExpr); in createNextChild() 271 addOperation->setRightValue(epsilonLiteral); in createNextChild() 274 m_leftValueExpr = addOperation; in createNextChild()
|
/external/deqp/framework/common/ |
D | tcuThreadUtil.hpp | 173 void addOperation (Operation* operation);
|
D | tcuThreadUtil.cpp | 190 void Thread::addOperation (Operation* operation) in addOperation() function in tcu::ThreadUtil::Thread
|