D | gles2_implementation_unittest.cc | 411 gpu_control_.reset(new StrictMock<MockClientGpuControl>()); in Initialize() 412 EXPECT_CALL(*gpu_control_, GetCapabilities()) in Initialize() 454 gpu_control_.get())); in Initialize() 498 scoped_ptr<MockClientGpuControl> gpu_control_; member in gpu::gles2::GLES2ImplementationTest::TestContext 551 gpu_control_ = test_contexts_[0].gpu_control_.get(); in Initialize() 612 MockClientGpuControl* gpu_control_; member in gpu::gles2::GLES2ImplementationTest 3370 EXPECT_CALL(*gpu_control_, CreateGpuMemoryBuffer(max, max, _, _, _)) in TEST_F() 3388 EXPECT_CALL(*gpu_control_, CreateGpuMemoryBuffer(max, max, _, _, _)) in TEST_F()
|