Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp640 static const char *RsDataTypeToString[][4]; member
693 const char *RenderScriptRuntime::AllocationDetails::RsDataTypeToString[][4] = { member in RenderScriptRuntime::AllocationDetails
2508 AllocationDetails::RsDataTypeToString[head_type_name_idx][0]; in LoadAllocation()
2510 AllocationDetails::RsDataTypeToString[target_type_name_idx][0]; in LoadAllocation()
3411 if (type >= (sizeof(AllocationDetails::RsDataTypeToString) / in ListAllocations()
3412 sizeof(AllocationDetails::RsDataTypeToString[0])) || in ListAllocations()
3418 AllocationDetails::RsDataTypeToString[static_cast<uint32_t>(type)] in ListAllocations()