Searched refs:copy_texture_sub_image_no_error (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 4265 copy_texture_sub_image_no_error(struct gl_context *ctx, GLuint dims, in copy_texture_sub_image_no_error() function 4334 copy_texture_sub_image_no_error(ctx, dims, texObj, target, level, 0, in copyteximage() 4903 copy_texture_sub_image_no_error(ctx, 1, texObj, target, level, xoffset, 0, 0, in _mesa_CopyTexSubImage1D_no_error() 4916 copy_texture_sub_image_no_error(ctx, 2, texObj, target, level, xoffset, in _mesa_CopyTexSubImage2D_no_error() 4929 copy_texture_sub_image_no_error(ctx, 3, texObj, target, level, xoffset, in _mesa_CopyTexSubImage3D_no_error() 4941 copy_texture_sub_image_no_error(ctx, 1, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage1D_no_error() 4954 copy_texture_sub_image_no_error(ctx, 2, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage2D_no_error() 4969 copy_texture_sub_image_no_error(ctx, 2, texObj, in _mesa_CopyTextureSubImage3D_no_error() 4975 copy_texture_sub_image_no_error(ctx, 3, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage3D_no_error()
|