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

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids.h 17 const char* GetCommandName(CommandId command_id);
cmd_buffer_common.cc 19 const char* GetCommandName(CommandId command_id) {
gles2_cmd_format.cc 17 const char* GetCommandName(CommandId id) {
gles2_cmd_format_autogen.h 14 static const CommandId kCmdId = kActiveTexture;
48 static const CommandId kCmdId = kAttachShader;
86 static const CommandId kCmdId = kBindAttribLocation;
142 static const CommandId kCmdId = kBindAttribLocationBucket;
185 static const CommandId kCmdId = kBindBuffer;
223 static const CommandId kCmdId = kBindFramebuffer;
261 static const CommandId kCmdId = kBindRenderbuffer;
299 static const CommandId kCmdId = kBindTexture;
337 static const CommandId kCmdId = kBlendColor;
385 static const CommandId kCmdId = kBlendEquation
    [all...]
cmd_buffer_common.h 160 enum CommandId {
173 const char* GetCommandName(CommandId id);
178 static const CommandId kCmdId = kNoop;
206 static const CommandId kCmdId = kSetToken;
246 static const CommandId kCmdId = kSetBucketSize;
281 static const CommandId kCmdId = kSetBucketData;
342 static const CommandId kCmdId = kSetBucketDataImmediate;
397 static const CommandId kCmdId = kGetBucketStart;
466 static const CommandId kCmdId = kGetBucketData;
gles2_cmd_format.h 183 static const CommandId kCmdId = kGetAttribLocation;
249 static const CommandId kCmdId = kGetAttribLocationBucket;
304 static const CommandId kCmdId = kGetUniformLocation;
369 static const CommandId kCmdId = kGetUniformLocationBucket;
424 static const CommandId kCmdId = kGenMailboxCHROMIUM;
431 static const CommandId kCmdId = kInsertSyncPointCHROMIUM;
gles2_cmd_ids_autogen.h 249 enum CommandId {
  /cts/suite/audio_quality/lib/include/audio/
AudioProtocol.h 45 enum CommandId {
73 * read header of reply and returns CommandId of reply.
79 static bool handleReplyHeader(ClientSocket& socket, uint32_t* data, CommandId& id);
RemoteAudio.h 84 void doStop(android::sp<android::MessageHandler>& commandHandler, AudioProtocol::CommandId id);
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 52 bool AudioProtocol::handleReplyHeader(ClientSocket& socket, uint32_t* data, CommandId& id)
72 id = (CommandId)command;
RemoteAudio.cpp 106 AudioProtocol::CommandId id;
179 AudioProtocol::CommandId id)
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.h 152 const char* GetCommonCommandName(cmd::CommandId command_id) const;
common_decoder.cc 82 cmd::CommandId command_id) const {
common_decoder_unittest.cc 55 return GetCommonCommandName(static_cast<cmd::CommandId>(command_id));
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 31 enum CommandId {

Completed in 1655 milliseconds