Searched refs:ShaderPerformanceCaseGroup (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderPerformanceCase.hpp | 87 class ShaderPerformanceCaseGroup : public tcu::TestCaseGroup class 90 ShaderPerformanceCaseGroup (tcu::TestContext& testCtx, const char* name, const char* description);
|
H A D | glsShaderPerformanceCase.cpp | 220 ShaderPerformanceCaseGroup::ShaderPerformanceCaseGroup (tcu::TestContext& testCtx, const char* name, const char* description) in ShaderPerformanceCaseGroup() function in deqp::gls::ShaderPerformanceCaseGroup 226 void ShaderPerformanceCaseGroup::addChild (ShaderPerformanceCase* perfCase) in addChild()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderControlStatementTests.cpp | 866 ShaderPerformanceCaseGroup* vertexOrFragmentGroup = new ShaderPerformanceCaseGroup(m_testCtx, isVertex ? "vertex" : "fragment", ""); in init() 941 ShaderPerformanceCaseGroup* vertexOrFragmentGroup = new ShaderPerformanceCaseGroup(m_testCtx, isVertex ? "vertex" : "fragment", ""); in init()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderControlStatementTests.cpp | 854 ShaderPerformanceCaseGroup* vertexOrFragmentGroup = new ShaderPerformanceCaseGroup(m_testCtx, isVertex ? "vertex" : "fragment", ""); in init() 929 ShaderPerformanceCaseGroup* vertexOrFragmentGroup = new ShaderPerformanceCaseGroup(m_testCtx, isVertex ? "vertex" : "fragment", ""); in init()
|
Completed in 5 milliseconds