Searched refs:AsyncPixelTransferDelegate (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate.cc39 AsyncPixelTransferDelegate::AsyncPixelTransferDelegate() {} function in class:gpu::AsyncPixelTransferDelegate
41 AsyncPixelTransferDelegate::~AsyncPixelTransferDelegate() {}
H A Dasync_pixel_transfer_manager.h34 class AsyncPixelTransferDelegate;
84 AsyncPixelTransferDelegate* CreatePixelTransferDelegate(
88 AsyncPixelTransferDelegate* GetPixelTransferDelegate(
107 linked_ptr<AsyncPixelTransferDelegate> >
113 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
H A Dasync_pixel_transfer_delegate.h86 class GPU_EXPORT AsyncPixelTransferDelegate { class in namespace:gpu
88 virtual ~AsyncPixelTransferDelegate();
108 AsyncPixelTransferDelegate();
111 DISALLOW_COPY_AND_ASSIGN(AsyncPixelTransferDelegate);
H A Dasync_pixel_transfer_delegate_mock.h14 class MockAsyncPixelTransferDelegate : public AsyncPixelTransferDelegate {
22 // Implement AsyncPixelTransferDelegate.
H A Dasync_pixel_transfer_manager.cc33 AsyncPixelTransferDelegate*
38 AsyncPixelTransferDelegate* delegate =
45 AsyncPixelTransferDelegate*
67 AsyncPixelTransferDelegate* delegate = GetPixelTransferDelegate(ref);
H A Dasync_pixel_transfer_manager_idle.h32 AsyncPixelTransferDelegate* delegate,
39 AsyncPixelTransferDelegate* delegate;
57 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
H A Dasync_pixel_transfer_manager_mock.h30 AsyncPixelTransferDelegate*(gles2::TextureRef* ref,
H A Dasync_pixel_transfer_manager_stub.h30 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
H A Dasync_pixel_transfer_manager_stub.cc11 class AsyncPixelTransferDelegateStub : public AsyncPixelTransferDelegate {
16 // Implement AsyncPixelTransferDelegate:
84 AsyncPixelTransferDelegate*
H A Dasync_pixel_transfer_manager_egl.h47 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
H A Dasync_pixel_transfer_manager_share_group.h49 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
H A Dasync_pixel_transfer_manager_sync.h39 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
H A Dasync_pixel_transfer_manager_sync.cc12 class AsyncPixelTransferDelegateSync : public AsyncPixelTransferDelegate {
18 // Implement AsyncPixelTransferDelegate:
134 AsyncPixelTransferDelegate*
H A Dasync_pixel_transfer_manager_idle.cc32 : public AsyncPixelTransferDelegate,
41 // Implement AsyncPixelTransferDelegate:
230 AsyncPixelTransferDelegate* delegate,
315 AsyncPixelTransferDelegate*
H A Dgles2_cmd_decoder.h29 class AsyncPixelTransferDelegate;
H A Dgles2_cmd_decoder_mock.h84 AsyncPixelTransferDelegate*());
H A Dasync_pixel_transfer_manager_share_group.cc373 : public AsyncPixelTransferDelegate,
384 // Implement AsyncPixelTransferDelegate:
547 AsyncPixelTransferDelegate*
H A Dasync_pixel_transfer_manager_egl.cc397 : public AsyncPixelTransferDelegate,
408 // Implement AsyncPixelTransferDelegate:
744 AsyncPixelTransferDelegate*
H A Dgles2_cmd_decoder.cc11115 AsyncPixelTransferDelegate* delegate =
11210 AsyncPixelTransferDelegate* delegate =
11254 AsyncPixelTransferDelegate* delegate =

Completed in 160 milliseconds