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

  /external/chromium_org/gpu/command_buffer/client/
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_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 157 milliseconds