Searched refs:copy_texture_sub_image_no_error (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | teximage.c | 4245 copy_texture_sub_image_no_error(struct gl_context *ctx, GLuint dims, in copy_texture_sub_image_no_error() function 4328 copy_texture_sub_image_no_error(ctx, dims, texObj, target, level, 0, in copyteximage() 4896 copy_texture_sub_image_no_error(ctx, 1, texObj, target, level, xoffset, 0, 0, in _mesa_CopyTexSubImage1D_no_error() 4909 copy_texture_sub_image_no_error(ctx, 2, texObj, target, level, xoffset, in _mesa_CopyTexSubImage2D_no_error() 4922 copy_texture_sub_image_no_error(ctx, 3, texObj, target, level, xoffset, in _mesa_CopyTexSubImage3D_no_error() 4934 copy_texture_sub_image_no_error(ctx, 1, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage1D_no_error() 4947 copy_texture_sub_image_no_error(ctx, 2, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage2D_no_error() 4962 copy_texture_sub_image_no_error(ctx, 2, texObj, in _mesa_CopyTextureSubImage3D_no_error() 4968 copy_texture_sub_image_no_error(ctx, 3, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage3D_no_error()
|
Completed in 11 milliseconds