Searched defs:GetLargestFreeOrPendingSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.cc132 unsigned int FencedAllocator::GetLargestFreeOrPendingSize() { function in class:gpu::FencedAllocator
H A Dring_buffer.h63 unsigned int GetLargestFreeOrPendingSize() { function in class:gpu::RingBuffer
H A Dfenced_allocator.h81 unsigned int GetLargestFreeOrPendingSize();
239 unsigned int GetLargestFreeOrPendingSize() { function in class:gpu::FencedAllocatorWrapper
240 return allocator_.GetLargestFreeOrPendingSize();

Completed in 72 milliseconds