Lines Matching refs:teximage
28 * \file teximage.c
50 #include "teximage.h"
2977 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims,
3190 /* This is a wrapper around teximage() so that we can force the KHR_no_error
3200 teximage(ctx, compressed, dims, NULL, target, level, internalFormat, width, height,
3212 teximage(ctx, compressed, dims, NULL, target, level, internalFormat, width, height,
3242 teximage(ctx, GL_FALSE, 1, texObj, target, level, internalFormat,
3260 teximage(ctx, GL_FALSE, 1, texObj, target, level, internalFormat, width, 1, 1,
3288 teximage(ctx, GL_FALSE, 2, texObj, target, level, internalFormat,
3307 teximage(ctx, GL_FALSE, 2, texObj, target, level, internalFormat, width, height, 1,
3339 teximage(ctx, GL_FALSE, 3, texObj, target, level, internalFormat,
3359 teximage(ctx, GL_FALSE, 3, texObj, target, level, internalFormat,
5533 teximage(ctx, GL_TRUE, 1, texObj, target, level, internalFormat,
5553 teximage(ctx, GL_TRUE, 1, texObj, target, level, internalFormat,
5583 teximage(ctx, GL_TRUE, 2, texObj, target, level, internalFormat,
5603 teximage(ctx, GL_TRUE, 2, texObj, target, level, internalFormat,
5633 teximage(ctx, GL_TRUE, 3, texObj, target, level, internalFormat,
5653 teximage(ctx, GL_TRUE, 3, texObj, target, level, internalFormat,
5819 * (See texturesubimage in teximage.c for details on why this check is
6829 * teximage/texstorage functions.)