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

/external/skia/src/gpu/effects/
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...]
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
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomain.cpp44 const GrTextureDomain& textureDomain,
49 SkASSERT((Mode)-1 == fMode || textureDomain.mode() == fMode);
50 SkDEBUGCODE(fMode = textureDomain.mode();)
54 if (textureDomain.mode() != kIgnore_Mode && !fDomainUni.isValid()) {
57 if (textureDomain.fIndex >= 0) {
58 uniName.appendS32(textureDomain.fIndex);
65 switch (textureDomain.mode()) {
140 const GrTextureDomain& textureDomain,
142 SkASSERT(textureDomain.mode() == fMode);
143 if (kIgnore_Mode != textureDomain
43 sampleTexture(GrGLShaderBuilder* builder, const GrTextureDomain& textureDomain, const char* outColor, const SkString& inCoords, const GrGLProcessor::TextureSampler sampler, const char* inModulateColor) argument
139 setData(const GrGLProgramDataManager& pdman, const GrTextureDomain& textureDomain, GrSurfaceOrigin textureOrigin) argument
[all...]
H A DGrTextureDomain.h99 const GrTextureDomain& textureDomain,
109 void setData(const GrGLProgramDataManager& pdman, const GrTextureDomain& textureDomain,
164 const GrTextureDomain& textureDomain() const { return fTextureDomain; } function in class:GrTextureDomainEffect
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1310 SkRect textureDomain = SkRect::MakeEmpty();
1329 textureDomain.setLTRB(left, top, right, bottom);
1331 fp.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), textureDomain));
1335 textureDomain,
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1341 SkRect textureDomain = SkRect::MakeEmpty();
1360 textureDomain.setLTRB(left, top, right, bottom);
1362 effect.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), textureDomain));
1366 textureDomain,

Completed in 244 milliseconds