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

  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.h 61 class MockClientCommandBuffer : public MockCommandBufferBase {
63 MockClientCommandBuffer();
64 virtual ~MockClientCommandBuffer();
75 class MockClientCommandBufferMockFlush : public MockClientCommandBuffer {
client_test_helper.cc 119 MockClientCommandBuffer::MockClientCommandBuffer() {
123 MockClientCommandBuffer::~MockClientCommandBuffer() {
126 void MockClientCommandBuffer::Flush(int32 put_offset) {
130 void MockClientCommandBuffer::DelegateToFake() {
144 MockClientCommandBuffer::DelegateToFake();

Completed in 237 milliseconds