Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/glsl/
DGrGLSLProgramBuilder.h138 bool emitAndInstallPrimProc(SkString* outputColor, SkString* outputCoverage);
DGrGLSLProgramBuilder.cpp54 if (!this->emitAndInstallPrimProc(&inputColor, &inputCoverage)) { in emitAndInstallProcs()
71 bool GrGLSLProgramBuilder::emitAndInstallPrimProc(SkString* outputColor, SkString* outputCoverage) { in emitAndInstallPrimProc() function in GrGLSLProgramBuilder