Searched refs:makeCopyKey (Results 1 – 8 of 8) sorted by relevance
| /third_party/flutter/skia/src/gpu/ |
| 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() function in GrImageTextureMaker 71 void GrYUVAImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey() function in GrYUVAImageTextureMaker
|
| D | GrTextureAdjuster.cpp | 28 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) { in makeCopyKey() function in GrTextureAdjuster 44 this->makeCopyKey(copyParams, &key); in refTextureProxyCopy()
|
| D | GrBitmapTextureMaker.h | 26 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) override;
|
| D | GrTextureAdjuster.h | 38 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override;
|
| D | GrBitmapTextureMaker.cpp | 104 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey() function in GrBitmapTextureMaker
|
| D | GrTextureProducer.h | 148 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0;
|
| D | GrTextureMaker.cpp | 54 this->makeCopyKey(copyParams, ©Key); in onRefTextureProxyForParams()
|