Searched refs:info_arg_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.cc146 unsigned int info_arg_count = static_cast<unsigned int>(info.arg_count); local
147 if ((info.arg_flags == cmd::kFixed && arg_count == info_arg_count) ||
148 (info.arg_flags == cmd::kAtLeastN && arg_count >= info_arg_count)) {
150 (arg_count - info_arg_count) * sizeof(CommandBufferEntry); // NOLINT
H A Dgles2_cmd_decoder.cc3816 unsigned int info_arg_count = static_cast<unsigned int>(info.arg_count); local
3817 if ((info.arg_flags == cmd::kFixed && arg_count == info_arg_count) ||
3818 (info.arg_flags == cmd::kAtLeastN && arg_count >= info_arg_count)) {
3827 uint32 immediate_data_size = (arg_count - info_arg_count) *

Completed in 867 milliseconds