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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp553 TypeName = RSExportType::GetTypeName(T);
605 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { function in class:slang::RSExportType
674 return RSExportVectorType::GetTypeName(EVT);
753 // FIXME: free the name (allocated in RSExportType::GetTypeName)
814 // ASTContext or allocated in GetTypeName which will be destroyed later.
819 // get their name since constructing their name in GetTypeName() requiring
884 return GetRSSpecificType( RSExportType::GetTypeName(T) );
1184 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { function in class:slang::RSExportVectorType
H A Dslang_rs_reflection_cpp.cpp64 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { function in namespace:slang
94 std::string ElementTypeName = GetTypeName(CAT->getElementType());
176 write(GetTypeName(ev->getType()) + " " RS_EXPORT_VAR_PREFIX
538 std::string TypeName = GetTypeName(ET);
H A Dslang_rs_reflection.cpp162 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { function in namespace:slang
191 std::string ElementTypeName = GetTypeName(CAT->getElementType());
369 << GetTypeName(EV->getType(), false) << "["
614 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
675 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
901 std::string TypeName = GetTypeName(EPT);
972 std::string TypeName = GetTypeName(ET);
1008 std::string TypeName = GetTypeName(EV->getType());
1024 std::string TypeName = GetTypeName(ET);
1060 std::string TypeName = GetTypeName(E
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1677 ::std::string GLMessage_DataType::GetTypeName() const { function in class:android::gltrace::GLMessage_DataType
1903 ::std::string GLMessage_FrameBuffer::GetTypeName() const { function in class:android::gltrace::GLMessage_FrameBuffer
2323 ::std::string GLMessage::GetTypeName() const { function in class:android::gltrace::GLMessage

Completed in 67 milliseconds