HomeSort by relevance Sort by last modified time
    Searched refs:MemoryAllocationCallbackProxy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 71 class MemoryAllocationCallbackProxy;
72 scoped_ptr<MemoryAllocationCallbackProxy> memory_allocation_callback_proxy_;
context_provider_command_buffer.cc 32 class ContextProviderCommandBuffer::MemoryAllocationCallbackProxy
36 explicit MemoryAllocationCallbackProxy(ContextProviderCommandBuffer* provider)
41 virtual ~MemoryAllocationCallbackProxy() {
129 new MemoryAllocationCallbackProxy(this));
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.h 71 class MemoryAllocationCallbackProxy;
72 scoped_ptr<MemoryAllocationCallbackProxy> memory_allocation_callback_proxy_;
context_provider_in_process.cc 35 class ContextProviderInProcess::MemoryAllocationCallbackProxy
39 explicit MemoryAllocationCallbackProxy(ContextProviderInProcess* provider)
44 virtual ~MemoryAllocationCallbackProxy() {
142 new MemoryAllocationCallbackProxy(this));

Completed in 77 milliseconds