HomeSort by relevance Sort by last modified time
    Searched refs:tde (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Modules/
ExtDebugInfo.cpp 46 TypedefEnum tde; variable
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 250 const GrTextureDomainEffect& tde = args.fFp.cast<GrTextureDomainEffect>(); local
251 const GrTextureDomain& domain = tde.fTextureDomain;
256 fColorSpaceHelper.emitCode(args.fUniformHandler, tde.colorSpaceXform());
271 const GrTextureDomainEffect& tde = fp.cast<GrTextureDomainEffect>(); local
272 const GrTextureDomain& domain = tde.fTextureDomain;
273 GrTexture* texture = tde.textureSampler(0).peekTexture();
276 if (SkToBool(tde.colorSpaceXform())) {
277 fColorSpaceHelper.setData(pdman, tde.colorSpaceXform());

Completed in 433 milliseconds