HomeSort by relevance Sort by last modified time
    Searched refs:EBhEnable (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
ExtensionBehavior.h 16 EBhEnable,
27 case EBhEnable: return "enable";
DirectiveHandler.cpp 22 else if (str == kEnable) return EBhEnable;
110 else if (behaviorVal == EBhEnable)
137 case EBhEnable:
OutputHLSL.cpp 334 const bool usingMRTExtension = (iter != mContext.extensionBehavior().end() && (iter->second == EBhEnable || iter->second == EBhRequire));
    [all...]
ParseContext.cpp 996 return (iter->second == EBhEnable || iter->second == EBhRequire);
    [all...]

Completed in 30 milliseconds