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

  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.cc 5 // This file contains the implementation of the FencedAllocator class.
33 const FencedAllocator::Offset FencedAllocator::kInvalidOffset;
36 FencedAllocator::FencedAllocator(unsigned int size,
46 FencedAllocator::~FencedAllocator() {
63 FencedAllocator::Offset FencedAllocator::Alloc(unsigned int size) {
95 void FencedAllocator::Free(FencedAllocator::Offset offset)
    [all...]
fenced_allocator.h 5 // This file contains the definition of the FencedAllocator class.
22 // FencedAllocator provides a mechanism to manage allocations within a fixed
32 class GPU_EXPORT FencedAllocator {
38 // Creates a FencedAllocator. Note that the size of the buffer is passed, but
40 FencedAllocator(unsigned int size,
44 ~FencedAllocator();
147 DISALLOW_IMPLICIT_CONSTRUCTORS(FencedAllocator);
150 // This class functions just like FencedAllocator, but its API uses pointers
172 FencedAllocator::Offset offset = allocator_.Alloc(size);
217 // It translates FencedAllocator::kInvalidOffset to NULL
    [all...]

Completed in 75 milliseconds