OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_entry_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc
26
total_entry_count_
(0),
79
total_entry_count_
= num_ring_buffer_entries;
205
DCHECK(count <
total_entry_count_
);
206
if (put_ + count >
total_entry_count_
) {
222
int32 num_entries =
total_entry_count_
- put_;
243
(put_ +
total_entry_count_
- last_put_sent_) %
total_entry_count_
;
244
int32 limit =
total_entry_count_
/
272
DCHECK_LE(put_,
total_entry_count_
);
273
if (put_ ==
total_entry_count_
) {
[
all
...]
cmd_buffer_helper.h
241
return (get_offset() - put_ - 1 +
total_entry_count_
) %
total_entry_count_
;
252
int32
total_entry_count_
; // the total number of entries
member in class:gpu::CommandBufferHelper
Completed in 52 milliseconds