Home | History | Annotate | Download | only in functional

Lines Matching refs:getFunctions

687 	, m_evaluator		(m_renderCtx.getFunctions(), isVertexCase ? SHADERTYPE_VERTEX : SHADERTYPE_FRAGMENT, evalFunc, spec.referenceScale, spec.referenceBias, getDataTypeScalarSize(spec.output))
816 float resultScale = m_spec.resultScale.getValue(m_renderCtx.getFunctions(), shaderType);
817 float resultBias = m_spec.resultBias.getValue(m_renderCtx.getFunctions(), shaderType);
852 float rangeMin = v.rangeMin.getValue(m_renderCtx.getFunctions(), shaderType);
853 float rangeMax = v.rangeMax.getValue(m_renderCtx.getFunctions(), shaderType);