tcuTexture.hpp | 762 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const; 794 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const; 821 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const function in class:tcu::TextureCube 823 return m_view.gather(sampler, s, t, r, componentNdx); [all...] |