D | tcuTexture.cpp | 4059 TextureCubeArrayView::TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels, bo… in TextureCubeArrayView() function in tcu::TextureCubeArrayView 4065 inline int TextureCubeArrayView::selectLayer (float q) const in selectLayer() 4073 tcu::Vec4 TextureCubeArrayView::sample (const Sampler& sampler, float s, float t, float r, float q,… in sample() 4087 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() 4130 m_view = TextureCubeArrayView(getNumLevels(), getLevels()); in operator =()
|