Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDirectiveHandler.cpp218 !IsDesktopGLSpec(spec)) || in handleVersion()
219 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.cpp446 compileOptions, !IsDesktopGLSpec(mShaderSpec), &mDiagnostics, in compileTreeImpl()
657 mValidateASTOptions.validatePrecision = !IsDesktopGLSpec(mShaderSpec); in checkAndSimplifyAST()
DParseContext.cpp5516 !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()
DOutputHLSL.cpp734 if ((IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 130) || in header()
735 (!IsDesktopGLSpec(mShaderSpec) && mShaderVersion >= 300)) in header()
/third_party/skia/third_party/externals/angle2/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()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h806 inline bool IsDesktopGLSpec(ShShaderSpec spec) in IsDesktopGLSpec() function