Searched refs:bindTexture (Results 1 – 4 of 4) sorted by relevance
175 GLenum bindTexture(GLenum target, GLuint texture, GLboolean* firstUse);
304 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture() function in GLClientState
624 if ((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR) { in s_glBindTexture()
1078 SET_ERROR_IF((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR, err); in s_glBindTexture()