Searched defs:GrTextureParams (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/gpu/
H A DGrTextureParams.h17 class GrTextureParams { class
19 static const GrTextureParams& ClampNoFilter() {
20 static const GrTextureParams gParams;
23 static const GrTextureParams& ClampBilerp() {
24 static const GrTextureParams gParams(SkShader::kClamp_TileMode, kBilerp_FilterMode);
28 GrTextureParams() { function in class:GrTextureParams
38 GrTextureParams(SkShader::TileMode tileXAndY, FilterMode filterMode) { function in class:GrTextureParams
42 GrTextureParams(const SkShader::TileMode tileModes[2], FilterMode filterMode) { function in class:GrTextureParams
46 GrTextureParams(const GrTextureParams function in class:GrTextureParams
[all...]
/external/skia/src/core/
H A DSkImageCacherator.cpp22 #include "GrTextureParams.h"
318 GrTexture* SkImageCacherator::lockAsTexture(GrContext* ctx, const GrTextureParams& params,
329 GrTexture* SkImageCacherator::lockAsTexture(GrContext* ctx, const GrTextureParams&, argument
/external/skia/src/gpu/
H A DGrGpu.h443 // GrTextureParams. This variation is called when the caller will create a new texture using the
445 bool makeCopyForTextureParams(int width, int height, const GrTextureParams&,
452 bool makeCopyForTextureParams(GrTexture* texture, const GrTextureParams& params,
537 virtual bool onMakeCopyForTextureParams(GrTexture* texture, const GrTextureParams&, argument

Completed in 83 milliseconds