Searched refs:currTarget (Results 1 – 1 of 1) sorted by relevance
720 GLenum currTarget = state->getPriorityEnabledTarget(GL_INVALID_ENUM); in s_glDisable() local722 if (prevTarget != currTarget) { in s_glDisable()723 if (currTarget == GL_INVALID_ENUM) { in s_glDisable()725 currTarget = GL_TEXTURE_2D; in s_glDisable()731 state->getBoundTexture(currTarget)); in s_glDisable()747 GLenum currTarget = state->getPriorityEnabledTarget(GL_INVALID_ENUM); in s_glEnable() local749 if (prevTarget != currTarget) { in s_glEnable()753 if (currTarget == GL_TEXTURE_EXTERNAL_OES) { in s_glEnable()755 state->getBoundTexture(currTarget)); in s_glEnable()