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

/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h59 class WebGraphicsContext3DCommandBufferImpl class in namespace:content
76 WebGraphicsContext3DCommandBufferImpl(
84 virtual ~WebGraphicsContext3DCommandBufferImpl();
104 // Create & initialize a WebGraphicsContext3DCommandBufferImpl. Return NULL
106 static CONTENT_EXPORT WebGraphicsContext3DCommandBufferImpl*
639 // WebGraphicsContext3DCommandBufferImpl configuration attributes. Those in
715 base::WeakPtrFactory<WebGraphicsContext3DCommandBufferImpl> weak_ptr_factory_;
H A Dwebgraphicscontext3d_command_buffer_impl.cc48 typedef std::multimap<GpuChannelHost*, WebGraphicsContext3DCommandBufferImpl*>
88 void WebGraphicsContext3DCommandBufferImpl::name() { \
93 rt WebGraphicsContext3DCommandBufferImpl::name() { \
98 void WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
103 rt WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
108 rt WebGraphicsContext3DCommandBufferImpl::name(t1 a1) { \
113 void WebGraphicsContext3DCommandBufferImpl::name(t1 a1, t2 a2) { \
118 rt WebGraphicsContext3DCommandBufferImpl::name(t1 a1, t2 a2) { \
123 void WebGraphicsContext3DCommandBufferImpl::name(t1 a1, t2 a2, t3 a3) { \
128 rt WebGraphicsContext3DCommandBufferImpl
205 WebGraphicsContext3DCommandBufferImpl::WebGraphicsContext3DCommandBufferImpl( function in class:content::WebGraphicsContext3DCommandBufferImpl
[all...]

Completed in 96 milliseconds