HomeSort by relevance Sort by last modified time
    Searched defs:CreateBlock (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.cpp 24 fHead = CreateBlock(fPreallocSize);
46 BlockHeader* block = CreateBlock(blockSize);
105 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) {
  /external/skia/src/gpu/
GrMemoryPool.cpp 24 fHead = CreateBlock(fPreallocSize);
46 BlockHeader* block = CreateBlock(blockSize);
105 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) {
  /external/chromium_org/net/disk_cache/blockfile/
block_bitmaps_v3.cc 26 bool BlockBitmaps::CreateBlock(FileType block_type,
50 Trace("CreateBlock 0x%x", address.value());
block_files.cc 104 HISTOGRAM_TIMES("DiskCache.CreateBlock", TimeTicks::Now() - start);
318 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
344 Trace("CreateBlock 0x%x", address.value());
backend_impl_v3.cc 123 bool BackendImplV3::CreateBlock(FileType block_type, int block_count,
125 return block_files_.CreateBlock(block_type, block_count, block_address);
521 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
528 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
773 if (!CreateBlock(file_type, num_blocks, &address))
    [all...]
entry_impl.cc 424 if (!CreateBlock(entry_store->key_len + 1, &address))
    [all...]
entry_impl_v3.cc 279 if (!CreateBlock(entry_store->key_len + 1, &address))
967 if (!CreateBlock(size, &address))
975 bool EntryImpl::CreateBlock(int size, Addr* address) {
989 if (!backend_->CreateBlock(file_type, num_blocks, address))
    [all...]
backend_impl.cc 560 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
567 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
702 bool BackendImpl::CreateBlock(FileType block_type, int block_count,
704 return block_files_.CreateBlock(block_type, block_count, block_address);
    [all...]

Completed in 946 milliseconds