Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DDirectiveHandler.cpp201 if (((version == 100 || version == 300 || version == 310) && !IsDesktopGLSpec(spec)) || in handleVersion()
202 IsDesktopGLSpec(spec)) in handleVersion()
DSymbolTable.cpp399 if (IsDesktopGLSpec(spec)) in initializeBuiltIns()
456 if (IsDesktopGLSpec(shaderSpec) != (mIsDesktop == 1)) in get()
508 if (IsDesktopGLSpec(shaderSpec)) in matches()
DParseContext.cpp4780 !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()
4788 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseInQualifier()
4820 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()
4828 if (mShaderVersion < 300 && !IsDesktopGLSpec(mShaderSpec)) in parseOutQualifier()
5364 (!IsDesktopGLSpec(mShaderSpec) || !IsValidImplicitConversion(conversion, op))) in binaryOpCommonCheck()
6114 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()
6136 if (symbol == nullptr && IsDesktopGLSpec(mShaderSpec)) in addNonConstructorFunctionCall()
DCompiler.cpp388 compileOptions, !IsDesktopGLSpec(mShaderSpec), &mDiagnostics, in compileTreeImpl()
DOutputHLSL.cpp725 if ((IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 130) || in header()
726 (!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.h746 inline bool IsDesktopGLSpec(ShShaderSpec spec) in IsDesktopGLSpec() function