Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp85 , fCustomColorOutputIndex(-1) in GrGLSLFragmentShaderBuilder()
199 fOutputs[fCustomColorOutputIndex].setTypeModifier(GrShaderVar::kInOut_TypeModifier); in dstColor()
230 fCustomColorOutputIndex = fOutputs.count(); in enableCustomOutput()
DGrGLSLFragmentShaderBuilder.h233 int fCustomColorOutputIndex; variable