D | tcuTexture.cpp | 3215 TextureCubeView::TextureCubeView (void) in TextureCubeView() function in tcu::TextureCubeView 3222 TextureCubeView::TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels) [CUB… in TextureCubeView() function in tcu::TextureCubeView 3229 tcu::Vec4 TextureCubeView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample() 3241 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare() 3253 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather() 3284 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare() 3318 m_view = TextureCubeView(numLevels, levels); in TextureCube() 3335 m_view = TextureCubeView(numLevels, levels); in TextureCube() 3368 m_view = TextureCubeView(numLevels, levels); in operator =()
|