D | tcuTexture.cpp | 3706 TextureCubeArrayView::TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels) in TextureCubeArrayView() function in tcu::TextureCubeArrayView 3712 inline int TextureCubeArrayView::selectLayer (float q) const in selectLayer() 3720 tcu::Vec4 TextureCubeArrayView::sample (const Sampler& sampler, float s, float t, float r, float q,… in sample() 3734 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() 3777 m_view = TextureCubeArrayView(getNumLevels(), getLevels()); in operator =()
|