Searched defs:MockClientCommandBuffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dclient_test_helper.h61 class MockClientCommandBuffer : public MockCommandBufferBase { class in namespace:gpu
63 MockClientCommandBuffer();
64 virtual ~MockClientCommandBuffer();
75 class MockClientCommandBufferMockFlush : public MockClientCommandBuffer {
H A Dclient_test_helper.cc119 MockClientCommandBuffer::MockClientCommandBuffer() { function in class:gpu::MockClientCommandBuffer
123 MockClientCommandBuffer::~MockClientCommandBuffer() {
126 void MockClientCommandBuffer::Flush(int32 put_offset) {
130 void MockClientCommandBuffer::DelegateToFake() {
144 MockClientCommandBuffer::DelegateToFake();

Completed in 325 milliseconds