Lines Matching defs:texture
837 GLenum GLClientState::setActiveTextureUnit(GLenum texture) in setActiveTextureUnit()
914 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture()
959 GLuint texture = getBoundTexture(target); in setBoundEGLImage() local
990 GLuint texture = getBoundTexture(target); in setBoundTextureInternalFormat() local
997 GLuint texture = getBoundTexture(target); in setBoundTextureFormat() local
1004 GLuint texture = getBoundTexture(target); in setBoundTextureType() local
1011 GLuint texture = getBoundTexture(target); in setBoundTextureDims() local
1049 GLuint texture = getBoundTexture(target); in setBoundTextureSamples() local
1056 GLuint texture = getBoundTexture(target); in setBoundTextureImmutableFormat() local
1063 GLuint texture = getBoundTexture(target); in isBoundTextureImmutableFormat() local
1163 for (const GLuint* texture = textures; texture != textures + n; texture++) { in deleteTextures() local
1602 GLenum attachment, GLuint texture) { in attachTextureObject()