OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:info_arg_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
common_decoder.cc
143
unsigned int
info_arg_count
= static_cast<unsigned int>(info.arg_count);
local
144
if ((info.arg_flags == cmd::kFixed && arg_count ==
info_arg_count
) ||
145
(info.arg_flags == cmd::kAtLeastN && arg_count >=
info_arg_count
)) {
147
(arg_count -
info_arg_count
) * sizeof(CommandBufferEntry); // NOLINT
gles2_cmd_decoder.cc
3606
unsigned int
info_arg_count
= static_cast<unsigned int>(info.arg_count);
local
[
all
...]
Completed in 27 milliseconds