OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wait_for_get_offset_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc
407
if (
wait_for_get_offset_
) {
408
Send(
wait_for_get_offset_
->reply.release());
409
wait_for_get_offset_
.reset();
714
if (
wait_for_get_offset_
) {
718
wait_for_get_offset_
=
724
if (wait_for_token_ ||
wait_for_get_offset_
) {
736
if (
wait_for_get_offset_
&&
737
(gpu::CommandBuffer::InRange(
wait_for_get_offset_
->start,
738
wait_for_get_offset_
->end,
743
wait_for_get_offset_
->reply.get(), state)
[
all
...]
gpu_command_buffer_stub.h
279
scoped_ptr<WaitForCommandState>
wait_for_get_offset_
;
member in class:content::GpuCommandBufferStub
Completed in 131 milliseconds