OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gPool
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
ImageCacheTest.cpp
77
static SkDiscardableMemoryPool*
gPool
;
79
SkASSERT(
gPool
);
80
return
gPool
->create(bytes);
93
gPool
= pool.get();
GrMemoryPoolTest.cpp
32
if (!
gPool
.get()) {
35
return
gPool
->allocate(size);
40
if (!
gPool
.get()) {
43
return
gPool
->release(p);
56
gPool
.reset(pool);
63
gPool
.reset(NULL);
67
static SkAutoTDelete<GrMemoryPool>
gPool
;
71
SkAutoTDelete<GrMemoryPool> A::
gPool
;
Completed in 55 milliseconds