Searched refs:bindTexture (Results 1 – 4 of 4) sorted by relevance
419 GLenum bindTexture(GLenum target, GLuint texture, GLboolean* firstUse);
669 if ((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR) { in s_glBindTexture()
1419 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture() function in gfxstream::guest::GLClientState
2469 SET_ERROR_IF((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR, err); in s_glBindTexture()