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

/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc18 class ContextProviderCommandBuffer::LostContextCallbackProxy
21 explicit LostContextCallbackProxy(ContextProviderCommandBuffer* provider)
35 ContextProviderCommandBuffer* provider_;
38 scoped_refptr<ContextProviderCommandBuffer>
39 ContextProviderCommandBuffer::Create(
45 return new ContextProviderCommandBuffer(context3d.Pass(), debug_name);
48 ContextProviderCommandBuffer::ContextProviderCommandBuffer( function in class:content::ContextProviderCommandBuffer
59 ContextProviderCommandBuffer::~ContextProviderCommandBuffer() {
[all...]
H A Dcontext_provider_command_buffer.h27 class CONTENT_EXPORT ContextProviderCommandBuffer class in namespace:content
30 static scoped_refptr<ContextProviderCommandBuffer> Create(
56 ContextProviderCommandBuffer(
59 virtual ~ContextProviderCommandBuffer();

Completed in 182 milliseconds