Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/service/
Dasync_pixel_transfer_delegate.cc39 AsyncPixelTransferDelegate::AsyncPixelTransferDelegate() {} in AsyncPixelTransferDelegate() function in gpu::AsyncPixelTransferDelegate
41 AsyncPixelTransferDelegate::~AsyncPixelTransferDelegate() {} in ~AsyncPixelTransferDelegate()
Dasync_pixel_transfer_manager.h34 class AsyncPixelTransferDelegate;
84 AsyncPixelTransferDelegate* CreatePixelTransferDelegate(
88 AsyncPixelTransferDelegate* GetPixelTransferDelegate(
107 linked_ptr<AsyncPixelTransferDelegate> >
113 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
Dasync_pixel_transfer_manager.cc33 AsyncPixelTransferDelegate*
38 AsyncPixelTransferDelegate* delegate = in CreatePixelTransferDelegate()
45 AsyncPixelTransferDelegate*
67 AsyncPixelTransferDelegate* delegate = GetPixelTransferDelegate(ref); in AsyncTransferIsInProgress()
Dasync_pixel_transfer_delegate.h86 class GPU_EXPORT AsyncPixelTransferDelegate {
88 virtual ~AsyncPixelTransferDelegate();
108 AsyncPixelTransferDelegate();
111 DISALLOW_COPY_AND_ASSIGN(AsyncPixelTransferDelegate);
Dasync_pixel_transfer_manager_idle.h32 AsyncPixelTransferDelegate* delegate,
39 AsyncPixelTransferDelegate* delegate;
57 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
Dasync_pixel_transfer_manager_stub.cc11 class AsyncPixelTransferDelegateStub : public AsyncPixelTransferDelegate {
84 AsyncPixelTransferDelegate*
Dasync_pixel_transfer_manager_sync.cc12 class AsyncPixelTransferDelegateSync : public AsyncPixelTransferDelegate {
134 AsyncPixelTransferDelegate*
Dasync_pixel_transfer_manager_idle.cc32 : public AsyncPixelTransferDelegate,
230 AsyncPixelTransferDelegate* delegate, in Task()
315 AsyncPixelTransferDelegate*
Dasync_pixel_transfer_delegate_mock.h14 class MockAsyncPixelTransferDelegate : public AsyncPixelTransferDelegate {
Dasync_pixel_transfer_manager_mock.h30 AsyncPixelTransferDelegate*(gles2::TextureRef* ref,
Dasync_pixel_transfer_manager_stub.h30 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
Dasync_pixel_transfer_manager_sync.h39 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
Dasync_pixel_transfer_manager_egl.h47 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
Dasync_pixel_transfer_manager_share_group.h49 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
Dasync_pixel_transfer_manager_share_group.cc373 : public AsyncPixelTransferDelegate,
547 AsyncPixelTransferDelegate*
Dgles2_cmd_decoder_mock.h78 AsyncPixelTransferDelegate*());
Dgles2_cmd_decoder.h29 class AsyncPixelTransferDelegate; variable
Dasync_pixel_transfer_manager_egl.cc397 : public AsyncPixelTransferDelegate,
742 AsyncPixelTransferDelegate*
Dgles2_cmd_decoder.cc10645 AsyncPixelTransferDelegate* delegate = in HandleAsyncTexImage2DCHROMIUM()
10737 AsyncPixelTransferDelegate* delegate = in HandleAsyncTexSubImage2DCHROMIUM()
10778 AsyncPixelTransferDelegate* delegate = in HandleWaitAsyncTexImage2DCHROMIUM()