Searched defs:AsyncPixelTransferDelegateSync (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_sync.cc12 class AsyncPixelTransferDelegateSync : public AsyncPixelTransferDelegate { class in namespace:gpu
14 explicit AsyncPixelTransferDelegateSync(
16 virtual ~AsyncPixelTransferDelegateSync();
34 DISALLOW_COPY_AND_ASSIGN(AsyncPixelTransferDelegateSync);
37 AsyncPixelTransferDelegateSync::AsyncPixelTransferDelegateSync( function in class:gpu::AsyncPixelTransferDelegateSync
41 AsyncPixelTransferDelegateSync::~AsyncPixelTransferDelegateSync() {}
43 void AsyncPixelTransferDelegateSync::AsyncTexImage2D(
68 void AsyncPixelTransferDelegateSync
[all...]

Completed in 1633 milliseconds