OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrTAllocator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAllocator.h
156
class
GrTAllocator
: public SkNoncopyable {
158
virtual ~
GrTAllocator
() { this->reset(); };
165
explicit
GrTAllocator
(int itemsPerBlock)
255
template <int N, typename T> class GrSTAllocator : public
GrTAllocator
<T> {
257
typedef
GrTAllocator
<T> INHERITED;
/external/skia/src/gpu/
GrAllocator.h
156
class
GrTAllocator
: public SkNoncopyable {
158
virtual ~
GrTAllocator
() { this->reset(); };
165
explicit
GrTAllocator
(int itemsPerBlock)
255
template <int N, typename T> class GrSTAllocator : public
GrTAllocator
<T> {
257
typedef
GrTAllocator
<T> INHERITED;
Completed in 23 milliseconds