Home | History | Annotate | Download | only in ui

Lines Matching refs:rec

65         const alloc_rec_t& rec(list.valueAt(i));
67 list.keyAt(i), rec.size/1024.0f,
68 rec.w, rec.s, rec.h, rec.format, rec.usage);
70 total += rec.size;
99 alloc_rec_t rec;
100 rec.w = w;
101 rec.h = h;
102 rec.s = *stride;
103 rec.format = format;
104 rec.usage = usage;
105 rec.size = h * stride[0] * bytesPerPixel(format);
106 list.add(*handle, rec);