Searched defs:command_info (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dcdrom.h719 __u8 command_info[4]; member in struct:request_sense
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1845 static const CommandInfo command_info[kNumCommands - kStartPoint]; member in class:gpu::gles2::GLES2DecoderImpl
1850 const GLES2DecoderImpl::CommandInfo GLES2DecoderImpl::command_info[] = { member in class:gpu::gles2::GLES2DecoderImpl
3814 if (command_index < arraysize(command_info)) {
3815 const CommandInfo& info = command_info[command_index];

Completed in 2849 milliseconds