Searched refs:IsDesktopGLSpec (Results 1 – 7 of 7) sorted by relevance
230 !IsDesktopGLSpec(spec)) || in handleVersion()231 IsDesktopGLSpec(spec)) in handleVersion()
403 if (IsDesktopGLSpec(spec)) in initializeBuiltIns()469 if (IsDesktopGLSpec(shaderSpec) != (mIsDesktop == 1)) in get()521 if (IsDesktopGLSpec(shaderSpec)) in matches()
5457 !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()5465 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()5505 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()5513 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()6070 (!IsDesktopGLSpec(mShaderSpec) || !IsValidImplicitConversion(conversion, op))) in binaryOpCommonCheck()6877 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()6899 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()
404 compileOptions, !IsDesktopGLSpec(mShaderSpec), &mDiagnostics, in compileTreeImpl()
734 if ((IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 130) || in header()735 (!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()
814 inline bool IsDesktopGLSpec(ShShaderSpec spec) in IsDesktopGLSpec() function