Searched refs:kGlslES (Results 1 – 3 of 3) sorted by relevance
143 (glsl_implementation_type == kGlslES ? SH_ESSL_OUTPUT : SH_GLSL_OUTPUT); in Init()151 implementation_is_glsl_es_ = (glsl_implementation_type == kGlslES); in Init()
27 kGlslES enumerator
2830 ShaderTranslatorInterface::kGlslES : ShaderTranslatorInterface::kGlsl; in InitializeShaderTranslator()