Home
last modified time | relevance | path

Searched refs:IsDesktopGLSpec (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/
DDirectiveHandler.cpp286 !IsDesktopGLSpec(spec)) || in handleVersion()
287 IsDesktopGLSpec(spec)) in handleVersion()
DSymbolTable.cpp406 if (IsDesktopGLSpec(spec)) in initializeBuiltIns()
472 if (IsDesktopGLSpec(shaderSpec) != (mIsDesktop == 1)) in get()
524 if (IsDesktopGLSpec(shaderSpec)) in matches()
DCompiler.cpp475 compileOptions, !IsDesktopGLSpec(mShaderSpec), &mDiagnostics, in compileTreeImpl()
736 mValidateASTOptions.validatePrecision = !IsDesktopGLSpec(mShaderSpec); in checkAndSimplifyAST()
DParseContext.cpp6136 !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()
/external/angle/src/compiler/preprocessor/
DDirectiveParser.cpp758 if (sh::IsDesktopGLSpec(mSettings.shaderSpec)) in parseVersion()
773 ASSERT(!sh::IsDesktopGLSpec(mSettings.shaderSpec)); in parseVersion()
783 ASSERT(sh::IsDesktopGLSpec(mSettings.shaderSpec)); in parseVersion()
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp403 return IsDesktopGLSpec(spec) ? glslVersion : esslVersion; in GetESSLOrGLSLVersion()
/external/angle/include/GLSLANG/
DShaderLang.h922 inline bool IsDesktopGLSpec(ShShaderSpec spec) in IsDesktopGLSpec() function
/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.cpp769 if ((IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 130) || in header()
770 (!IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 300)) in header()