MockCommandBufferBase 18 gpu/command_buffer/client/client_test_helper.cc MockCommandBufferBase::MockCommandBufferBase() { MockCommandBufferBase 21 gpu/command_buffer/client/client_test_helper.cc MockCommandBufferBase::~MockCommandBufferBase() { MockCommandBufferBase 24 gpu/command_buffer/client/client_test_helper.cc bool MockCommandBufferBase::Initialize() { MockCommandBufferBase 28 gpu/command_buffer/client/client_test_helper.cc CommandBuffer::State MockCommandBufferBase::GetState() { MockCommandBufferBase 32 gpu/command_buffer/client/client_test_helper.cc CommandBuffer::State MockCommandBufferBase::GetLastState() { MockCommandBufferBase 36 gpu/command_buffer/client/client_test_helper.cc int32 MockCommandBufferBase::GetLastToken() { MockCommandBufferBase 40 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::SetGetOffset(int32 get_offset) { MockCommandBufferBase 44 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::WaitForTokenInRange(int32 start, int32 end) {} MockCommandBufferBase 46 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::WaitForGetOffsetInRange(int32 start, int32 end) { MockCommandBufferBase 51 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::SetGetBuffer(int transfer_buffer_id) { MockCommandBufferBase 61 gpu/command_buffer/client/client_test_helper.cc int32 MockCommandBufferBase::GetNextFreeTransferBufferId() { MockCommandBufferBase 70 gpu/command_buffer/client/client_test_helper.cc scoped_refptr<gpu::Buffer> MockCommandBufferBase::CreateTransferBuffer( MockCommandBufferBase 84 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::DestroyTransferBufferHelper(int32 id) { MockCommandBufferBase 91 gpu/command_buffer/client/client_test_helper.cc scoped_refptr<Buffer> MockCommandBufferBase::GetTransferBuffer(int32 id) { MockCommandBufferBase 97 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::FlushHelper(int32 put_offset) { MockCommandBufferBase 101 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::SetToken(int32 token) { MockCommandBufferBase 106 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::SetParseError(error::Error error) { MockCommandBufferBase 111 gpu/command_buffer/client/client_test_helper.cc void MockCommandBufferBase::SetContextLostReason( MockCommandBufferBase 119 gpu/command_buffer/client/client_test_helper.cc const int32 MockCommandBufferBase::kTransferBufferBaseId; MockCommandBufferBase 120 gpu/command_buffer/client/client_test_helper.cc const int32 MockCommandBufferBase::kMaxTransferBuffers; MockCommandBufferBase 137 gpu/command_buffer/client/client_test_helper.cc this, &MockCommandBufferBase::DestroyTransferBufferHelper)); MockCommandBufferBase 151 gpu/command_buffer/client/client_test_helper.cc this, &MockCommandBufferBase::FlushHelper)); MockCommandBufferBase 23 gpu/command_buffer/client/client_test_helper.h class MockCommandBufferBase : public CommandBufferServiceBase { MockCommandBufferBase 28 gpu/command_buffer/client/client_test_helper.h MockCommandBufferBase(); MockCommandBufferBase 29 gpu/command_buffer/client/client_test_helper.h virtual ~MockCommandBufferBase(); MockCommandBufferBase 62 gpu/command_buffer/client/client_test_helper.h class MockClientCommandBuffer : public MockCommandBufferBase { MockCommandBufferBase 221 gpu/command_buffer/client/transfer_buffer_unittest.cc return MockCommandBufferBase::CreateTransferBuffer(size, id);