Searched defs:GetTypeName (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp404 TypeName = RSExportType::GetTypeName(T);
450 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { function in class:slang::RSExportType
519 return RSExportVectorType::GetTypeName(EVT);
598 // FIXME: free the name (allocated in RSExportType::GetTypeName)
658 // ASTContext or allocated in GetTypeName which will be destroyed later.
663 // get their name since constructing their name in GetTypeName() requiring
728 return GetRSSpecificType( RSExportType::GetTypeName(T) );
1015 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { function in class:slang::RSExportVectorType
H A Dslang_rs_reflection.cpp320 static std::string GetTypeName(const RSExportType *ET) { function in namespace:slang
344 std::string ElementTypeName = GetTypeName(CAT->getElementType());
914 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
966 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
1203 TypeName = GetTypeName(ET);
1314 std::string TypeName = GetTypeName(ECAT);
1530 // C.indent() << VarName << " = new " << GetTypeName(T) << "();"
1546 C.indent() << VarName << " = new " << GetTypeName(ElementType)
1566 C.indent() << VarName << " = new " << GetTypeName(T) << "();"
1652 C.indent() << GetTypeName((*F
[all...]
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp1444 ::std::string Message::GetTypeName() const { function in class:com::android::glesv2debugger::Message

Completed in 80 milliseconds