D | tcuTexture.cpp | 3279 TextureCubeView::TextureCubeView (void) in TextureCubeView() function in tcu::TextureCubeView 3286 TextureCubeView::TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels) [CUB… in TextureCubeView() function in tcu::TextureCubeView 3293 tcu::Vec4 TextureCubeView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample() 3305 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare() 3317 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather() 3348 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare() 3382 m_view = TextureCubeView(numLevels, levels); in TextureCube() 3399 m_view = TextureCubeView(numLevels, levels); in TextureCube() 3432 m_view = TextureCubeView(numLevels, levels); in operator =()
|