OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncPixelTransferUploadStats
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate.cc
28
AsyncPixelTransferUploadStats
::
AsyncPixelTransferUploadStats
()
31
AsyncPixelTransferUploadStats
::~
AsyncPixelTransferUploadStats
() {}
33
void
AsyncPixelTransferUploadStats
::AddUpload(base::TimeDelta transfer_time) {
39
int
AsyncPixelTransferUploadStats
::GetStats(
async_pixel_transfer_delegate.h
54
class
AsyncPixelTransferUploadStats
55
: public base::RefCountedThreadSafe<
AsyncPixelTransferUploadStats
> {
57
AsyncPixelTransferUploadStats
();
63
friend class base::RefCountedThreadSafe<
AsyncPixelTransferUploadStats
>;
65
~
AsyncPixelTransferUploadStats
();
71
DISALLOW_COPY_AND_ASSIGN(
AsyncPixelTransferUploadStats
);
async_pixel_transfer_manager_egl.h
14
class
AsyncPixelTransferUploadStats
;
36
scoped_refptr<
AsyncPixelTransferUploadStats
> texture_upload_stats;
async_pixel_transfer_manager_share_group.h
18
class
AsyncPixelTransferUploadStats
;
40
scoped_refptr<
AsyncPixelTransferUploadStats
> texture_upload_stats;
async_pixel_transfer_manager_share_group.cc
252
scoped_refptr<
AsyncPixelTransferUploadStats
> texture_upload_stats,
278
scoped_refptr<
AsyncPixelTransferUploadStats
> texture_upload_stats) {
304
scoped_refptr<
AsyncPixelTransferUploadStats
> texture_upload_stats) {
343
scoped_refptr<
AsyncPixelTransferUploadStats
> texture_upload_stats) {
498
: texture_upload_stats(new
AsyncPixelTransferUploadStats
) {}
async_pixel_transfer_manager_egl.cc
255
scoped_refptr<
AsyncPixelTransferUploadStats
> texture_upload_stats) {
318
scoped_refptr<
AsyncPixelTransferUploadStats
> texture_upload_stats) {
693
: texture_upload_stats(new
AsyncPixelTransferUploadStats
) {
Completed in 225 milliseconds