Lines Matching full:texture3d
316 static inline tcu::Texture3D* newOneLevelTexture3D (const tcu::TextureFormat& format, int w, int h, int d)
318 tcu::Texture3D* const res = new tcu::Texture3D(format, w, h, d);
614 const SharedPtr<tcu::Texture3D> m_tex3D;
625 , m_tex3D (type == TEXTURETYPE_3D ? SharedPtr<tcu::Texture3D> (newOneLevelTexture3D (format, w, h, d)) : SharedPtr<tcu::Texture3D>())