Searched defs:CopyParams (Results 1 – 3 of 3) sorted by relevance
31 struct CopyParams { struct32 GrTextureParams::FilterMode fFilter;33 int fWidth;34 int fHeight;
538 GrTextureProducer::CopyParams*) const { return false; } in onMakeCopyForTextureParams()
25 typedef GrTextureProducer::CopyParams CopyParams; typedef