Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h169 void emitFSOutputSwizzle(bool hasSecondaryOutput);
DGrGLSLProgramBuilder.cpp66 this->emitFSOutputSwizzle(this->pipeline().getXferProcessor().hasSecondaryOutput()); in emitAndInstallProcs()
355 void GrGLSLProgramBuilder::emitFSOutputSwizzle(bool hasSecondaryOutput) { in emitFSOutputSwizzle() function in GrGLSLProgramBuilder