Home
last modified time | relevance | path

Searched defs:InUse (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Did_allocator.cc68 bool IdAllocator::InUse(ResourceId id) const { in InUse() function in gpu::IdAllocator
117 bool NonReusedIdAllocator::InUse(ResourceId id) const { in InUse() function in gpu::NonReusedIdAllocator
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_remb.cc89 bool VieRemb::InUse() const { in InUse() function in webrtc::VieRemb
/external/chromium_org/gpu/command_buffer/client/
Dmapped_memory.h102 bool InUse() { in InUse() function
Dfenced_allocator.h250 bool InUse() { in InUse() function
Dfenced_allocator.cc170 bool FencedAllocator::InUse() { in InUse() function in gpu::FencedAllocator
/external/chromium_org/gpu/command_buffer/service/
Dshader_manager.h85 bool InUse() const { in InUse() function
Dprogram_manager.h189 bool InUse() const { in InUse() function
/external/chromium_org/net/disk_cache/memory/
Dmem_entry_impl.cc131 bool MemEntryImpl::InUse() { in InUse() function in disk_cache::MemEntryImpl
/external/valgrind/main/coregrind/
Dm_transtab.c149 enum { InUse, Deleted, Empty } status; enumerator