Lines Matching refs:srcRenderbuffer
546 struct gl_renderbuffer *srcRenderbuffer, in copy_image_subdata() argument
577 srcTexImage, srcRenderbuffer, in copy_image_subdata()
593 struct gl_renderbuffer *srcRenderbuffer, *dstRenderbuffer; in _mesa_CopyImageSubData_no_error() local
598 &srcRenderbuffer); in _mesa_CopyImageSubData_no_error()
603 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error()
617 struct gl_renderbuffer *srcRenderbuffer, *dstRenderbuffer; in _mesa_CopyImageSubData() local
642 &srcTexImage, &srcRenderbuffer, &srcFormat, in _mesa_CopyImageSubData()
710 if (!check_region_bounds(ctx, srcTarget, srcTexImage, srcRenderbuffer, in _mesa_CopyImageSubData()
739 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData()
752 struct gl_renderbuffer *srcRenderbuffer, *dstRenderbuffer; in _mesa_CopyImageSubDataNV_no_error() local
757 &srcRenderbuffer); in _mesa_CopyImageSubDataNV_no_error()
762 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubDataNV_no_error()
776 struct gl_renderbuffer *srcRenderbuffer, *dstRenderbuffer; in _mesa_CopyImageSubDataNV() local
800 &srcTexImage, &srcRenderbuffer, &srcFormat, in _mesa_CopyImageSubDataNV()
872 if (!check_region_bounds(ctx, srcTarget, srcTexImage, srcRenderbuffer, in _mesa_CopyImageSubDataNV()
882 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubDataNV()