/external/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 | 31 void GrImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey() function in GrImageTextureMaker 70 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 | 40 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override;
|
D | GrBitmapTextureMaker.cpp | 103 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey() function in GrBitmapTextureMaker
|
D | GrTextureProducer.h | 144 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0;
|
D | GrTextureMaker.cpp | 54 this->makeCopyKey(copyParams, ©Key); in onRefTextureProxyForParams()
|
/external/skqp/src/gpu/ |
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() function in GrImageTextureMaker 68 void GrYUVAImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey() function in GrYUVAImageTextureMaker
|
D | GrTextureAdjuster.cpp | 27 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) { in makeCopyKey() function in GrTextureAdjuster 43 this->makeCopyKey(copyParams, &key); in refTextureProxyCopy()
|
D | GrBitmapTextureMaker.h | 25 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) override;
|
D | GrTextureAdjuster.h | 38 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override;
|
D | GrBitmapTextureMaker.cpp | 102 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey() function in GrBitmapTextureMaker
|
D | GrTextureProducer.h | 145 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0;
|
D | GrTextureMaker.cpp | 54 this->makeCopyKey(copyParams, ©Key); in onRefTextureProxyForParams()
|