Searched refs:firstUse (Results 1 – 4 of 4) sorted by relevance
663 GLboolean firstUse; in s_glBindTexture() local664 if ((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR) { in s_glBindTexture()677 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()
1043 GLboolean* firstUse) in bindTexture() argument1079 if (firstUse) { in bindTexture()1080 *firstUse = first; in bindTexture()
336 GLenum bindTexture(GLenum target, GLuint texture, GLboolean* firstUse);
2198 GLboolean firstUse; in s_glBindTexture() local2201 SET_ERROR_IF((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR, err); in s_glBindTexture()2210 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()