Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp191 fOutputs[fCustomColorOutputIndex].setTypeModifier(GrShaderVar::kInOut_TypeModifier); in dstColor()
222 fCustomColorOutputIndex = fOutputs.count(); in enableCustomOutput()
254 fOutputs[fCustomColorOutputIndex].getTypeModifier() == GrShaderVar::kInOut_TypeModifier; in primaryColorOutputIsInOut()
DGrGLSLFragmentShaderBuilder.h215 int fCustomColorOutputIndex = -1; variable