OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrAllocPool
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAllocPool.h
13
class
GrAllocPool
: SkNoncopyable {
15
GrAllocPool
(size_t blockSize = 0);
16
~
GrAllocPool
();
57
GrAllocPool
fPool;
GrAllocPool.cpp
8
#include "
GrAllocPool
.h"
14
struct
GrAllocPool
::Block {
56
GrAllocPool
::
GrAllocPool
(size_t blockSize) {
62
GrAllocPool
::~
GrAllocPool
() {
66
void
GrAllocPool
::reset() {
79
void*
GrAllocPool
::alloc(size_t size) {
90
void
GrAllocPool
::release(size_t bytes) {
106
void
GrAllocPool
::validate() const
[
all
...]
Completed in 178 milliseconds