Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h150 void emitAndInstallPrimProc(const GrPrimitiveProcessor&,
DGrGLSLProgramBuilder.cpp63 this->emitAndInstallPrimProc(primProc, &inputColor, &inputCoverage); in emitAndInstallProcs()
71 void GrGLSLProgramBuilder::emitAndInstallPrimProc(const GrPrimitiveProcessor& proc, in emitAndInstallPrimProc() function in GrGLSLProgramBuilder