HomeSort by relevance Sort by last modified time
    Searched refs:info_arg_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 146 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
gles2_cmd_decoder.cc 3816 unsigned int info_arg_count = static_cast<unsigned int>(info.arg_count); local
    [all...]

Completed in 155 milliseconds