Home | History | Annotate | Download | only in functional

Lines Matching refs:m_texture

699 	glw::GLuint							m_texture;
712 , m_texture (0)
730 if (m_texture)
732 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
733 m_texture = 0;
815 gl.glGenTextures(1, &m_texture);
816 gl.glBindTexture(spec.bindTarget, m_texture);
825 gl.glDeleteTextures(1, &m_texture);
826 m_texture = 0;