Searched refs:checkMethodGroup (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 2744 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod)); in init() local 2745 initialValuesGroup->addChild(checkMethodGroup); in init() 2751 checkMethodGroup->addChild(collectionTestGroup); in init() 2805 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod)); in init() local 2806 assignMethodGroup->addChild(checkMethodGroup); in init() 2858 checkMethodGroup->addChild(collectionTestGroup); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 2220 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod)); in init() local 2221 initialValuesGroup->addChild(checkMethodGroup); in init() 2227 checkMethodGroup->addChild(collectionTestGroup); in init() 2279 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod)); in init() local 2280 assignMethodGroup->addChild(checkMethodGroup); in init() 2324 checkMethodGroup->addChild(collectionTestGroup); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 1943 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformAssignCase::getCheckMethodName(checkMethod), UniformAssignCase::getCheckMethodDescription(checkMethod)); in init() local 1944 assignMethodGroup->addChild(checkMethodGroup); in init() 1996 checkMethodGroup->addChild(collectionTestGroup); in init()
|
Completed in 12 milliseconds