Searched refs:GetTextureUploadCount (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_mock.h23 MOCK_METHOD0(GetTextureUploadCount, uint32());
H A Dasync_pixel_transfer_manager_stub.h22 virtual uint32 GetTextureUploadCount() OVERRIDE;
H A Dasync_pixel_transfer_manager_egl.h26 virtual uint32 GetTextureUploadCount() OVERRIDE;
H A Dasync_pixel_transfer_manager_share_group.h30 virtual uint32 GetTextureUploadCount() OVERRIDE;
H A Dasync_pixel_transfer_manager_sync.h22 virtual uint32 GetTextureUploadCount() OVERRIDE;
H A Dasync_pixel_transfer_manager_idle.h24 virtual uint32 GetTextureUploadCount() OVERRIDE;
H A Dasync_pixel_transfer_manager_stub.cc66 uint32 AsyncPixelTransferManagerStub::GetTextureUploadCount() { function in class:gpu::AsyncPixelTransferManagerStub
H A Dasync_pixel_transfer_manager.h70 virtual uint32 GetTextureUploadCount() = 0;
H A Dasync_pixel_transfer_manager_sync.cc116 uint32 AsyncPixelTransferManagerSync::GetTextureUploadCount() { function in class:gpu::AsyncPixelTransferManagerSync
H A Dgles2_cmd_decoder.h225 virtual uint32 GetTextureUploadCount() = 0;
H A Dgles2_cmd_decoder_mock.h123 MOCK_METHOD0(GetTextureUploadCount, uint32());
H A Dasync_pixel_transfer_manager_idle.cc282 uint32 AsyncPixelTransferManagerIdle::GetTextureUploadCount() { function in class:gpu::AsyncPixelTransferManagerIdle
H A Dasync_pixel_transfer_manager_share_group.cc519 uint32 AsyncPixelTransferManagerShareGroup::GetTextureUploadCount() { function in class:gpu::AsyncPixelTransferManagerShareGroup
H A Dasync_pixel_transfer_manager_egl.cc717 uint32 AsyncPixelTransferManagerEGL::GetTextureUploadCount() { function in class:gpu::AsyncPixelTransferManagerEGL
H A Dgles2_cmd_decoder.cc674 virtual uint32 GetTextureUploadCount() OVERRIDE;
3397 uint32 GLES2DecoderImpl::GetTextureUploadCount() { function in class:gpu::gles2::GLES2DecoderImpl
3399 async_pixel_transfer_manager_->GetTextureUploadCount();

Completed in 134 milliseconds