HomeSort by relevance Sort by last modified time
    Searched refs:AsyncPixelTransferDelegate (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate.cc 39 AsyncPixelTransferDelegate::AsyncPixelTransferDelegate() {}
41 AsyncPixelTransferDelegate::~AsyncPixelTransferDelegate() {}
async_pixel_transfer_manager.h 34 class AsyncPixelTransferDelegate;
84 AsyncPixelTransferDelegate* CreatePixelTransferDelegate(
88 AsyncPixelTransferDelegate* GetPixelTransferDelegate(
107 linked_ptr<AsyncPixelTransferDelegate> >
113 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
async_pixel_transfer_manager_idle.h 32 AsyncPixelTransferDelegate* delegate,
39 AsyncPixelTransferDelegate* delegate;
57 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
async_pixel_transfer_delegate.h 86 class GPU_EXPORT AsyncPixelTransferDelegate {
88 virtual ~AsyncPixelTransferDelegate();
108 AsyncPixelTransferDelegate();
111 DISALLOW_COPY_AND_ASSIGN(AsyncPixelTransferDelegate);
async_pixel_transfer_delegate_mock.h 14 class MockAsyncPixelTransferDelegate : public AsyncPixelTransferDelegate {
22 // Implement AsyncPixelTransferDelegate.
async_pixel_transfer_manager.cc 33 AsyncPixelTransferDelegate*
38 AsyncPixelTransferDelegate* delegate =
45 AsyncPixelTransferDelegate*
67 AsyncPixelTransferDelegate* delegate = GetPixelTransferDelegate(ref);
async_pixel_transfer_manager_mock.h 30 AsyncPixelTransferDelegate*(gles2::TextureRef* ref,
async_pixel_transfer_manager_stub.h 30 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
async_pixel_transfer_manager_sync.h 39 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
async_pixel_transfer_manager_stub.cc 11 class AsyncPixelTransferDelegateStub : public AsyncPixelTransferDelegate {
16 // Implement AsyncPixelTransferDelegate:
84 AsyncPixelTransferDelegate*
async_pixel_transfer_manager_egl.h 47 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
async_pixel_transfer_manager_share_group.h 49 virtual AsyncPixelTransferDelegate* CreatePixelTransferDelegateImpl(
async_pixel_transfer_manager_sync.cc 12 class AsyncPixelTransferDelegateSync : public AsyncPixelTransferDelegate {
18 // Implement AsyncPixelTransferDelegate:
134 AsyncPixelTransferDelegate*
async_pixel_transfer_manager_idle.cc 32 : public AsyncPixelTransferDelegate,
41 // Implement AsyncPixelTransferDelegate:
230 AsyncPixelTransferDelegate* delegate,
315 AsyncPixelTransferDelegate*
gles2_cmd_decoder.h 29 class AsyncPixelTransferDelegate;
gles2_cmd_decoder_mock.h 78 AsyncPixelTransferDelegate*());
async_pixel_transfer_manager_share_group.cc 373 : public AsyncPixelTransferDelegate,
384 // Implement AsyncPixelTransferDelegate:
547 AsyncPixelTransferDelegate*
async_pixel_transfer_manager_egl.cc 397 : public AsyncPixelTransferDelegate,
408 // Implement AsyncPixelTransferDelegate:
742 AsyncPixelTransferDelegate*
gles2_cmd_decoder.cc     [all...]

Completed in 258 milliseconds