Searched refs:fCustomColorOutputIndex (Results 1 – 4 of 4) sorted by relevance
73 , fCustomColorOutputIndex(-1) in GrGLSLFragmentShaderBuilder()107 fOutputs[fCustomColorOutputIndex].setTypeModifier(GrShaderVar::kInOut_TypeModifier); in dstColor()138 fCustomColorOutputIndex = fOutputs.count(); in enableCustomOutput()170 fOutputs[fCustomColorOutputIndex].getTypeModifier() == GrShaderVar::kInOut_TypeModifier; in primaryColorOutputIsInOut()
164 int fCustomColorOutputIndex; variable
128 fOutputs[fCustomColorOutputIndex].setTypeModifier(GrShaderVar::kInOut_TypeModifier); in dstColor()159 fCustomColorOutputIndex = fOutputs.count(); in enableCustomOutput()191 fOutputs[fCustomColorOutputIndex].getTypeModifier() == GrShaderVar::kInOut_TypeModifier; in primaryColorOutputIsInOut()
188 int fCustomColorOutputIndex = -1; variable