Lines Matching defs:teximage
28 * \file teximage.c
50 #include "teximage.h"
2969 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims,
3182 /* This is a wrapper around teximage() so that we can force the KHR_no_error
3192 teximage(ctx, compressed, dims, NULL, target, level, internalFormat, width, height,
3204 teximage(ctx, compressed, dims, NULL, target, level, internalFormat, width, height,
3234 teximage(ctx, GL_FALSE, 1, texObj, target, level, internalFormat,
3252 teximage(ctx, GL_FALSE, 1, texObj, target, level, internalFormat, width, 1, 1,
3280 teximage(ctx, GL_FALSE, 2, texObj, target, level, internalFormat,
3299 teximage(ctx, GL_FALSE, 2, texObj, target, level, internalFormat, width, height, 1,
3331 teximage(ctx, GL_FALSE, 3, texObj, target, level, internalFormat,
3351 teximage(ctx, GL_FALSE, 3, texObj, target, level, internalFormat,
5497 teximage(ctx, GL_TRUE, 1, texObj, target, level, internalFormat,
5517 teximage(ctx, GL_TRUE, 1, texObj, target, level, internalFormat,
5547 teximage(ctx, GL_TRUE, 2, texObj, target, level, internalFormat,
5567 teximage(ctx, GL_TRUE, 2, texObj, target, level, internalFormat,
5597 teximage(ctx, GL_TRUE, 3, texObj, target, level, internalFormat,
5617 teximage(ctx, GL_TRUE, 3, texObj, target, level, internalFormat,
5783 * (See texturesubimage in teximage.c for details on why this check is
6791 * teximage/texstorage functions.)