OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrMemoryPool
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.cpp
8
#include "
GrMemoryPool
.h"
16
GrMemoryPool
::
GrMemoryPool
(size_t preallocSize, size_t minAllocSize) {
31
GrMemoryPool
::~
GrMemoryPool
() {
39
void*
GrMemoryPool
::allocate(size_t size) {
69
void
GrMemoryPool
::release(void* p) {
105
GrMemoryPool
::BlockHeader*
GrMemoryPool
::CreateBlock(size_t size) {
117
void
GrMemoryPool
::DeleteBlock(BlockHeader* block)
[
all
...]
GrMemoryPool.h
20
class
GrMemoryPool
{
27
GrMemoryPool
(size_t preallocSize, size_t minAllocSize);
29
~
GrMemoryPool
();
Completed in 1035 milliseconds