Searched refs:operationNdx (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuThreadUtil.cpp | 173 for (int operationNdx = 0; operationNdx < (int)m_operations.size(); operationNdx++) in ~Thread() local 174 delete m_operations[operationNdx]; in ~Thread() 205 for (int operationNdx = 0; operationNdx < (int)m_operations.size(); operationNdx++) in run() local 206 m_operations[operationNdx]->execute(*this); in run()
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 204 virtual EGLImageKHR create (int operationNdx, tcu::Texture2D& ref) = 0; 205 virtual bool render (int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference) = 0; 206 virtual void modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference) = 0; 208 …RequiredExtensions (set<string>& extensions, TestSpec::Operation::Type type, int operationNdx) = 0; 296 EGLImageKHR create (int operationNdx, tcu::Texture2D& ref); 300 bool render (int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference); 309 void modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference); 315 …ckRequiredExtensions (set<string>& extensions, TestSpec::Operation::Type type, int operationNdx); 347 EGLImageKHR GLES2ImageApi::create (int operationNdx, tcu::Texture2D& ref) in create() argument 351 switch (operationNdx) in create() [all …]
|
D | teglGLES2SharingThreadedTests.cpp | 2236 for (int operationNdx = 0; operationNdx < m_config.operationCount; operationNdx++) in init() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 1331 for (int operationNdx = 0; operationNdx < DE_LENGTH_OF_ARRAY(operations); operationNdx++) in AtomicCounterTests() local 1333 const AtomicCounterTest::Operation operation = operations[operationNdx]; in AtomicCounterTests() 1407 for (int operationNdx = 0; operationNdx < DE_LENGTH_OF_ARRAY(operations); operationNdx++) in AtomicCounterTests() local 1409 const AtomicCounterTest::Operation operation = operations[operationNdx]; in AtomicCounterTests()
|