Home
last modified time | relevance | path

Searched refs:EBhEnable (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DExtensionBehavior.h24 EBhEnable, enumerator
35 case EBhEnable: return "enable"; in getBehaviorString()
DDirectiveHandler.cpp30 else if (str == kEnable) return EBhEnable; in getBehavior()
119 else if (behaviorVal == EBhEnable) in handleExtension()
146 case EBhEnable: in handleExtension()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DExtensionBehavior.cpp82 case EBhEnable: in GetBehaviorString()
98 (iter->second == EBhEnable || iter->second == EBhRequire || iter->second == EBhWarn); in IsExtensionEnabled()
DDirectiveHandler.cpp29 return EBhEnable; in getBehavior()
150 else if (behaviorVal == EBhEnable) in handleExtension()
186 case EBhEnable: in handleExtension()
DInitialize.cpp34 extBehavior[TExtension::ARB_texture_rectangle] = EBhEnable; in InitExtensionBehavior()
108 ext.second = EBhEnable; in ResetExtensionBehavior()
DExtensionBehavior.h47 EBhEnable, enumerator
DParseContext.cpp1256 if (extIter->second == EBhEnable || extIter->second == EBhRequire) in checkCanUseOneOfExtensions()
1280 ASSERT(extIter->second == EBhEnable || extIter->second == EBhRequire); in checkCanUseOneOfExtensions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDirectiveHandler.cpp29 return EBhEnable; in getBehavior()
138 else if (behaviorVal == EBhEnable) in handleExtension()
202 case EBhEnable: in handleExtension()
DExtensionBehavior.cpp102 case EBhEnable: in GetBehaviorString()
118 (iter->second == EBhEnable || iter->second == EBhRequire || iter->second == EBhWarn); in IsExtensionEnabled()
DInitialize.cpp34 extBehavior[TExtension::ARB_texture_rectangle] = EBhEnable; in InitExtensionBehavior()
202 extBehavior[TExtension::ARB_texture_rectangle] = EBhEnable; in ResetExtensionBehavior()
DTranslatorGLSL.cpp306 (iter.second == EBhRequire || iter.second == EBhEnable)) in writeExtensionBehavior()
313 (iter.second == EBhRequire || iter.second == EBhEnable)) in writeExtensionBehavior()
DExtensionBehavior.h68 EBhEnable, enumerator
DParseContext.cpp1457 if (extIter->second == EBhEnable || extIter->second == EBhRequire) in checkCanUseOneOfExtensions()
1485 ASSERT(extIter->second == EBhEnable || extIter->second == EBhRequire); in checkCanUseOneOfExtensions()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DExtensionDirective_test.cpp48 if (!compile(versionDirective + getExtensionDirective(extension, sh::EBhEnable) + shader)) in testCompileNeedsExtensionDirective()
78 case EBhEnable: in getExtensionDirective()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DExtensionDirective_test.cpp48 if (!compile(versionDirective + getExtensionDirective(extension, sh::EBhEnable) + shader)) in testCompileNeedsExtensionDirective()
78 case EBhEnable: in getExtensionDirective()
/third_party/glslang/glslang/MachineIndependent/
DVersions.cpp678 case EBhEnable: in profileRequires()
742 if (behavior == EBhEnable || behavior == EBhRequire) in checkExtensionsRequested()
817 case EBhEnable: in extensionTurnedOn()
846 behavior = EBhEnable; in updateExtensionBehavior()
958 if (behavior == EBhRequire || behavior == EBhEnable) { in updateExtensionBehavior()
973 case EBhEnable: in updateExtensionBehavior()
DVersions.h103 EBhEnable, enumerator
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp113 extensionBehavior[E_GL_GOOGLE_cpp_style_line_directive] = EBhEnable; in initializeExtensionBehavior()