Searched refs:ValidateDeleteTextures (Results 1 – 4 of 4) sorted by relevance
123 bool ValidateDeleteTextures(const Context *context, GLsizei n, const TextureID *texturesPacked);
5232 bool ValidateDeleteTextures(const Context *context, GLint n, const TextureID *textures) in ValidateDeleteTextures() function
903 (context->skipValidation() || ValidateDeleteTextures(context, n, texturesPacked)); in GL_DeleteTextures()
7257 (context->skipValidation() || ValidateDeleteTextures(context, n, texturesPacked)); in GL_DeleteTextures()