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

  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 12 class ContextProviderCommandBuffer::LostContextCallbackProxy
15 explicit LostContextCallbackProxy(ContextProviderCommandBuffer* provider)
29 ContextProviderCommandBuffer* provider_;
32 class ContextProviderCommandBuffer::MemoryAllocationCallbackProxy
36 explicit MemoryAllocationCallbackProxy(ContextProviderCommandBuffer* provider)
51 ContextProviderCommandBuffer* provider_;
54 scoped_refptr<ContextProviderCommandBuffer>
55 ContextProviderCommandBuffer::Create(const CreateCallback& create_callback) {
56 scoped_refptr<ContextProviderCommandBuffer> provider =
57 new ContextProviderCommandBuffer;
    [all...]
context_provider_command_buffer.h 24 class ContextProviderCommandBuffer : public cc::ContextProvider {
28 static scoped_refptr<ContextProviderCommandBuffer> Create(
45 ContextProviderCommandBuffer();
46 virtual ~ContextProviderCommandBuffer();
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.h 22 class ContextProviderCommandBuffer;
92 scoped_refptr<ContextProviderCommandBuffer> shared_contexts_main_thread_;
93 scoped_refptr<ContextProviderCommandBuffer>
gpu_process_transport_factory.cc 395 shared_contexts_main_thread_ = ContextProviderCommandBuffer::Create(
416 shared_contexts_compositor_thread_ = ContextProviderCommandBuffer::Create(
506 scoped_refptr<ContextProviderCommandBuffer> old_contexts_main_thread =
  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h 24 class ContextProviderCommandBuffer;
  /external/chromium_org/content/renderer/
render_thread_impl.h 77 class ContextProviderCommandBuffer;
475 scoped_refptr<ContextProviderCommandBuffer> shared_contexts_main_thread_;
476 scoped_refptr<ContextProviderCommandBuffer>
render_thread_impl.cc     [all...]

Completed in 407 milliseconds