Searched refs:buffer_id_allocator_ (Results 1 – 2 of 2) sorted by relevance
922 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()
507 scoped_ptr<IdAllocator> buffer_id_allocator_; variable