Searched refs:IsDesktopGLSpec (Results 1 – 8 of 8) sorted by relevance
286 !IsDesktopGLSpec(spec)) || in handleVersion()287 IsDesktopGLSpec(spec)) in handleVersion()
406 if (IsDesktopGLSpec(spec)) in initializeBuiltIns()472 if (IsDesktopGLSpec(shaderSpec) != (mIsDesktop == 1)) in get()524 if (IsDesktopGLSpec(shaderSpec)) in matches()
475 compileOptions, !IsDesktopGLSpec(mShaderSpec), &mDiagnostics, in compileTreeImpl()736 mValidateASTOptions.validatePrecision = !IsDesktopGLSpec(mShaderSpec); in checkAndSimplifyAST()
6136 !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()6144 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()6184 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()6192 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()6227 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseInOutQualifier()6788 (!IsDesktopGLSpec(mShaderSpec) || !IsValidImplicitConversion(conversion, op))) in binaryOpCommonCheck()7606 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()7628 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()
758 if (sh::IsDesktopGLSpec(mSettings.shaderSpec)) in parseVersion()773 ASSERT(!sh::IsDesktopGLSpec(mSettings.shaderSpec)); in parseVersion()783 ASSERT(sh::IsDesktopGLSpec(mSettings.shaderSpec)); in parseVersion()
403 return IsDesktopGLSpec(spec) ? glslVersion : esslVersion; in GetESSLOrGLSLVersion()
922 inline bool IsDesktopGLSpec(ShShaderSpec spec) in IsDesktopGLSpec() function
769 if ((IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 130) || in header()770 (!IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 300)) in header()