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

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomain.h84 const GrTextureDomain& textureDomain,
94 void setData(const GrGLUniformManager& uman, const GrTextureDomain& textureDomain,
149 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.h84 const GrTextureDomain& textureDomain,
94 void setData(const GrGLUniformManager& uman, const GrTextureDomain& textureDomain,
149 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/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1415 SkRect textureDomain = SkRect::MakeEmpty(); variable
1434 textureDomain.setLTRB(left, top, right, bottom);
1437 textureDomain,
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1415 SkRect textureDomain = SkRect::MakeEmpty(); variable
1434 textureDomain.setLTRB(left, top, right, bottom);
1437 textureDomain,

Completed in 130 milliseconds