OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLiveCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.h
44
bool isEmpty() const { return fTail == fHead && !fHead->
fLiveCount
; }
58
int
fLiveCount
; ///< number of outstanding allocations in the
GrMemoryPool.cpp
35
GrAssert(0 == fHead->
fLiveCount
);
63
fTail->
fLiveCount
+= 1;
73
if (1 == block->
fLiveCount
) {
78
fHead->
fLiveCount
= 0;
94
--block->
fLiveCount
;
110
block->
fLiveCount
= 0;
128
allocCount += block->
fLiveCount
;
145
GrAssert(block->
fLiveCount
);
150
if (!block->
fLiveCount
) {
/external/skia/src/gpu/
GrMemoryPool.h
44
bool isEmpty() const { return fTail == fHead && !fHead->
fLiveCount
; }
58
int
fLiveCount
; ///< number of outstanding allocations in the
GrMemoryPool.cpp
35
GrAssert(0 == fHead->
fLiveCount
);
63
fTail->
fLiveCount
+= 1;
73
if (1 == block->
fLiveCount
) {
78
fHead->
fLiveCount
= 0;
94
--block->
fLiveCount
;
110
block->
fLiveCount
= 0;
128
allocCount += block->
fLiveCount
;
145
GrAssert(block->
fLiveCount
);
150
if (!block->
fLiveCount
) {
Completed in 489 milliseconds