Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrConfigConversionEffect.cpp25 GrGLSLShaderVar tmpVar("tmpColor", kVec4f_GrSLType, 0, kHigh_GrSLPrecision); in emitCode() local
27 tmpVar.appendDecl(args.fGLSLCaps, &tmpDecl); in emitCode()
33 fragBuilder->codeAppendf("%s = ", tmpVar.c_str()); in emitCode()
40 fragBuilder->codeAppendf("%s = %s.%s;", args.fOutputColor, tmpVar.c_str(), in emitCode()
47 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str()); in emitCode()
56 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str()); in emitCode()
62 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), in emitCode()
63 tmpVar.c_str()); in emitCode()
68 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), in emitCode()
69 tmpVar.c_str()); in emitCode()
[all …]
/external/icu/icu4c/source/common/
Duloc_tag.c876 VariantListEntry *tmpVar = var->next; in _appendVariantsToLanguageTag() local
878 var = tmpVar; in _appendVariantsToLanguageTag()