Searched defs:allocCount (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
D | DequeTest.cpp | 85 int allocCount) { in assert_blocks() 100 static void TestSub(skiatest::Reporter* reporter, int allocCount) { in TestSub()
|
/external/skia/tests/ |
D | DequeTest.cpp | 85 int allocCount) { in assert_blocks() 100 static void TestSub(skiatest::Reporter* reporter, int allocCount) { in TestSub()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkDeque.cpp | 29 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() 39 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() 229 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock()
|
/external/skia/src/core/ |
D | SkDeque.cpp | 29 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() 39 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() 229 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrMemoryPool.cpp | 126 int allocCount = 0; in validate() local
|
/external/skia/src/gpu/ |
D | GrMemoryPool.cpp | 126 int allocCount = 0; in validate() local
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_util.h | 625 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_util.h | 625 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool() local
|