Searched defs:GetBucket (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dquery_tracker_unittest.cc106 QuerySyncManager::Bucket* GetBucket(QueryTracker::Query* query) { function in class:gpu::gles2::QueryTrackerTest
212 QuerySyncManager::Bucket* bucket = GetBucket(query);
/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.cc83 CommonDecoder::Bucket* CommonDecoder::GetBucket(uint32 bucket_id) const { function in class:gpu::CommonDecoder
89 Bucket* bucket = GetBucket(bucket_id);
204 Bucket* bucket = GetBucket(bucket_id);
225 Bucket* bucket = GetBucket(bucket_id);
259 Bucket* bucket = GetBucket(bucket_id);
283 Bucket* bucket = GetBucket(bucket_id);
H A Dcommon_decoder_unittest.cc66 CommonDecoder::Bucket* GetBucket(uint32 id) const { function in class:gpu::TestCommonDecoder
67 return CommonDecoder::GetBucket(id);
222 EXPECT_TRUE(NULL == decoder_.GetBucket(kBucketId));
227 bucket = decoder_.GetBucket(kBucketId);
233 bucket = decoder_.GetBucket(kBucketId);
239 bucket = decoder_.GetBucket(kBucketId);
254 CommonDecoder::Bucket* bucket = decoder_.GetBucket(kBucketId);
312 CommonDecoder::Bucket* bucket = decoder_.GetBucket(kBucketId);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc376 HeapProfileBucket* MemoryRegionMap::GetBucket(int depth, function in class:MemoryRegionMap
606 HeapProfileBucket* b = GetBucket(depth, region.call_stack);
741 HeapProfileBucket* b = GetBucket(depth, stack);
H A Dheap-profile-table.cc172 HeapProfileTable::Bucket* HeapProfileTable::GetBucket(int depth, function in class:HeapProfileTable
218 Bucket* b = GetBucket(stack_depth, call_stack);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc178 HeapProfileTable::Bucket* HeapProfileTable::GetBucket( function in class:HeapProfileTable
227 Bucket* b = GetBucket(stack_depth, call_stack, alloc_table_,
376 GetBucket(r->call_stack_depth, r->call_stack, mmap_table_, NULL);

Completed in 423 milliseconds