Home
last modified time | relevance | path

Searched defs:getEnabledExtensions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DExtensionGLSL.cpp20 const std::set<std::string> &TExtensionGLSL::getEnabledExtensions() const in getEnabledExtensions() function in sh::TExtensionGLSL
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A DextensionManagement.ts138 function getEnabledExtensions(extensions: string[]): string[] { function