OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fAllocator
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/include/
GrAllocator.h
150
GrAllocator
fAllocator
;
164
:
fAllocator
(sizeof(T), itemsPerBlock, initialBlock) {}
174
:
fAllocator
(sizeof(T), N, initialBlock->get()) {}
182
void* item =
fAllocator
.push_back();
192
int c =
fAllocator
.count();
194
((T*)
fAllocator
[i])->~T();
196
fAllocator
.reset();
203
return
fAllocator
.count();
209
bool empty() const { return
fAllocator
.empty(); }
215
return *(T*)
fAllocator
.back()
[
all
...]
/external/skia/include/images/
SkImageDecoder.h
153
SkBitmap::Allocator* getAllocator() const { return
fAllocator
; }
400
SkBitmap::Allocator*
fAllocator
;
Completed in 1502 milliseconds