Searched refs:SH_GLSL_OUTPUT (Results 1 – 5 of 5) sorted by relevance
22 case SH_GLSL_OUTPUT: in ConstructCompiler()
25 : TCompiler(type, spec, SH_GLSL_OUTPUT) { in TranslatorGLSL()
82 SH_GLSL_OUTPUT = 0x8B46, enumerator
105 case 'g': output = SH_GLSL_OUTPUT; break; in main()
140 (glsl_implementation_type == kGlslES ? SH_ESSL_OUTPUT : SH_GLSL_OUTPUT); in Init()