Searched defs:gpu_control_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgpu_memory_buffer_tracker.h37 GpuControl* gpu_control_; member in class:gpu::gles2::GpuMemoryBufferTracker
H A Dgles2_implementation.h270 return gpu_control_;
784 GpuControl* gpu_control_; member in class:gpu::gles2::GLES2Implementation
H A Dgles2_implementation_unittest.cc412 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
3372 EXPECT_CALL(*gpu_control_, CreateGpuMemoryBuffer(max, max, _, _, _))
3390 EXPECT_CALL(*gpu_control_, CreateGpuMemoryBuffer(max, max, _, _, _))

Completed in 487 milliseconds