D | tcuTexture.cpp | 3631 TextureCubeView::TextureCubeView (void) in TextureCubeView() function in tcu::TextureCubeView 3638 TextureCubeView::TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels) [CUB… in TextureCubeView() function in tcu::TextureCubeView 3646 tcu::Vec4 TextureCubeView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample() 3658 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare() 3670 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather() 3701 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare() 3735 m_view = TextureCubeView(numLevels, levels, es2); in TextureCube() 3752 m_view = TextureCubeView(numLevels, levels, other.getView().isES2()); in TextureCube() 3785 m_view = TextureCubeView(numLevels, levels, other.getView().isES2()); in operator =()
|