D | tcuTexture.cpp | 2819 TextureCubeView::TextureCubeView (void) in TextureCubeView() function in tcu::TextureCubeView 2826 TextureCubeView::TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels) [CUB… in TextureCubeView() function in tcu::TextureCubeView 2833 tcu::Vec4 TextureCubeView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample() 2845 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare() 2857 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather() 2888 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare() 2922 m_view = TextureCubeView(numLevels, levels); in TextureCube() 2939 m_view = TextureCubeView(numLevels, levels); in TextureCube() 2972 m_view = TextureCubeView(numLevels, levels); in operator =()
|