Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DDirectiveHandler.cpp230 !IsDesktopGLSpec(spec)) || in handleVersion()
231 IsDesktopGLSpec(spec)) in handleVersion()
DSymbolTable.cpp403 if (IsDesktopGLSpec(spec)) in initializeBuiltIns()
469 if (IsDesktopGLSpec(shaderSpec) != (mIsDesktop == 1)) in get()
521 if (IsDesktopGLSpec(shaderSpec)) in matches()
DParseContext.cpp5457 !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()
DCompiler.cpp404 compileOptions, !IsDesktopGLSpec(mShaderSpec), &mDiagnostics, in compileTreeImpl()
DOutputHLSL.cpp734 if ((IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 130) || in header()
735 (!IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 300)) in header()
/external/angle/src/compiler/preprocessor/
DDirectiveParser.cpp744 if (sh::IsDesktopGLSpec(mSettings.shaderSpec)) in parseVersion()
759 ASSERT(!sh::IsDesktopGLSpec(mSettings.shaderSpec)); in parseVersion()
769 ASSERT(sh::IsDesktopGLSpec(mSettings.shaderSpec)); in parseVersion()
/external/angle/include/GLSLANG/
DShaderLang.h814 inline bool IsDesktopGLSpec(ShShaderSpec spec) in IsDesktopGLSpec() function