Searched defs:IdAllocatorInterface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Did_allocator.h26 class GPU_EXPORT IdAllocatorInterface { class in namespace:gpu
28 virtual ~IdAllocatorInterface();
48 class GPU_EXPORT IdAllocator : public IdAllocatorInterface {
53 // Implement IdAllocatorInterface.
80 class NonReusedIdAllocator : public IdAllocatorInterface {
85 // Implement IdAllocatorInterface.
H A Did_allocator.cc13 IdAllocatorInterface::~IdAllocatorInterface() {

Completed in 624 milliseconds