Searched refs:emitAndInstallPrimProc (Results 1 – 2 of 2) sorted by relevance
138 bool emitAndInstallPrimProc(SkString* outputColor, SkString* outputCoverage);
54 if (!this->emitAndInstallPrimProc(&inputColor, &inputCoverage)) { in emitAndInstallProcs()71 bool GrGLSLProgramBuilder::emitAndInstallPrimProc(SkString* outputColor, SkString* outputCoverage) { in emitAndInstallPrimProc() function in GrGLSLProgramBuilder