Searched refs:firstUse (Results 1 – 4 of 4) sorted by relevance
307 GLboolean* firstUse) in bindTexture() argument336 if (firstUse) { in bindTexture()337 *firstUse = first; in bindTexture()
179 GLenum bindTexture(GLenum target, GLuint texture, GLboolean* firstUse);
655 GLboolean firstUse; in s_glBindTexture() local656 if ((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR) { in s_glBindTexture()669 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()
1267 GLboolean firstUse; in s_glBindTexture() local1269 SET_ERROR_IF((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR, err); in s_glBindTexture()1278 if (target == GL_TEXTURE_EXTERNAL_OES && firstUse) { in s_glBindTexture()