Searched refs:InUse (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Did_allocator_test.cc23 // Checks basic functionality: AllocateID, FreeID, InUse.
27 EXPECT_FALSE(allocator->InUse(1));
31 EXPECT_TRUE(allocator->InUse(id1));
36 EXPECT_TRUE(allocator->InUse(id2));
41 EXPECT_FALSE(allocator->InUse(id1));
45 EXPECT_FALSE(allocator->InUse(id2));
60 EXPECT_TRUE(allocator->InUse(ids[i]));
66 EXPECT_FALSE(allocator->InUse(id1));
68 EXPECT_TRUE(allocator->InUse(id2));
77 EXPECT_FALSE(allocator->InUse(i
[all...]
H A Did_allocator.h44 virtual bool InUse(ResourceId id) const = 0;
58 virtual bool InUse(ResourceId id) const OVERRIDE;
90 virtual bool InUse(ResourceId id) const OVERRIDE;
H A Did_allocator.cc68 bool IdAllocator::InUse(ResourceId id) const { function in class:gpu::IdAllocator
117 bool NonReusedIdAllocator::InUse(ResourceId id) const { function in class:gpu::NonReusedIdAllocator
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_remb.h47 bool InUse() const;
H A Dvie_remb.cc89 bool VieRemb::InUse() const { function in class:webrtc::VieRemb
H A Dvie_channel_group.cc193 assert(!remb_->InUse());
/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.h88 bool InUse();
250 bool InUse() { function in class:gpu::FencedAllocatorWrapper
251 return allocator_.InUse();
H A Dmapped_memory.h102 bool InUse() { function in class:gpu::MemoryChunk
103 return allocator_.InUse();
H A Dfenced_allocator_test.cc125 EXPECT_FALSE(allocator_->InUse());
129 EXPECT_TRUE(allocator_->InUse());
135 EXPECT_FALSE(allocator_->InUse());
143 EXPECT_FALSE(allocator_->InUse());
253 EXPECT_TRUE(allocator_->InUse());
290 EXPECT_TRUE(allocator_->InUse());
297 EXPECT_FALSE(allocator_->InUse());
H A Dmapped_memory.cc133 if (!chunk->InUse()) {
H A Dfenced_allocator.cc170 bool FencedAllocator::InUse() { function in class:gpu::FencedAllocator
H A Dgles2_implementation.cc3388 if (!query_id_allocator_->InUse(id)) {
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_manager_unittest.cc129 EXPECT_FALSE(shader1->InUse());
237 EXPECT_FALSE(shader1->InUse());
240 EXPECT_TRUE(shader1->InUse());
242 EXPECT_TRUE(shader1->InUse());
248 EXPECT_TRUE(shader1->InUse());
255 EXPECT_FALSE(shader1->InUse());
257 EXPECT_TRUE(shader1->InUse());
259 EXPECT_TRUE(shader1->InUse());
261 EXPECT_TRUE(shader1->InUse());
263 EXPECT_FALSE(shader1->InUse());
[all...]
H A Dgles2_cmd_decoder_unittest.cc231 EXPECT_TRUE(id_allocator->InUse(kExpectedId1));
232 EXPECT_TRUE(id_allocator->InUse(kExpectedId2));
233 EXPECT_FALSE(id_allocator->InUse(kRegisterId));
234 EXPECT_FALSE(id_allocator->InUse(kExpectedId3));
240 EXPECT_TRUE(id_allocator->InUse(kExpectedId1));
241 EXPECT_TRUE(id_allocator->InUse(kExpectedId2));
242 EXPECT_TRUE(id_allocator->InUse(kRegisterId));
243 EXPECT_FALSE(id_allocator->InUse(kExpectedId3));
249 EXPECT_TRUE(id_allocator->InUse(kExpectedId1));
250 EXPECT_TRUE(id_allocator->InUse(kExpectedId
[all...]
H A Dprogram_manager_unittest.cc121 EXPECT_FALSE(program1->InUse());
904 EXPECT_FALSE(vshader->InUse());
905 EXPECT_FALSE(fshader->InUse());
907 EXPECT_TRUE(vshader->InUse());
909 EXPECT_TRUE(fshader->InUse());
911 EXPECT_FALSE(program->InUse());
914 EXPECT_TRUE(program->InUse());
916 EXPECT_TRUE(program->InUse());
922 EXPECT_TRUE(program->InUse());
930 EXPECT_FALSE(vshader->InUse());
[all...]
H A Dshader_manager.h85 bool InUse() const { function in class:gpu::gles2::Shader
H A Dshader_manager.cc196 if (shader->IsDeleted() && !shader->InUse()) {
H A Dprogram_manager.h189 bool InUse() const { function in class:gpu::gles2::Program
H A Dprogram_manager.cc1325 if (program->IsDeleted() && !program->InUse()) {
H A Dgles2_cmd_decoder.cc5852 if (!state_.current_program->InUse()) {
/external/valgrind/main/coregrind/
H A Dm_transtab.c149 enum { InUse, Deleted, Empty } status; enumerator in enum:__anon32681::__anon32682
319 /* The count of tt entries with state InUse. */
448 vg_assert(tte->status == InUse);
707 vg_assert(sec->tt[tteNo].status == InUse);
882 vg_assert(here_tte->status == InUse);
1122 if (tte->status != InUse)
1165 vg_assert(tte->status == InUse);
1192 case InUse: VG_(printf)("InUse\n"); break;
1437 if (sec->tt[i].status == InUse) {
[all...]
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.h63 bool InUse();
H A Dmem_backend_impl.cc324 if (!node->InUse() || empty) {
H A Dmem_entry_impl.cc131 bool MemEntryImpl::InUse() { function in class:disk_cache::MemEntryImpl

Completed in 941 milliseconds