Searched defs:CreateViewCommandBuffer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc130 CommandBufferProxyImpl* GpuChannelHost::CreateViewCommandBuffer( function in class:content::GpuChannelHost
137 "GpuChannelHost::CreateViewCommandBuffer",
148 CreateCommandBufferResult result = factory_->CreateViewCommandBuffer(
151 LOG(ERROR) << "GpuChannelHost::CreateViewCommandBuffer failed.";
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.cc293 host->CreateViewCommandBuffer(
310 CreateCommandBufferResult BrowserGpuChannelHostFactory::CreateViewCommandBuffer( function in class:content::BrowserGpuChannelHostFactory
326 "BrowserGpuChannelHostFactory::CreateViewCommandBuffer");
H A Dgpu_process_host.cc626 void GpuProcessHost::CreateViewCommandBuffer( function in class:content::GpuProcessHost
633 TRACE_EVENT0("gpu", "GpuProcessHost::CreateViewCommandBuffer");
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.cc553 CreateCommandBufferResult GpuChannel::CreateViewCommandBuffer( function in class:content::GpuChannel
559 "GpuChannel::CreateViewCommandBuffer",
591 DLOG(ERROR) << "GpuChannel::CreateViewCommandBuffer(): "
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc1225 CreateCommandBufferResult RenderThreadImpl::CreateViewCommandBuffer( function in class:content::RenderThreadImpl
1230 "RenderThreadImpl::CreateViewCommandBuffer",

Completed in 501 milliseconds