Lines Matching refs:getBoundTexture
1089 GLuint texture = getBoundTexture(target); in setBoundEGLImage()
1120 GLuint texture = getBoundTexture(target); in setBoundTextureInternalFormat()
1127 GLuint texture = getBoundTexture(target); in setBoundTextureFormat()
1134 GLuint texture = getBoundTexture(target); in setBoundTextureType()
1141 GLuint texture = getBoundTexture(target); in setBoundTextureDims()
1179 GLuint texture = getBoundTexture(target); in setBoundTextureSamples()
1186 GLuint texture = getBoundTexture(target); in setBoundTextureImmutableFormat()
1193 GLuint texture = getBoundTexture(target); in isBoundTextureImmutableFormat()
1199 GLuint GLClientState::getBoundTexture(GLenum target) const in getBoundTexture() function in GLClientState
1235 entry.id = getBoundTexture(GL_TEXTURE_2D); in writeCopyTexImageState()
1263 query.id = getBoundTexture(GL_TEXTURE_2D); in copyTexImageNeededTarget()