Searched refs:CopyParams (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureParamsAdjuster.h | 31 struct CopyParams { struct 83 const CopyParams& copyParams, in MakeCopyKeyFromOrigKey() 101 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0; 156 GrTexture* refCopy(const CopyParams ©Params); 200 virtual GrTexture* generateTextureForParams(const CopyParams&);
|
D | GrImageIDTextureAdjuster.h | 25 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override; 41 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) override; 60 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) override; 84 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) override;
|
D | GrImageIDTextureAdjuster.cpp | 26 void GrBitmapTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) { in makeCopyKey() 57 void GrImageTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey) { in makeCopyKey() 102 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey) { in makeCopyKey() 133 void GrImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey) { in makeCopyKey()
|
D | GrTextureParamsAdjuster.cpp | 25 typedef GrTextureProducer::CopyParams CopyParams; typedef 30 const CopyParams& copyParams) { in copy_on_gpu() 137 GrTexture* GrTextureAdjuster::refCopy(const CopyParams& copyParams) { in refCopy() 163 CopyParams copyParams; in refTextureSafeForParams() 434 CopyParams copyParams; in refTextureForParams() 502 GrTexture* GrTextureMaker::generateTextureForParams(const CopyParams& copyParams) { in generateTextureForParams()
|
D | GrGpu.h | 446 GrTextureProducer::CopyParams*) const; 453 GrTextureProducer::CopyParams* copyParams) const { in makeCopyForTextureParams() 538 GrTextureProducer::CopyParams*) const { return false; } in onMakeCopyForTextureParams() argument
|
D | GrGpu.cpp | 59 GrTextureProducer::CopyParams* copyParams) const { in makeCopyForTextureParams()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 181 GrTextureProducer::CopyParams*) const override;
|
D | GrGLGpu.cpp | 4005 GrTextureProducer::CopyParams* copyParams) const { in onMakeCopyForTextureParams()
|