Home
last modified time | relevance | path

Searched refs:makeCopyKey (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrImageTextureMaker.h31 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override;
57 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override;
DGrImageTextureMaker.cpp38 void GrImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey() function in GrImageTextureMaker
71 void GrYUVAImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey() function in GrYUVAImageTextureMaker
DGrTextureAdjuster.cpp28 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) { in makeCopyKey() function in GrTextureAdjuster
44 this->makeCopyKey(copyParams, &key); in refTextureProxyCopy()
DGrBitmapTextureMaker.h26 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) override;
DGrTextureAdjuster.h38 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override;
DGrBitmapTextureMaker.cpp104 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey() function in GrBitmapTextureMaker
DGrTextureProducer.h148 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0;
DGrTextureMaker.cpp54 this->makeCopyKey(copyParams, &copyKey); in onRefTextureProxyForParams()