Searched refs:AsyncPixelTransferUploadStats (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate.cc20 AsyncPixelTransferUploadStats::AsyncPixelTransferUploadStats() function in class:gpu::AsyncPixelTransferUploadStats
23 AsyncPixelTransferUploadStats::~AsyncPixelTransferUploadStats() {}
25 void AsyncPixelTransferUploadStats::AddUpload(base::TimeDelta transfer_time) {
31 int AsyncPixelTransferUploadStats::GetStats(
H A Dasync_pixel_transfer_delegate.h66 class AsyncPixelTransferUploadStats class in namespace:gpu
67 : public base::RefCountedThreadSafe<AsyncPixelTransferUploadStats> {
69 AsyncPixelTransferUploadStats();
75 friend class base::RefCountedThreadSafe<AsyncPixelTransferUploadStats>;
77 ~AsyncPixelTransferUploadStats();
83 DISALLOW_COPY_AND_ASSIGN(AsyncPixelTransferUploadStats);
H A Dasync_pixel_transfer_manager_egl.h14 class AsyncPixelTransferUploadStats;
37 scoped_refptr<AsyncPixelTransferUploadStats> texture_upload_stats;
H A Dasync_pixel_transfer_manager_share_group.h18 class AsyncPixelTransferUploadStats;
41 scoped_refptr<AsyncPixelTransferUploadStats> texture_upload_stats;
H A Dasync_pixel_transfer_manager_share_group.cc240 scoped_refptr<AsyncPixelTransferUploadStats> texture_upload_stats,
262 scoped_refptr<AsyncPixelTransferUploadStats> texture_upload_stats) {
285 scoped_refptr<AsyncPixelTransferUploadStats> texture_upload_stats) {
323 scoped_refptr<AsyncPixelTransferUploadStats> texture_upload_stats) {
471 : texture_upload_stats(new AsyncPixelTransferUploadStats) {}
H A Dasync_pixel_transfer_manager_egl.cc243 scoped_refptr<AsyncPixelTransferUploadStats> texture_upload_stats) {
304 scoped_refptr<AsyncPixelTransferUploadStats> texture_upload_stats) {
666 : texture_upload_stats(new AsyncPixelTransferUploadStats) {

Completed in 706 milliseconds