Home
last modified time | relevance | path

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

/external/skqp/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp73 , 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()
DGrGLSLFragmentShaderBuilder.h164 int fCustomColorOutputIndex; variable
/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp128 fOutputs[fCustomColorOutputIndex].setTypeModifier(GrShaderVar::kInOut_TypeModifier); in dstColor()
159 fCustomColorOutputIndex = fOutputs.count(); in enableCustomOutput()
191 fOutputs[fCustomColorOutputIndex].getTypeModifier() == GrShaderVar::kInOut_TypeModifier; in primaryColorOutputIsInOut()
DGrGLSLFragmentShaderBuilder.h188 int fCustomColorOutputIndex = -1; variable