Lines Matching refs:Texture3D
116 void uploadTexture3D(const glu::Texture3D& texture) const;
239 void Texture3DBase::uploadTexture3D(const glu::Texture3D& texture) const
241 // note: this function is modified version of glu::Texture3D::upload()
246 const tcu::Texture3D& referenceTexture = texture.getRefTexture();
485 const glu::Texture3D* texture;
493 FilterCase(const glu::Texture3D* tex_, const tcu::Vec3& lod_, const tcu::Vec3& offset_)
505 glu::Texture3D* m_gradientTex;
506 glu::Texture3D* m_gridTex;
544 m_gradientTex = new glu::Texture3D(m_context.getRenderContext(), internalFormat, width, height, depth);
545 m_gridTex = new glu::Texture3D(m_context.getRenderContext(), internalFormat, width, height, depth);
709 glu::Texture3D texture(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_depth);
822 glu::Texture3D texture(m_context.getRenderContext(), m_format, m_type, m_width, m_height, m_depth);
947 glu::Texture3D texture3D(m_context.getRenderContext(), m_format, m_type, m_width, m_height, m_depth);