Lines Matching refs:EvalFunc
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…
664 EvalFunc m_evalFunc;
682 … (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Pr… in ShaderUintPrecisionCase()
879 ShaderFloatPrecisionCase::EvalFunc evalFunc; in init()
900 ShaderIntPrecisionCase::EvalFunc evalFunc; in init()
926 ShaderUintPrecisionCase::EvalFunc evalFunc; in init()