HomeSort by relevance Sort by last modified time
    Searched refs:IdAllocatorInterface (Results 1 - 7 of 7) 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() {
  /external/chromium_org/gpu/command_buffer/service/
context_group.h 23 class IdAllocatorInterface;
160 IdAllocatorInterface* GetIdAllocator(unsigned namespace_id);
218 linked_ptr<IdAllocatorInterface>
context_group.cc 325 IdAllocatorInterface* ContextGroup::GetIdAllocator(unsigned namespace_id) {
gles2_cmd_decoder_unittest_base.h 100 IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) {
gles2_cmd_decoder.cc     [all...]
gles2_cmd_decoder_unittest.cc     [all...]

Completed in 1008 milliseconds