Home
last modified time | relevance | path

Searched defs:hasSecondaryOutput (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h163 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput() function
DGrGLSLProgramBuilder.cpp201 void GrGLSLProgramBuilder::emitFSOutputSwizzle(bool hasSecondaryOutput) { in emitFSOutputSwizzle()
/external/skia/src/gpu/
DGrXferProcessor.cpp55 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in GrXferProcessor
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp62 bool hasSecondaryOutput() const { return kNone_OutputType != fSecondaryOutputType; } in hasSecondaryOutput() function