Home | History | Annotate | Download | only in common

Lines Matching refs:gatherCompare

688 	Vec4							gatherCompare		(const Sampler& sampler, float ref, float s, float t, float r) const;
720 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
751 inline Vec4 TextureCube::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const
753 return m_view.gatherCompare(sampler, ref, s, t, r);