reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3348 strm.Printf("RenderScript Allocations:"); 3349 strm.EOL(); 3350 strm.IndentMore(); 3359 strm.Printf("Error: Couldn't evaluate details for allocation %" PRIu32, 3361 strm.EOL(); 3365 strm.Printf("%" PRIu32 ":", alloc->id); 3366 strm.EOL(); 3367 strm.IndentMore(); 3369 strm.Indent("Context: "); 3371 strm.Printf("unknown\n"); 3373 strm.Printf("0x%" PRIx64 "\n", *alloc->context.get()); 3375 strm.Indent("Address: "); 3377 strm.Printf("unknown\n"); 3379 strm.Printf("0x%" PRIx64 "\n", *alloc->address.get()); 3381 strm.Indent("Data pointer: "); 3383 strm.Printf("unknown\n"); 3385 strm.Printf("0x%" PRIx64 "\n", *alloc->data_ptr.get()); 3387 strm.Indent("Dimensions: "); 3389 strm.Printf("unknown\n"); 3391 strm.Printf("(%" PRId32 ", %" PRId32 ", %" PRId32 ")\n", 3395 strm.Indent("Data Type: "); 3398 strm.Printf("unknown\n"); 3404 strm.Printf("%s\n", alloc->element.type_name.AsCString()); 3416 strm.Printf("invalid type\n"); 3418 strm.Printf( 3425 strm.Indent("Data Kind: "); 3427 strm.Printf("unknown\n"); 3431 strm.Printf("invalid kind\n"); 3433 strm.Printf( 3438 strm.EOL(); 3439 strm.IndentLess(); 3441 strm.IndentLess();