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

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1332         alloc->address = alloc_addr;
 1342       alloc->context = addr_t(args[eRsContext]);
 1354     script->context = addr_t(args[eRsContext]);
 1430     alloc->context = uint64_t(args[eRsContext]);
 1513       script->type = ScriptDetails::eScriptC;
 1514       script->cache_dir = cache_dir;
 1515       script->res_name = res_name;
 1516       script->shared_lib = strm.GetString();
 1517       script->context = addr_t(args[eRsContext]);
 1853   alloc->data_ptr = data_ptr;
 1888   alloc->type_ptr = type_ptr;
 1940   alloc->dimension = dims;
 1943   alloc->element.element_ptr = element_ptr;
 1992   elem.type = static_cast<RenderScriptRuntime::Element::DataType>(results[0]);
 1993   elem.type_kind =
 1995   elem.type_vec_size = static_cast<uint32_t>(results[2]);
 1996   elem.field_count = static_cast<uint32_t>(results[3]);
 2056         child.element_ptr = static_cast<addr_t>(results);
 2073         child.array_size = static_cast<uint32_t>(results);
 2123     alloc->size = dim_x * dim_y * dim_z * *alloc->element.datum_size.get();
 2154   alloc->size = static_cast<uint32_t>(mem_ptr - *alloc->data_ptr.get()) +
 2190   alloc->stride = static_cast<uint32_t>(mem_ptr - *alloc->data_ptr.get());
 2343   elem.padding = padding;
 2344   elem.datum_size = data_size + padding;
 3229       alloc->stride = 0;
 3827     s->script = address;
 3862   a->address = address;