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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp631 TypeName = RSExportType::GetTypeName(T);
678 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { function in class:slang::RSExportType
742 return RSExportVectorType::GetTypeName(EVT);
823 // FIXME: free the name (allocated in RSExportType::GetTypeName)
877 // ASTContext or allocated in GetTypeName which will be destroyed later.
881 // get their name since constructing their name in GetTypeName() requiring
941 return GetRSSpecificType( RSExportType::GetTypeName(T) );
1214 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { function in class:slang::RSExportVectorType
H A Dslang_rs_reflection_cpp.cpp62 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { function in namespace:slang
97 std::string ElementTypeName = GetTypeName(CAT->getElementType());
235 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX
542 std::string TypeName = GetTypeName(EPT, false);
578 std::string TypeName = GetTypeName(ET);
H A Dslang_rs_reflection.cpp176 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { function in namespace:slang
204 std::string ElementTypeName = GetTypeName(CAT->getElementType());
400 << GetTypeName(EV->getType(), false) << "["
625 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName()));
714 std::make_pair(GetTypeName((*I)->getType()), (*I)->getName()));
943 std::string TypeName = GetTypeName(EPT);
1050 std::string TypeName = GetTypeName(ET);
1080 std::string TypeName = GetTypeName(EV->getType());
1094 std::string TypeName = GetTypeName(ET);
1124 std::string TypeName = GetTypeName(E
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp2059 ::std::string GLMessage_DataType::GetTypeName() const { function in class:android::gltrace::GLMessage_DataType
2285 ::std::string GLMessage_FrameBuffer::GetTypeName() const { function in class:android::gltrace::GLMessage_FrameBuffer
2705 ::std::string GLMessage::GetTypeName() const { function in class:android::gltrace::GLMessage

Completed in 65 milliseconds