Home | History | Annotate | Download | only in functional

Lines Matching full:texture2darray

441 	glu::Texture2DArray*				m_texture;
483 ? new glu::Texture2DArray(m_renderCtx, m_format, m_dataType, m_width, m_height, m_numLayers) // Implicit internal format.
484 : new glu::Texture2DArray(m_renderCtx, m_format, m_width, m_height, m_numLayers); // Explicit internal format.