Home
last modified time | relevance | path

Searched defs:CopyParams (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrTextureParamsAdjuster.h31 struct CopyParams { struct
32 GrTextureParams::FilterMode fFilter;
33 int fWidth;
34 int fHeight;
DGrGpu.h538 GrTextureProducer::CopyParams*) const { return false; } in onMakeCopyForTextureParams()
DGrTextureParamsAdjuster.cpp25 typedef GrTextureProducer::CopyParams CopyParams; typedef