Searched refs:teximage_no_error (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 3119 teximage_no_error(struct gl_context *ctx, GLboolean compressed, GLuint dims, in teximage_no_error() function 3189 teximage_no_error(ctx, GL_FALSE, 1, target, level, internalFormat, width, 1, in _mesa_TexImage1D_no_error() 3200 teximage_no_error(ctx, GL_FALSE, 2, target, level, internalFormat, width, in _mesa_TexImage2D_no_error() 3212 teximage_no_error(ctx, GL_FALSE, 3, target, level, internalFormat, in _mesa_TexImage3D_no_error() 4876 teximage_no_error(ctx, GL_TRUE, 1, target, level, internalFormat, width, 1, in _mesa_CompressedTexImage1D_no_error() 4888 teximage_no_error(ctx, GL_TRUE, 2, target, level, internalFormat, width, in _mesa_CompressedTexImage2D_no_error() 4900 teximage_no_error(ctx, GL_TRUE, 3, target, level, internalFormat, width, in _mesa_CompressedTexImage3D_no_error()
|