Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h183 void getFullNamespaceName(TString*&) const;
DhlslGrammar.cpp393 parseContext.getFullNamespaceName(fullName); in acceptDeclaration()
2489 parseContext.getFullNamespaceName(functionName); in acceptMemberFunctionDefinition()
DhlslParseHelper.cpp9170 void HlslParseContext::getFullNamespaceName(TString*& name) const in getFullNamespaceName() function in glslang::HlslParseContext