Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
2519 AllocationDetails::RsDataTypeToString[head_type_name_idx][0]; in LoadAllocation()
2521 AllocationDetails::RsDataTypeToString[target_type_name_idx][0]; in LoadAllocation()
3422 if (type >= (sizeof(AllocationDetails::RsDataTypeToString) / in ListAllocations()
3423 sizeof(AllocationDetails::RsDataTypeToString[0])) || in ListAllocations()
3429 AllocationDetails::RsDataTypeToString[static_cast<uint32_t>(type)] in ListAllocations()