Searched refs:copy_texture_sub_image_no_error (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 3885 copy_texture_sub_image_no_error(struct gl_context *ctx, GLuint dims, in copy_texture_sub_image_no_error() function 3956 copy_texture_sub_image_no_error(ctx, dims, texObj, target, level, 0, in copyteximage() 4299 copy_texture_sub_image_no_error(ctx, 1, texObj, target, level, xoffset, 0, 0, in _mesa_CopyTexSubImage1D_no_error() 4312 copy_texture_sub_image_no_error(ctx, 2, texObj, target, level, xoffset, in _mesa_CopyTexSubImage2D_no_error() 4325 copy_texture_sub_image_no_error(ctx, 3, texObj, target, level, xoffset, in _mesa_CopyTexSubImage3D_no_error() 4337 copy_texture_sub_image_no_error(ctx, 1, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage1D_no_error() 4350 copy_texture_sub_image_no_error(ctx, 2, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage2D_no_error() 4365 copy_texture_sub_image_no_error(ctx, 2, texObj, in _mesa_CopyTextureSubImage3D_no_error() 4371 copy_texture_sub_image_no_error(ctx, 3, texObj, texObj->Target, level, in _mesa_CopyTextureSubImage3D_no_error()
|