Lines Matching full: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);
614 const SharedPtr<tcu::Texture2DArray> m_tex2DArray;
625 , m_tex2DArray (type == TEXTURETYPE_2D_ARRAY ? SharedPtr<tcu::Texture2DArray> (newOneLevelTexture2DArray (format, w, h, d)) : SharedPtr<tcu::Texture2DArray>())