Searched defs:textureDomain (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomain.h90 const GrTextureDomain& textureDomain,
100 void setData(const GrGLUniformManager& uman, const GrTextureDomain& textureDomain,
155 const GrTextureDomain& textureDomain() const { return fTextureDomain; } function in class:GrTextureDomainEffect
H A DGrTextureDomain.cpp43 const GrTextureDomain& textureDomain,
48 SkASSERT((Mode)-1 == fMode || textureDomain.mode() == fMode);
49 SkDEBUGCODE(fMode = textureDomain.mode();)
51 if (kIgnore_Mode == textureDomain.mode()) {
62 if (textureDomain.fIndex >= 0) {
63 uniName.appendS32(textureDomain.fIndex);
69 if (kClamp_Mode == textureDomain.mode()) {
78 SkASSERT(GrTextureDomain::kDecal_Mode == textureDomain.mode());
115 const GrTextureDomain& textureDomain,
117 SkASSERT(textureDomain
42 sampleTexture(GrGLShaderBuilder* builder, const GrTextureDomain& textureDomain, const char* outColor, const SkString& inCoords, const GrGLEffect::TextureSampler sampler, const char* inModulateColor) argument
114 setData(const GrGLUniformManager& uman, const GrTextureDomain& textureDomain, GrSurfaceOrigin textureOrigin) argument
[all...]
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h90 const GrTextureDomain& textureDomain,
100 void setData(const GrGLUniformManager& uman, const GrTextureDomain& textureDomain,
155 const GrTextureDomain& textureDomain() const { return fTextureDomain; } function in class:GrTextureDomainEffect
H A DGrTextureDomain.cpp43 const GrTextureDomain& textureDomain,
48 SkASSERT((Mode)-1 == fMode || textureDomain.mode() == fMode);
49 SkDEBUGCODE(fMode = textureDomain.mode();)
51 if (kIgnore_Mode == textureDomain.mode()) {
62 if (textureDomain.fIndex >= 0) {
63 uniName.appendS32(textureDomain.fIndex);
69 if (kClamp_Mode == textureDomain.mode()) {
78 SkASSERT(GrTextureDomain::kDecal_Mode == textureDomain.mode());
115 const GrTextureDomain& textureDomain,
117 SkASSERT(textureDomain
42 sampleTexture(GrGLShaderBuilder* builder, const GrTextureDomain& textureDomain, const char* outColor, const SkString& inCoords, const GrGLEffect::TextureSampler sampler, const char* inModulateColor) argument
114 setData(const GrGLUniformManager& uman, const GrTextureDomain& textureDomain, GrSurfaceOrigin textureOrigin) argument
[all...]

Completed in 119 milliseconds