Searched defs:GrSamplerParams (Results 1 – 8 of 8) sorted by relevance
28 GrSamplerParams() { in GrSamplerParams() function38 GrSamplerParams(SkShader::TileMode tileXAndY, FilterMode filterMode) { in GrSamplerParams() function42 GrSamplerParams(const SkShader::TileMode tileModes[2], FilterMode filterMode) { in GrSamplerParams() function46 GrSamplerParams(const GrSamplerParams& params) { in GrSamplerParams() function
36 class GrSamplerParams; variable
15 class GrSamplerParams; variable
28 class GrSamplerParams; variable
20 class GrSamplerParams; variable
22 class GrSamplerParams; variable
17 class GrSamplerParams; variable
553 virtual bool onIsACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams&, in onIsACopyNeededForTextureParams()