Searched refs:MockAsyncPixelTransferDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate_mock.cc9 MockAsyncPixelTransferDelegate::MockAsyncPixelTransferDelegate() { function in class:gpu::MockAsyncPixelTransferDelegate
12 MockAsyncPixelTransferDelegate::~MockAsyncPixelTransferDelegate() {
H A Dasync_pixel_transfer_delegate_mock.h14 class MockAsyncPixelTransferDelegate : public AsyncPixelTransferDelegate { class in namespace:gpu
16 MockAsyncPixelTransferDelegate();
17 virtual ~MockAsyncPixelTransferDelegate();
19 // Called in ~MockAsyncPixelTransferDelegate.
34 DISALLOW_COPY_AND_ASSIGN(MockAsyncPixelTransferDelegate);
H A Dgles2_cmd_decoder_unittest_async_pixel.cc74 StrictMock<gpu::MockAsyncPixelTransferDelegate>* delegate = NULL;
122 delegate = new StrictMock<gpu::MockAsyncPixelTransferDelegate>))
182 delegate = new StrictMock<gpu::MockAsyncPixelTransferDelegate>))
254 delegate = new StrictMock<gpu::MockAsyncPixelTransferDelegate>))
294 delegate = new StrictMock<gpu::MockAsyncPixelTransferDelegate>))
335 StrictMock<gpu::MockAsyncPixelTransferDelegate>* delegate = NULL;
360 delegate = new StrictMock<gpu::MockAsyncPixelTransferDelegate>))

Completed in 208 milliseconds