Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp105 SkString sampleVar; in onCreateGLSLInstance() local
106 sampleVar.printf("tmp%d", i); in onCreateGLSLInstance()
107 fragBuilder->codeAppendf("half4 %s;", sampleVar.c_str()); in onCreateGLSLInstance()
109 _outer.fDomains[i], sampleVar.c_str(), coords[i], args.fTexSamplers[i]); in onCreateGLSLInstance()
DGrBicubicEffect.cpp91 SkString sampleVar; in emitCode() local
92 sampleVar.printf("rowColors[%d]", x); in emitCode()
97 sampleVar.c_str(), in emitCode()