Home | History | Annotate | Download | only in common

Lines Matching refs:TextureCubeArrayView

3492 // TextureCubeArrayView
3494 TextureCubeArrayView::TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels)
3500 inline int TextureCubeArrayView::selectLayer (float q) const
3508 tcu::Vec4 TextureCubeArrayView::sample (const Sampler& sampler, float s, float t, float r, float q, float lod) const
3522 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q, float lod) const
3565 m_view = TextureCubeArrayView(getNumLevels(), getLevels());