Home
last modified time | relevance | path

Searched refs:CopyParams (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/
DGrTextureProducer.h34 struct CopyParams { struct
125 const CopyParams& copyParams, in MakeCopyKeyFromOrigKey()
145 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0;
161 const CopyParams& copyParams,
DGrTextureAdjuster.h38 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override;
49 sk_sp<GrTextureProxy> refTextureProxyCopy(const CopyParams& copyParams, bool willBeMipped);
DGrImageTextureMaker.h30 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override;
56 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override;
DGrTextureAdjuster.cpp27 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) { in makeCopyKey()
38 sk_sp<GrTextureProxy> GrTextureAdjuster::refTextureProxyCopy(const CopyParams& copyParams, in refTextureProxyCopy()
80 CopyParams copyParams; in onRefTextureProxyForParams()
DGrImageTextureMaker.cpp30 void GrImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey()
68 void GrYUVAImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey()
DGrBitmapTextureMaker.h25 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) override;
DGrBitmapTextureMaker.cpp102 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey()
DGrGpu.h403 GrTextureProducer::CopyParams*,
412 GrTextureProducer::CopyParams* copyParams);
DGrTextureMaker.cpp24 CopyParams copyParams; in onRefTextureProxyForParams()
DGrGpu.cpp51 GrTextureProducer::CopyParams* copyParams, in IsACopyNeededForRepeatWrapMode()
90 GrTextureProducer::CopyParams* copyParams) { in IsACopyNeededForMips()
DGrTextureProducer.cpp22 const CopyParams& copyParams, in CopyOnGpu()
/external/skqp/src/image/
DSkImage_GpuYUVA.cpp83 GrTextureProducer::CopyParams copyParams; in setupMipmapsForPlanes()