Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
3412 if (type >= (sizeof(AllocationDetails::RsDataTypeToString) / in ListAllocations()
3413 sizeof(AllocationDetails::RsDataTypeToString[0])) || in ListAllocations()
3419 AllocationDetails::RsDataTypeToString[static_cast<uint32_t>(type)] in ListAllocations()