Searched refs:GrImageContext (Results 1 - 19 of 19) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrImageContext.cpp | 10 #include "include/private/GrImageContext.h" 18 GrImageContext::GrImageContext(sk_sp<GrContextThreadSafeProxy> proxy) in GrImageContext() function in GrImageContext 22 GrImageContext::~GrImageContext() {} in ~GrImageContext() 24 void GrImageContext::abandonContext() { in abandonContext() 28 bool GrImageContext::abandoned() { in abandoned() 32 sk_sp<GrImageContext> GrImageContext::MakeForPromiseImage(sk_sp<GrContextThreadSafeProxy> tsp) { in MakeForPromiseImage() 33 return sk_sp<GrImageContext>(ne in MakeForPromiseImage() [all...] |
H A D | GrImageContextPriv.h | 11 #include "include/private/GrImageContext.h" 16 /** Class that exposes methods on GrImageContext that are only intended for use internal to Skia. 17 This class is purely a privileged window into GrImageContext. It should never have 21 GrImageContext* context() { return static_cast<GrImageContext*>(fContext); } in context() 22 const GrImageContext* context() const { return static_cast<const GrImageContext*>(fContext); } in context() 26 static sk_sp<GrImageContext> MakeForPromiseImage(sk_sp<GrContextThreadSafeProxy> tsp) { in MakeForPromiseImage() 27 return GrImageContext::MakeForPromiseImage(std::move(tsp)); in MakeForPromiseImage() 34 explicit GrImageContextPriv(GrImageContext* iContex [all...] |
H A D | GrProxyProvider.h | 16 class GrImageContext; 29 GrProxyProvider(GrImageContext*); 273 GrImageContext* getfImageContext() { in getfImageContext() 314 GrImageContext* fImageContext;
|
H A D | GrBaseContextPriv.h | 30 GrImageContext* asImageContext() { return this->context()->asImageContext(); } in asImageContext()
|
H A D | GrProxyProvider.cpp | 13 #include "include/private/GrImageContext.h" 42 GrProxyProvider::GrProxyProvider(GrImageContext* imageContext) : fImageContext(imageContext) {} in GrProxyProvider()
|
/third_party/skia/include/private/ |
H A D | GrImageContext.h | 19 class GrImageContext : public GrContext_Base { class 21 ~GrImageContext() override; 30 GrImageContext(sk_sp<GrContextThreadSafeProxy>); 38 GrImageContext* asImageContext() override { return this; } 41 // When making promise images, we currently need a placeholder GrImageContext instance to give 44 static sk_sp<GrImageContext> MakeForPromiseImage(sk_sp<GrContextThreadSafeProxy>);
|
H A D | GrContext_Base.h | 20 class GrImageContext; 86 virtual GrImageContext* asImageContext() { return nullptr; } in asImageContext()
|
/third_party/skia/src/image/ |
H A D | SkImage_GpuBase.h | 19 class GrImageContext; 24 GrImageContext* context() const final { return fContext.get(); } 55 SkImage_GpuBase(sk_sp<GrImageContext>, SkImageInfo, uint32_t uniqueID); 57 sk_sp<GrImageContext> fContext;
|
H A D | SkImage_GpuYUVA.h | 26 SkImage_GpuYUVA(sk_sp<GrImageContext>, 50 SkImage_GpuYUVA(sk_sp<GrImageContext>, const SkImage_GpuYUVA* image, sk_sp<SkColorSpace>);
|
H A D | SkImage_Base.h | 28 class GrImageContext; 81 virtual GrImageContext* context() const { return nullptr; } in context()
|
H A D | SkImage_GpuYUVA.cpp | 34 SkImage_GpuYUVA::SkImage_GpuYUVA(sk_sp<GrImageContext> context, in SkImage_GpuYUVA() 55 SkImage_GpuYUVA::SkImage_GpuYUVA(sk_sp<GrImageContext> context, in SkImage_GpuYUVA() 381 sk_sp<GrImageContext> ctx(GrImageContextPriv::MakeForPromiseImage(std::move(threadSafeProxy))); in MakePromiseYUVATexture()
|
H A D | SkImage_Gpu.h | 26 SkImage_Gpu(sk_sp<GrImageContext> context,
|
H A D | SkImage_GpuBase.cpp | 30 SkImage_GpuBase::SkImage_GpuBase(sk_sp<GrImageContext> context, SkImageInfo info, uint32_t uniqueID) in SkImage_GpuBase()
|
H A D | SkImage_Gpu.cpp | 144 SkImage_Gpu::SkImage_Gpu(sk_sp<GrImageContext> context, in SkImage_Gpu() 624 sk_sp<GrImageContext> ctx(GrImageContextPriv::MakeForPromiseImage(std::move(threadSafeProxy))); in MakePromiseTexture()
|
/third_party/skia/include/gpu/ |
H A D | GrRecordingContext.h | 12 #include "include/private/GrImageContext.h" 40 class GrRecordingContext : public GrImageContext { 268 using INHERITED = GrImageContext;
|
/third_party/skia/include/core/ |
H A D | SkYUVAPixmaps.h | 20 class GrImageContext; 53 SupportedDataTypes(const GrImageContext&);
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.h | 22 class GrImageContext;
|
/third_party/skia/tools/gpu/ |
H A D | ProxyUtils.cpp | 13 #include "include/private/GrImageContext.h" 37 GrImageContext* iContext = as_IB(image)->context(); in GetTextureImageProxy()
|
/third_party/skia/src/core/ |
H A D | SkYUVAPixmaps.cpp | 15 #include "include/private/GrImageContext.h" 19 SkYUVAPixmapInfo::SupportedDataTypes::SupportedDataTypes(const GrImageContext& context) { in SupportedDataTypes()
|
Completed in 12 milliseconds