Searched defs:GrSamplerParams (Results 1 - 2 of 2) sorted by relevance
/external/skia/include/gpu/ |
H A D | GrSamplerParams.h | 17 class GrSamplerParams { class 19 static const GrSamplerParams& ClampNoFilter() { 20 static const GrSamplerParams gParams; 23 static const GrSamplerParams& ClampBilerp() { 24 static const GrSamplerParams gParams(SkShader::kClamp_TileMode, kBilerp_FilterMode); 28 GrSamplerParams() { function in class:GrSamplerParams 38 GrSamplerParams(SkShader::TileMode tileXAndY, FilterMode filterMode) { function in class:GrSamplerParams 42 GrSamplerParams(const SkShader::TileMode tileModes[2], FilterMode filterMode) { function in class:GrSamplerParams 46 GrSamplerParams(const GrSamplerParams function in class:GrSamplerParams [all...] |
/external/skia/src/gpu/ |
H A D | GrGpu.h | 478 // GrSamplerParams. This variation is called when the caller will create a new texture using the 480 bool isACopyNeededForTextureParams(int width, int height, const GrSamplerParams&, 488 bool isACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams& params, 565 virtual bool onIsACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams&, argument
|
Completed in 711 milliseconds