Searched refs:query_id_allocator_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h774 scoped_ptr<IdAllocatorInterface> query_id_allocator_; member in class:gpu::gles2::GLES2Implementation
H A Dgles2_implementation.cc196 query_id_allocator_.reset(new IdAllocator());
333 return query_id_allocator_.get();
3351 query_id_allocator_->FreeID(queries[ii]);
3388 if (!query_id_allocator_->InUse(id)) {

Completed in 92 milliseconds