Home | History | Annotate | Download | only in functional

Lines Matching refs:Texture2DArray

322 static inline tcu::Texture2DArray* newOneLevelTexture2DArray (const tcu::TextureFormat& format, int w, int h, int d)
324 tcu::Texture2DArray* const res = new tcu::Texture2DArray(format, w, h, d);
604 const SharedPtr<tcu::Texture2DArray> m_tex2DArray;
615 , m_tex2DArray (type == TEXTURETYPE_2D_ARRAY ? SharedPtr<tcu::Texture2DArray> (newOneLevelTexture2DArray (format, w, h, d)) : SharedPtr<tcu::Texture2DArray>())