Home
last modified time | relevance | path

Searched refs:fTextureDomain (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/effects/
DGrTextureDomain.h213 fTextureDomain.domain().fLeft, fTextureDomain.domain().fTop, in dumpInfo()
214 fTextureDomain.domain().fRight, fTextureDomain.domain().fBottom); in dumpInfo()
222 GrTextureDomain fTextureDomain; variable
259 fTextureDomain.domain().fLeft, fTextureDomain.domain().fTop, in dumpInfo()
260 fTextureDomain.domain().fRight, fTextureDomain.domain().fBottom, in dumpInfo()
271 GrTextureDomain fTextureDomain; variable
DGrTextureDomain.cpp288 , fTextureDomain(proxy.get(), domain, modeX, modeY) in GrTextureDomainEffect()
299 , fTextureDomain(that.fTextureDomain) in GrTextureDomainEffect()
307 b->add32(GrTextureDomain::GLDomain::DomainKey(fTextureDomain)); in onGetGLSLProcessorKey()
315 const GrTextureDomain& domain = tde.fTextureDomain; in onCreateGLSLInstance()
334 const GrTextureDomain& domain = tde.fTextureDomain; in onCreateGLSLInstance()
349 return this->fTextureDomain == s.fTextureDomain; in onIsEqual()
396 , fTextureDomain(proxy.get(), in GrDeviceSpaceTextureDecalFragmentProcessor()
409 , fTextureDomain(that.fTextureDomain) in GrDeviceSpaceTextureDecalFragmentProcessor()
435 dstdfp.fTextureDomain, in onCreateGLSLInstance()
450 fGLDomain.setData(pdman, dstdfp.fTextureDomain, proxy, in onCreateGLSLInstance()
[all …]