Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp718 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const char* subPath… in traverseVariablePath()
760 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const std::string& … in traverseVariablePath()
769 static bool traverseShaderVariablePath (std::vector<VariablePathComponent>& typePath, const Program… in traverseShaderVariablePath()
827 static bool traverseProgramVariablePath (std::vector<VariablePathComponent>& typePath, const Progra… in traverseProgramVariablePath()
1726 bool findProgramVariablePathByPathName (std::vector<VariablePathComponent>& typePath, const Program… in findProgramVariablePathByPathName()
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1098 … const typePath = (name: string): string => `${cachePath}/node_modules/@types/${name}/index.d.ts`; constant