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

  /external/chromium_org/gpu/command_buffer/client/
gpu_memory_buffer_tracker.cc 15 : gpu_control_(gpu_control) {
29 DCHECK(gpu_control_);
30 gfx::GpuMemoryBuffer* buffer = gpu_control_->CreateGpuMemoryBuffer(
51 DCHECK(gpu_control_);
52 gpu_control_->DestroyGpuMemoryBuffer(image_id);
gpu_memory_buffer_tracker.h 37 GpuControl* gpu_control_; member in class:gpu::gles2::GpuMemoryBufferTracker
gles2_implementation.h 270 return gpu_control_;
784 GpuControl* gpu_control_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation.cc 120 gpu_control_(gpu_control),
194 gpu_memory_buffer_tracker_.reset(new GpuMemoryBufferTracker(gpu_control_));
370 gpu_control_->SignalSyncPoint(
382 gpu_control_->SignalQuery(
394 gpu_control_->SetSurfaceVisible(visible);
    [all...]
gles2_implementation_unittest.cc 412 gpu_control_.reset(new StrictMock<MockClientGpuControl>());
413 EXPECT_CALL(*gpu_control_, GetCapabilities())
455 gpu_control_.get()));
499 scoped_ptr<MockClientGpuControl> gpu_control_; member in class:gpu::gles2::GLES2ImplementationTest::TestContext
553 gpu_control_ = test_contexts_[0].gpu_control_.get();
614 MockClientGpuControl* gpu_control_; member in class:gpu::gles2::GLES2ImplementationTest
    [all...]

Completed in 69 milliseconds