Home
last modified time | relevance | path

Searched refs:DeclaredSecondaryColorOutputName (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp250 fOutputs.push_back().set(kVec4f_GrSLType, DeclaredSecondaryColorOutputName(), in enableSecondaryOutput()
269 return caps.mustDeclareFragmentShaderOutput() ? DeclaredSecondaryColorOutputName() in getSecondaryColorOutputName()
DGrGLSLFragmentShaderBuilder.h202 static const char* DeclaredSecondaryColorOutputName() { return "fsSecondaryColorOut"; } in DeclaredSecondaryColorOutputName() function
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp198 GrGLSLFragmentShaderBuilder::DeclaredSecondaryColorOutputName())); in bindProgramResourceLocations()