Searched refs:EvalFunc (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPrecisionTests.cpp | 180 typedef double (*EvalFunc) (double in0, double in1); typedef in deqp::gles3::Functional::ShaderFloatPrecisionCase 182 … (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Pr… 219 EvalFunc m_evalFunc; 236 … (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Pr… in ShaderFloatPrecisionCase() 455 typedef int (*EvalFunc) (int a, int b); typedef in deqp::gles3::Functional::ShaderIntPrecisionCase 457 … (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Pr… 470 EvalFunc m_evalFunc; 488 … (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Pr… in ShaderIntPrecisionCase() 649 typedef deUint32 (*EvalFunc) (deUint32 a, deUint32 b); typedef in deqp::gles3::Functional::ShaderUintPrecisionCase 651 … (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Pr… [all …]
|