OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_token_read
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
ring_buffer.cc
100
unsigned int
last_token_read
= helper_->
last_token_read
();
local
103
if (block.token >
last_token_read
|| block.state == IN_USE) break;
cmd_buffer_helper.cc
166
DCHECK_EQ(token_,
last_token_read
());
182
while (
last_token_read
() < token) {
fenced_allocator.cc
206
int32
last_token_read
= helper_->
last_token_read
();
local
209
if (block.state == FREE_PENDING_TOKEN && block.token <=
last_token_read
) {
cmd_buffer_helper.h
125
int32
last_token_read
() const {
function in class:gpu::CommandBufferHelper
Completed in 30 milliseconds