Home
last modified time | relevance | path

Searched refs:MockClientCommandBuffer (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dclient_test_helper.cc119 MockClientCommandBuffer::MockClientCommandBuffer() { in MockClientCommandBuffer() function in gpu::MockClientCommandBuffer
123 MockClientCommandBuffer::~MockClientCommandBuffer() { in ~MockClientCommandBuffer()
126 void MockClientCommandBuffer::Flush(int32 put_offset) { in Flush()
130 void MockClientCommandBuffer::DelegateToFake() { in DelegateToFake()
144 MockClientCommandBuffer::DelegateToFake(); in DelegateToFake()
Dclient_test_helper.h61 class MockClientCommandBuffer : public MockCommandBufferBase {
63 MockClientCommandBuffer();
64 virtual ~MockClientCommandBuffer();
75 class MockClientCommandBufferMockFlush : public MockClientCommandBuffer {
Dbuffer_tracker_unittest.cc21 class MockClientCommandBufferImpl : public MockClientCommandBuffer {
24 : MockClientCommandBuffer(), in MockClientCommandBufferImpl()
34 return MockClientCommandBuffer::CreateTransferBuffer(size, id); in CreateTransferBuffer()
Dquery_tracker_unittest.cc33 command_buffer_.reset(new MockClientCommandBuffer()); in SetUp()
87 command_buffer_.reset(new MockClientCommandBuffer()); in SetUp()
Dgles2_implementation_unittest.cc399 command_buffer_.reset(new StrictMock<MockClientCommandBuffer>()); in Initialize()
487 MockClientCommandBuffer* command_buffer() const { in command_buffer()
498 scoped_ptr<MockClientCommandBuffer> command_buffer_;
561 MockClientCommandBuffer* command_buffer() const { in command_buffer()