Searched refs:texturesubimage_no_error (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 3530 texturesubimage_no_error(struct gl_context *ctx, GLuint dims, in texturesubimage_no_error() function 3637 texturesubimage_no_error(ctx, 1, texture, level, xoffset, 0, 0, width, 1, 1, in _mesa_TextureSubImage1D_no_error() 3661 texturesubimage_no_error(ctx, 2, texture, level, xoffset, yoffset, 0, width, in _mesa_TextureSubImage2D_no_error() 3688 texturesubimage_no_error(ctx, 3, texture, level, xoffset, yoffset, zoffset, in _mesa_TextureSubImage3D_no_error()
|