Home | History | Annotate | Download | only in gpu

Lines Matching defs:CopyParams

31     struct CopyParams {
83 const CopyParams& copyParams,
89 builder[0] = copyParams.fFilter;
90 builder[1] = copyParams.fWidth;
91 builder[2] = copyParams.fHeight;
101 virtual void makeCopyKey(const CopyParams&, GrUniqueKey* copyKey) = 0;
156 GrTexture* refCopy(const CopyParams &copyParams);
200 virtual GrTexture* generateTextureForParams(const CopyParams&);