D | tcuTexture.cpp | 4873 TextureCubeArrayView::TextureCubeArrayView(int numLevels, const ConstPixelBufferAccess *levels, boo… in TextureCubeArrayView() function in tcu::TextureCubeArrayView 4880 inline int TextureCubeArrayView::selectLayer(float q) const in selectLayer() 4888 tcu::Vec4 TextureCubeArrayView::sample(const Sampler &sampler, float s, float t, float r, float q, … in sample() 4902 float TextureCubeArrayView::sampleCompare(const Sampler &sampler, float ref, float s, float t, floa… in sampleCompare() 4948 m_view = TextureCubeArrayView(getNumLevels(), getLevels()); in operator =()
|