reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  644   static const uint32_t RSTypeToFormat[][3];

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2333     data_size = AllocationDetails::RSTypeToFormat[type][eElementSize];
 2336         vec_size * AllocationDetails::RSTypeToFormat[type][eElementSize];
 2338       padding = AllocationDetails::RSTypeToFormat[type][eElementSize];
 3208                        AllocationDetails::RSTypeToFormat[type][eFormatSingle])
 3210                        AllocationDetails::RSTypeToFormat[type][eFormatVector]);