HomeSort by relevance Sort by last modified time
    Searched defs:CopyParams (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrTextureParamsAdjuster.h 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&)
    [all...]
GrTextureParamsAdjuster.cpp 25 typedef GrTextureProducer::CopyParams CopyParams;
30 const CopyParams& copyParams) {
39 rtDesc.fWidth = copyParams.fWidth;
40 rtDesc.fHeight = copyParams.fHeight;
84 if (copyParams.fFilter != GrTextureParams::kNone_FilterMode && subset &&
85 (subset->width() != copyParams.fWidth || subset->height() != copyParams.fHeight)) {
93 SkASSERT(copyParams.fFilter != GrTextureParams::kMipMap_FilterMode)
    [all...]

Completed in 53 milliseconds