Home | History | Annotate | Download | only in functional

Lines Matching refs:m_handle

484 	glw::GLuint					m_handle;
511 m_gl->genTextures(1, &m_handle);
513 m_gl->bindTexture(GL_TEXTURE_2D, m_handle);
526 m_gl->deleteTextures(1, &m_handle);
536 return m_handle;
548 m_gl->bindTexture(GL_TEXTURE_2D, m_handle);