Searched refs:CopyParams (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrTextureProducer.h | 35 struct CopyParams { struct 128 const CopyParams& copyParams, in MakeCopyKeyFromOrigKey() 148 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0; 167 const CopyParams& copyParams,
|
D | GrTextureAdjuster.h | 38 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override; 49 sk_sp<GrTextureProxy> refTextureProxyCopy(const CopyParams& copyParams, bool willBeMipped);
|
D | GrTextureAdjuster.cpp | 28 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) { in makeCopyKey() 39 sk_sp<GrTextureProxy> GrTextureAdjuster::refTextureProxyCopy(const CopyParams& copyParams, in refTextureProxyCopy() 82 CopyParams copyParams; in onRefTextureProxyForParams()
|
D | GrImageTextureMaker.h | 31 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override; 57 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override;
|
D | GrImageTextureMaker.cpp | 38 void GrImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey() 71 void GrYUVAImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey()
|
D | GrBitmapTextureMaker.h | 26 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) override;
|
D | GrBitmapTextureMaker.cpp | 104 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey()
|
D | GrGpu.h | 493 GrTextureProducer::CopyParams*, 502 GrTextureProducer::CopyParams* copyParams);
|
D | GrTextureMaker.cpp | 24 CopyParams copyParams; in onRefTextureProxyForParams()
|
D | GrGpu.cpp | 48 GrTextureProducer::CopyParams* copyParams, in IsACopyNeededForRepeatWrapMode() 87 GrTextureProducer::CopyParams* copyParams) { in IsACopyNeededForMips()
|
D | GrTextureProducer.cpp | 26 const CopyParams& copyParams, in CopyOnGpu()
|
/third_party/flutter/skia/src/image/ |
D | SkImage_GpuYUVA.cpp | 94 GrTextureProducer::CopyParams copyParams; in setupMipmapsForPlanes()
|