Searched refs:compMax (Results 1 – 4 of 4) sorted by relevance
60 GLM_FUNC_DECL typename genType::value_type compMax(genType const & v);
121 GLM_FUNC_QUALIFIER T compMax(vecType<T, P> const & v) function
209 float compMax = cornerTexels[0][compNdx]; in fetchTexel() local216 compMax = de::max(comp, compMax); in fetchTexel()220 resultMax[compNdx] = compMax; in fetchTexel()