Lines Matching refs:SkImage_Gpu
46 SkImage_Gpu::SkImage_Gpu(sk_sp<GrContext> context, uint32_t uniqueID, SkAlphaType at, in SkImage_Gpu() function in SkImage_Gpu
52 SkImage_Gpu::~SkImage_Gpu() {} in ~SkImage_Gpu()
54 SkImageInfo SkImage_Gpu::onImageInfo() const { in onImageInfo()
63 sk_sp<SkImage> SkImage_Gpu::onMakeColorTypeAndColorSpace(SkColorType targetCT, in onMakeColorTypeAndColorSpace()
98 return sk_make_sp<SkImage_Gpu>(fContext, kNeedNewImageUniqueID, fAlphaType, in onMakeColorTypeAndColorSpace()
122 return sk_make_sp<SkImage_Gpu>(sk_ref_sp(ctx), kNeedNewImageUniqueID, at, std::move(proxy), in new_wrapped_texture_common()
181 return sk_make_sp<SkImage_Gpu>(sk_ref_sp(context), kNeedNewImageUniqueID, kOpaque_SkAlphaType, in MakeFromCompressed()
185 sk_sp<SkImage> SkImage_Gpu::ConvertYUVATexturesToRGB(GrContext* ctx, SkYUVColorSpace yuvColorSpace, in ConvertYUVATexturesToRGB()
211 return sk_make_sp<SkImage_Gpu>(sk_ref_sp(ctx), kNeedNewImageUniqueID, at, in ConvertYUVATexturesToRGB()
238 return SkImage_Gpu::ConvertYUVATexturesToRGB(ctx, yuvColorSpace, yuvaTextures, yuvaIndices, in MakeFromYUVATexturesCopy()
254 if (!SkImage_Gpu::ValidateBackendTexture(ctx, backendTextureCopy, &backendTextureCopy.fConfig, in MakeFromYUVATexturesCopyWithExternalBackend()
270 return SkImage_Gpu::ConvertYUVATexturesToRGB(ctx, yuvColorSpace, yuvaTextures, yuvaIndices, in MakeFromYUVATexturesCopyWithExternalBackend()
285 return SkImage_Gpu::MakeFromYUVATexturesCopy(ctx, yuvColorSpace, yuvTextures, yuvaIndices, in MakeFromYUVTexturesCopy()
299 return SkImage_Gpu::MakeFromYUVATexturesCopyWithExternalBackend( in MakeFromYUVTexturesCopyWithExternalBackend()
315 return SkImage_Gpu::MakeFromYUVATexturesCopy(ctx, yuvColorSpace, nv12Textures, yuvaIndices, in MakeFromNV12TexturesCopy()
332 return SkImage_Gpu::MakeFromYUVATexturesCopyWithExternalBackend( in MakeFromNV12TexturesCopyWithExternalBackend()
344 return sk_make_sp<SkImage_Gpu>(sk_ref_sp(context), id, at, std::move(proxy), in create_image_from_producer()
384 sk_sp<SkImage> SkImage_Gpu::MakePromiseTexture(GrContext* context, in MakePromiseTexture()
432 return sk_make_sp<SkImage_Gpu>(sk_ref_sp(context), kNeedNewImageUniqueID, alphaType, in MakePromiseTexture()