Searched refs:texturesubimage_no_error (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | teximage.c | 3824 texturesubimage_no_error(struct gl_context *ctx, GLuint dims, in texturesubimage_no_error() function 3931 texturesubimage_no_error(ctx, 1, texture, 0, level, xoffset, 0, 0, width, in _mesa_TextureSubImage1D_no_error() 3992 texturesubimage_no_error(ctx, 2, texture, 0, level, xoffset, yoffset, 0, in _mesa_TextureSubImage2D_no_error() 4054 texturesubimage_no_error(ctx, 3, texture, 0, level, xoffset, yoffset, in _mesa_TextureSubImage3D_no_error()
|