Home | History | Annotate | Download | only in client

Lines Matching defs:BindTexture

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