Searched refs:CopyParams (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureProducer.h | 29 struct CopyParams { struct 85 const CopyParams& copyParams, in MakeCopyKeyFromOrigKey() 105 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey, 123 const SkIRect* subset, const CopyParams& copyParams);
|
D | GrTextureAdjuster.h | 44 void makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey, 62 sk_sp<GrTextureProxy> refTextureProxyCopy(const CopyParams ©Params);
|
D | GrTextureAdjuster.cpp | 35 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey, in makeCopyKey() 47 sk_sp<GrTextureProxy> GrTextureAdjuster::refTextureProxyCopy(const CopyParams& copyParams) { in refTextureProxyCopy() 75 CopyParams copyParams; in refTextureProxySafeForParams()
|
D | GrTextureMaker.cpp | 18 CopyParams copyParams; in refTextureProxyForParams() 106 sk_sp<GrTextureProxy> GrTextureMaker::generateTextureProxyForParams(const CopyParams& copyParams, in generateTextureProxyForParams()
|
D | GrBitmapTextureMaker.h | 24 void makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey,
|
D | GrImageTextureMaker.h | 30 void makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey,
|
D | GrGpu.h | 477 GrTextureProducer::CopyParams*, 485 GrTextureProducer::CopyParams* copyParams, in isACopyNeededForTextureParams() 554 GrTextureProducer::CopyParams*, in onIsACopyNeededForTextureParams() argument
|
D | GrTextureMaker.h | 67 virtual sk_sp<GrTextureProxy> generateTextureProxyForParams(const CopyParams&,
|
D | GrImageTextureMaker.cpp | 40 void GrImageTextureMaker::makeCopyKey(const CopyParams& stretch, GrUniqueKey* paramsCopyKey, in makeCopyKey()
|
D | GrBitmapTextureMaker.cpp | 54 void GrBitmapTextureMaker::makeCopyKey(const CopyParams& copyParams, GrUniqueKey* copyKey, in makeCopyKey()
|
D | GrTextureProducer.cpp | 22 const CopyParams& copyParams) { in CopyOnGpu()
|
D | GrGpu.cpp | 62 GrTextureProducer::CopyParams* copyParams, in isACopyNeededForTextureParams()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 193 GrTextureProducer::CopyParams*,
|
D | GrGLGpu.cpp | 4427 GrTextureProducer::CopyParams* copyParams, in onIsACopyNeededForTextureParams()
|