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

  /external/chromium_org/content/common/gpu/
gpu_channel.cc 9 #include "content/common/gpu/gpu_channel.h"
79 // Takes ownership of gpu_channel (see below).
81 base::WeakPtr<GpuChannel>* gpu_channel,
85 gpu_channel_(gpu_channel),
382 base::WeakPtr<GpuChannel>* gpu_channel,
391 if (gpu_channel->get()) {
392 GpuCommandBufferStub* stub = gpu_channel->get()->LookupCommandBuffer(
397 gpu_channel->get()->OnMessageReceived(message);
400 gpu_channel->get()->MessageProcessed();
407 base::WeakPtr<GpuChannel>* gpu_channel) {
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 2450 GpuChannelHost* gpu_channel = RenderThreadImpl::current()->GetGpuChannel(); local
    [all...]
  /external/chromium_org/content/
content_common.target.darwin-arm.mk 91 content/common/gpu/gpu_channel.cc \
content_common.target.darwin-mips.mk 91 content/common/gpu/gpu_channel.cc \
content_common.target.darwin-x86.mk 91 content/common/gpu/gpu_channel.cc \
content_common.target.linux-arm.mk 91 content/common/gpu/gpu_channel.cc \
content_common.target.linux-mips.mk 91 content/common/gpu/gpu_channel.cc \
content_common.target.linux-x86.mk 91 content/common/gpu/gpu_channel.cc \

Completed in 532 milliseconds