Searched refs:getEvalFunc (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderReturnTests.cpp67 static ShaderEvalFunc getEvalFunc (ReturnMode mode) function in namespace:deqp::gles2::Functional
190 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
244 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
291 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode), isDynamicLoop ? REQUIRE_DYNAMIC_LOOPS : 0);
H A Des2fShaderDiscardTests.cpp180 static ShaderEvalFunc getEvalFunc (DiscardMode mode) function in namespace:deqp::gles2::Functional
364 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), flags);
H A Des2fShaderMatrixTests.cpp588 ShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) function in namespace:deqp::gles2::Functional::MatrixCaseUtils
758 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, getEvalFunc(in0, in1, op))
/external/deqp/modules/gles3/functional/
H A Des3fShaderReturnTests.cpp62 static ShaderEvalFunc getEvalFunc (ReturnMode mode) function in namespace:deqp::gles3::Functional
163 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
219 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
266 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
H A Des3fShaderDiscardTests.cpp160 static ShaderEvalFunc getEvalFunc (DiscardMode mode) function in namespace:deqp::gles3::Functional
352 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == DISCARDMODE_TEXTURE);
H A Des3fShaderMatrixTests.cpp1135 MatrixShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) function in namespace:deqp::gles3::Functional::MatrixCaseUtils
1407 , m_matEvaluator (getEvalFunc(in0, in1, op), in0.inputType, in1.inputType)

Completed in 153 milliseconds