OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stubs_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_channel.cc
539
DCHECK_LE(num_stubs_descheduled_,
stubs_
.size());
563
GpuCommandBufferStub* share_group =
stubs_
.Lookup(init_params.share_group_id);
595
stubs_
.AddWithID(stub.release(), route_id);
600
return
stubs_
.Lookup(route_id);
608
for (StubMap::Iterator<GpuCommandBufferStub> it(&
stubs_
);
637
for (StubMap::Iterator<GpuCommandBufferStub> it(&
stubs_
);
704
stub =
stubs_
.Lookup(m->routing_id());
783
GpuCommandBufferStub* share_group =
stubs_
.Lookup(init_params.share_group_id);
808
stubs_
.AddWithID(stub.release(), route_id);
818
GpuCommandBufferStub* stub =
stubs_
.Lookup(route_id)
[
all
...]
gpu_channel.h
211
StubMap
stubs_
;
member in class:content::GpuChannel
Completed in 80 milliseconds