Home
last modified time | relevance | path

Searched refs:buffer_id_allocator_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
Dresource_provider.cc922 DCHECK(!buffer_id_allocator_); in InitializeGL()
944 buffer_id_allocator_.reset( in InitializeGL()
962 buffer_id_allocator_.reset(); in CleanUpGLIfNeeded()
1379 resource->gl_pixel_buffer_id = buffer_id_allocator_->NextId(); in AcquirePixelBuffer()
Dresource_provider.h507 scoped_ptr<IdAllocator> buffer_id_allocator_; variable