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

  /external/chromium_org/gpu/command_buffer/common/
id_allocator.h 24 class GPU_EXPORT IdAllocatorInterface {
26 virtual ~IdAllocatorInterface();
46 class GPU_EXPORT IdAllocator : public IdAllocatorInterface {
51 // Implement IdAllocatorInterface.
78 class NonReusedIdAllocator : public IdAllocatorInterface {
83 // Implement IdAllocatorInterface.
id_allocator.cc 13 IdAllocatorInterface::~IdAllocatorInterface() {

Completed in 252 milliseconds