[][src]Function skia_bindings::SkImage_MakeFromYUVTexturesCopyWithExternalBackend

pub unsafe extern "C" fn SkImage_MakeFromYUVTexturesCopyWithExternalBackend(
    context: *mut GrContext,
    yuvColorSpace: SkYUVColorSpace,
    yuvTextures: *const GrBackendTexture,
    imageOrigin: GrSurfaceOrigin,
    backendTexture: *const GrBackendTexture,
    imageColorSpace: sk_sp<SkColorSpace>
) -> sk_sp<SkImage>