Searched refs:IsDesktopGLSpec (Results 1 – 7 of 7) sorted by relevance
218 !IsDesktopGLSpec(spec)) || in handleVersion()219 IsDesktopGLSpec(spec)) in handleVersion()
406 if (IsDesktopGLSpec(spec)) in initializeBuiltIns()472 if (IsDesktopGLSpec(shaderSpec) != (mIsDesktop == 1)) in get()524 if (IsDesktopGLSpec(shaderSpec)) in matches()
446 compileOptions, !IsDesktopGLSpec(mShaderSpec), &mDiagnostics, in compileTreeImpl()657 mValidateASTOptions.validatePrecision = !IsDesktopGLSpec(mShaderSpec); in checkAndSimplifyAST()
5516 !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()5524 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()5564 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()5572 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()6129 (!IsDesktopGLSpec(mShaderSpec) || !IsValidImplicitConversion(conversion, op))) in binaryOpCommonCheck()6938 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()6960 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()
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()
806 inline bool IsDesktopGLSpec(ShShaderSpec spec) in IsDesktopGLSpec() function