Searched refs:IsDesktopGLSpec (Results 1 – 7 of 7) sorted by relevance
201 if (((version == 100 || version == 300 || version == 310) && !IsDesktopGLSpec(spec)) || in handleVersion()202 IsDesktopGLSpec(spec)) in handleVersion()
399 if (IsDesktopGLSpec(spec)) in initializeBuiltIns()456 if (IsDesktopGLSpec(shaderSpec) != (mIsDesktop == 1)) in get()508 if (IsDesktopGLSpec(shaderSpec)) in matches()
4780 !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()4788 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()4820 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()4828 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()5364 (!IsDesktopGLSpec(mShaderSpec) || !IsValidImplicitConversion(conversion, op))) in binaryOpCommonCheck()6114 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()6136 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()
388 compileOptions, !IsDesktopGLSpec(mShaderSpec), &mDiagnostics, in compileTreeImpl()
725 if ((IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 130) || in header()726 (!IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 300)) in header()
744 if (sh::IsDesktopGLSpec(mSettings.shaderSpec)) in parseVersion()759 ASSERT(!sh::IsDesktopGLSpec(mSettings.shaderSpec)); in parseVersion()769 ASSERT(sh::IsDesktopGLSpec(mSettings.shaderSpec)); in parseVersion()
746 inline bool IsDesktopGLSpec(ShShaderSpec spec) in IsDesktopGLSpec() function