Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp646 static const uint32_t RSTypeToFormat[][3]; member
738 const uint32_t RenderScriptRuntime::AllocationDetails::RSTypeToFormat[][3] = { member in RenderScriptRuntime::AllocationDetails
2330 data_size = AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2333 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2335 padding = AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
3207 AllocationDetails::RSTypeToFormat[type][eFormatSingle]) in DumpAllocation()
3209 AllocationDetails::RSTypeToFormat[type][eFormatVector]); in DumpAllocation()