Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp660 static const uint32_t RSTypeToFormat[][3]; member
752 const uint32_t RenderScriptRuntime::AllocationDetails::RSTypeToFormat[][3] = { member in RenderScriptRuntime::AllocationDetails
2418 data_size = AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2421 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2423 padding = AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
3313 AllocationDetails::RSTypeToFormat[type][eFormatSingle]) in DumpAllocation()
3315 AllocationDetails::RSTypeToFormat[type][eFormatVector]); in DumpAllocation()