OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrObjectMemoryPool
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/
GrMemoryPool.h
139
*
GrObjectMemoryPool
<T> pool(3, 1000);
152
class
GrObjectMemoryPool
: public GrMemoryPool {
158
GrObjectMemoryPool
(size_t preallocCount, size_t minAllocCount)
187
constexpr size_t
GrObjectMemoryPool
<T>::kSmallestMinAllocCount;
/external/skqp/src/gpu/
GrMemoryPool.h
139
*
GrObjectMemoryPool
<T> pool(3, 1000);
152
class
GrObjectMemoryPool
: public GrMemoryPool {
158
GrObjectMemoryPool
(size_t preallocCount, size_t minAllocCount)
187
constexpr size_t
GrObjectMemoryPool
<T>::kSmallestMinAllocCount;
/external/skia/tests/
GrMemoryPoolTest.cpp
328
using DataObjectPool =
GrObjectMemoryPool
<Data>;
/external/skqp/tests/
GrMemoryPoolTest.cpp
328
using DataObjectPool =
GrObjectMemoryPool
<Data>;
Completed in 370 milliseconds