Home
last modified time | relevance | path

Searched defs:GrSamplerParams (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/gpu/
DGrSamplerParams.h28 GrSamplerParams() { in GrSamplerParams() function
38 GrSamplerParams(SkShader::TileMode tileXAndY, FilterMode filterMode) { in GrSamplerParams() function
42 GrSamplerParams(const SkShader::TileMode tileModes[2], FilterMode filterMode) { in GrSamplerParams() function
46 GrSamplerParams(const GrSamplerParams& params) { in GrSamplerParams() function
DGrContext.h36 class GrSamplerParams; variable
/external/skia/src/gpu/vk/
DGrVkSampler.h15 class GrSamplerParams; variable
DGrVkResourceProvider.h28 class GrSamplerParams; variable
/external/skia/include/core/
DSkImageGenerator.h20 class GrSamplerParams; variable
/external/skia/src/image/
DSkImage_Base.h22 class GrSamplerParams; variable
/external/skia/src/core/
DSkImageCacherator.h17 class GrSamplerParams; variable
/external/skia/src/gpu/
DGrGpu.h553 virtual bool onIsACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams&, in onIsACopyNeededForTextureParams()