Home | History | Annotate | Download | only in functional

Lines Matching defs:m_texture

138 	glw::GLuint				m_texture;
156 , m_texture (0)
221 gl.genTextures(1, &m_texture);
222 gl.bindTexture(GL_TEXTURE_2D, m_texture);
231 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texture, 0);
328 if (m_texture)
330 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
331 m_texture = 0;