Searched refs:CopyParams (Results 1 – 24 of 24) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureProducer.h | 34 struct CopyParams { struct 124 const CopyParams& copyParams, in MakeCopyKeyFromOrigKey() 144 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0; 161 const CopyParams& copyParams,
|
D | GrTextureAdjuster.h | 40 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override; 51 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 | 31 void GrImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey() 70 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 | 103 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey()
|
D | GrGpu.h | 435 GrTextureProducer::CopyParams*, 444 GrTextureProducer::CopyParams* copyParams);
|
D | GrTextureMaker.cpp | 24 CopyParams copyParams; in onRefTextureProxyForParams()
|
D | GrGpu.cpp | 50 GrTextureProducer::CopyParams* copyParams, in IsACopyNeededForRepeatWrapMode() 89 GrTextureProducer::CopyParams* copyParams) { in IsACopyNeededForMips()
|
D | GrTextureProducer.cpp | 25 const CopyParams& copyParams, in CopyOnGpu()
|
/external/skqp/src/gpu/ |
D | GrTextureProducer.h | 34 struct CopyParams { struct 125 const CopyParams& copyParams, in MakeCopyKeyFromOrigKey() 145 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0; 161 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 | 27 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()
|
D | GrImageTextureMaker.h | 30 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override; 56 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override;
|
D | GrImageTextureMaker.cpp | 30 void GrImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey() 68 void GrYUVAImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey()
|
D | GrBitmapTextureMaker.h | 25 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) override;
|
D | GrGpu.h | 403 GrTextureProducer::CopyParams*, 412 GrTextureProducer::CopyParams* copyParams);
|
D | GrBitmapTextureMaker.cpp | 102 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey()
|
D | GrTextureMaker.cpp | 24 CopyParams copyParams; in onRefTextureProxyForParams()
|
D | GrGpu.cpp | 51 GrTextureProducer::CopyParams* copyParams, in IsACopyNeededForRepeatWrapMode() 90 GrTextureProducer::CopyParams* copyParams) { in IsACopyNeededForMips()
|
D | GrTextureProducer.cpp | 22 const CopyParams& copyParams, in CopyOnGpu()
|
/external/skqp/src/image/ |
D | SkImage_GpuYUVA.cpp | 83 GrTextureProducer::CopyParams copyParams; in setupMipmapsForPlanes()
|
/external/skia/src/image/ |
D | SkImage_GpuYUVA.cpp | 89 GrTextureProducer::CopyParams copyParams; in setupMipmapsForPlanes()
|