Searched refs:EbvFrontSecondaryColor (Results 1 – 2 of 2) sorted by relevance
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 193 EbvFrontSecondaryColor, enumerator 401 case EbvFrontSecondaryColor: return "FrontSecondaryColor"; in GetBuiltInVariableString()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 7599 BuiltInVariable("gl_in", "gl_FrontSecondaryColor", EbvFrontSecondaryColor, symbolTable); 7607 BuiltInVariable("gl_out", "gl_FrontSecondaryColor", EbvFrontSecondaryColor, symbolTable); 7615 BuiltInVariable("gl_FrontSecondaryColor", EbvFrontSecondaryColor, symbolTable); 9353 BuiltInVariable("gl_in", "gl_FrontSecondaryColor", EbvFrontSecondaryColor, symbolTable);
|