Home | History | Annotate | Download | only in functional

Lines Matching refs:m_texture

91 	glw::GLuint				m_texture;
106 , m_texture (0)
221 if (m_texture)
223 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
224 m_texture = 0;
384 gl.genTextures(1, &m_texture);
385 gl.bindTexture(getTextureGLTarget(), m_texture);
399 if (m_texture)
401 gl.deleteTextures(1, &m_texture);
402 m_texture = 0;
436 gl.bindTexture(getTextureGLTarget(), m_texture);