Home | History | Annotate | Download | only in functional

Lines Matching full:texture3d

626 	glu::Texture3D*						m_texture;
672 ? new glu::Texture3D(m_renderCtx, m_format, m_dataType, m_width, m_height, m_depth) // Implicit internal format.
673 : new glu::Texture3D(m_renderCtx, m_format, m_width, m_height, m_depth); // Explicit internal format.