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

  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 116 int arg_flags; // How to handle the arguments for this command member in struct:gpu::__anon10672::CommandInfo
144 if ((info.arg_flags == cmd::kFixed && arg_count == info_arg_count) ||
145 (info.arg_flags == cmd::kAtLeastN && arg_count >= info_arg_count)) {
gles2_cmd_decoder.cc 230 int arg_flags; // How to handle the arguments for this command member in struct:gpu::gles2::CommandInfo
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.cpp 8975 GLMessage_DataType *arg_flags = glmsg.add_args(); local
9084 GLMessage_DataType *arg_flags = glmsg.add_args(); local
9133 GLMessage_DataType *arg_flags = glmsg.add_args(); local
    [all...]

Completed in 86 milliseconds