Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp646 static const uint32_t RSTypeToFormat[][3]; member
738 const uint32_t RenderScriptRuntime::AllocationDetails::RSTypeToFormat[][3] = { member in RenderScriptRuntime::AllocationDetails
2342 data_size = AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2345 vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
2347 padding = AllocationDetails::RSTypeToFormat[type][eElementSize]; in SetElementSize()
3217 AllocationDetails::RSTypeToFormat[type][eFormatSingle]) in DumpAllocation()
3219 AllocationDetails::RSTypeToFormat[type][eFormatVector]); in DumpAllocation()