Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DExtensionDirective_test.cpp42 if (compile(versionDirective + getExtensionDirective(extension, sh::EBhDisable) + shader)) in testCompileNeedsExtensionDirective()
48 if (!compile(versionDirective + getExtensionDirective(extension, sh::EBhEnable) + shader)) in testCompileNeedsExtensionDirective()
55 if (!compile(versionDirective + getExtensionDirective(extension, sh::EBhWarn) + shader)) in testCompileNeedsExtensionDirective()
69 std::string getExtensionDirective(const std::string &extension, sh::TBehavior behavior) in getExtensionDirective() function in FragmentShaderExtensionDirectiveTest