Searched defs:FunctionInliningCase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp392 class FunctionInliningCase : public ShaderOptimizationCase class in namespace:deqp::gles2::Performance::__anon4469
395 FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int callNestingDepth) function in class:deqp::gles2::Performance::__anon4469::FunctionInliningCase
934 inlineGroup->addChild(new FunctionInliningCase(m_context, name.c_str(), "", caseShaderType, nestingDepth));
/external/deqp/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp395 class FunctionInliningCase : public ShaderOptimizationCase class in namespace:deqp::gles3::Performance::__anon4754
398 FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int callNestingDepth) function in class:deqp::gles3::Performance::__anon4754::FunctionInliningCase
945 inlineGroup->addChild(new FunctionInliningCase(m_context, name.c_str(), "", caseShaderType, nestingDepth));

Completed in 133 milliseconds