Searched refs:fOutputs (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 171 fOutputs.push_back().set(kInt_GrSLType, "gl_SampleMask", 1, GrShaderVar::kOut_TypeModifier, in overrideSampleCoverage() 199 fOutputs[fCustomColorOutputIndex].setTypeModifier(GrShaderVar::kInOut_TypeModifier); in dstColor() 230 fCustomColorOutputIndex = fOutputs.count(); in enableCustomOutput() 231 fOutputs.push_back().set(kVec4f_GrSLType, DeclaredColorOutputName(), in enableCustomOutput() 233 fProgramBuilder->finalizeFragmentOutputColor(fOutputs.back()); in enableCustomOutput() 250 fOutputs.push_back().set(kVec4f_GrSLType, DeclaredSecondaryColorOutputName(), in enableSecondaryOutput() 252 fProgramBuilder->finalizeFragmentSecondaryColor(fOutputs.back()); in enableSecondaryOutput()
|
D | GrGLSLShaderBuilder.cpp | 18 , fOutputs(GrGLSLProgramBuilder::kVarsPerBlock) in GrGLSLShaderBuilder() 229 this->appendDecls(fOutputs, &this->outputs()); in finalize()
|
D | GrGLSLShaderBuilder.h | 255 VarArray fOutputs; variable
|