Home | History | Annotate | Download | only in client

Lines Matching defs:BindTexture

71 void GLES2Implementation::BindTexture(GLenum target, GLuint texture) {
77 SetGLError(GL_INVALID_OPERATION, "BindTexture", "texture reserved id");
81 helper_->BindTexture(target, texture);