HomeSort by relevance Sort by last modified time
    Searched refs:EvalFunc (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 180 typedef double (*EvalFunc) (double in0, double in1);
182 ShaderFloatPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, const tcu::Vec2& rangeA, const tcu::Vec2& rangeB, bool isVertexCase);
219 EvalFunc m_evalFunc;
236 ShaderFloatPrecisionCase::ShaderFloatPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, const tcu::Vec2& rangeA, const tcu::Vec2& rangeB, bool isVertexCase)
239 , m_evalFunc (evalFunc)
455 typedef int (*EvalFunc) (int a, int b);
457 ShaderIntPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::IVec2& rangeA, const tcu::IVec2& rangeB, bool isVe (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 67 typedef bool (*EvalFunc)(const MediaQueryExpValue&, MediaFeaturePrefix, const MediaValues&);
68 typedef HashMap<StringImpl*, EvalFunc> FunctionMap;
655 EvalFunc func = gFunctionMap->get(expr->mediaFeature().impl());

Completed in 161 milliseconds