Home | History | Annotate | Download | only in performance

Lines Matching defs:m_texture

1407 	TexPtr				m_texture;
1421 m_texture = MovePtr<glu::Texture>(new glu::Texture(gl));
1423 gl.bindTexture(GL_TEXTURE_2D, m_texture);
1431 m_texture.clear();