Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp654 static const char *RsDataTypeToString[][4]; member
707 const char *RenderScriptRuntime::AllocationDetails::RsDataTypeToString[][4] = { member in RenderScriptRuntime::AllocationDetails
2603 AllocationDetails::RsDataTypeToString[head_type_name_idx][0]; in LoadAllocation()
2605 AllocationDetails::RsDataTypeToString[target_type_name_idx][0]; in LoadAllocation()
3520 if (type >= (sizeof(AllocationDetails::RsDataTypeToString) / in ListAllocations()
3521 sizeof(AllocationDetails::RsDataTypeToString[0])) || in ListAllocations()
3527 AllocationDetails::RsDataTypeToString[static_cast<uint32_t>(type)] in ListAllocations()