HomeSort by relevance Sort by last modified time
    Searched refs:cmds (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /build/core/
process_wrapper_gdb.sh 17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 15 gles2::cmds::ActiveTexture* c = GetCmdSpace<gles2::cmds::ActiveTexture>();
22 gles2::cmds::AttachShader* c = GetCmdSpace<gles2::cmds::AttachShader>();
31 gles2::cmds::BindAttribLocationBucket* c =
32 GetCmdSpace<gles2::cmds::BindAttribLocationBucket>();
39 gles2::cmds::BindBuffer* c = GetCmdSpace<gles2::cmds::BindBuffer>();
46 gles2::cmds::BindFramebuffer* c = GetCmdSpace<gles2::cmds::BindFramebuffer>()
    [all...]
gles2_cmd_helper.h 32 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate::ComputeSize();
33 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate* c =
35 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate>(size);
gles2_implementation_unittest_autogen.h 17 struct Cmds {
18 cmds::AttachShader cmd;
20 Cmds expected;
29 struct Cmds {
30 cmds::BindBuffer cmd;
32 Cmds expected;
43 struct Cmds {
44 cmds::BindFramebuffer cmd;
46 Cmds expected;
57 struct Cmds {
    [all...]
gles2_implementation_unittest.cc 440 sizeof(cmds::GetShaderPrecisionFormat::Result) * 12);
514 const uint8* cmds = reinterpret_cast<const uint8*>(ring_buffer->memory()); local
515 const uint8* end = cmds + ring_buffer->size();
516 for (; cmds < end; ++cmds) {
517 if (*cmds != kInitialValue) {
596 GetExpectedResultMemory(sizeof(cmds::GetError::Result));
774 struct Cmds {
787 Cmds expected;
816 struct Cmds {
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 17 SpecializedSetup<cmds::Scissor, 0>(true);
18 cmds::Scissor cmd;
26 SpecializedSetup<cmds::Scissor, 0>(false);
27 cmds::Scissor cmd;
35 SpecializedSetup<cmds::Scissor, 0>(false);
36 cmds::Scissor cmd;
47 SpecializedSetup<cmds::StencilFunc, 0>(true);
48 cmds::StencilFunc cmd;
56 SpecializedSetup<cmds::StencilFuncSeparate, 0>(true);
57 cmds::StencilFuncSeparate cmd
    [all...]
gles2_cmd_decoder_unittest_extensions_autogen.h 22 cmds::MatrixLoadfCHROMIUMImmediate& cmd = *GetImmediateAs<cmds::MatrixLoadfCHROMIUMImmediate>();
23 SpecializedSetup<cmds::MatrixLoadfCHROMIUMImmediate, 0>(true);
37 SpecializedSetup<cmds::MatrixLoadIdentityCHROMIUM, 0>(true);
38 cmds::MatrixLoadIdentityCHROMIUM cmd;
gles2_cmd_decoder_unittest_1_autogen.h 19 SpecializedSetup<cmds::AttachShader, 0>(true);
20 cmds::AttachShader cmd;
29 SpecializedSetup<cmds::BindBuffer, 0>(true);
30 cmds::BindBuffer cmd;
40 SpecializedSetup<cmds::BindBuffer, 0>(true);
41 cmds::BindBuffer cmd;
50 SpecializedSetup<cmds::BindBuffer, 0>(false);
51 cmds::BindBuffer cmd;
59 SpecializedSetup<cmds::BindFramebuffer, 0>(true);
60 cmds::BindFramebuffer cmd
    [all...]
gles2_cmd_decoder_unittest_2.cc 56 cmds::Uniform1i cmd;
65 cmds::Uniform1ivImmediate& cmd =
66 *GetImmediateAs<cmds::Uniform1ivImmediate>();
76 cmds::Uniform2i cmd;
85 cmds::Uniform2ivImmediate& cmd =
86 *GetImmediateAs<cmds::Uniform2ivImmediate>();
96 cmds::Uniform3i cmd;
105 cmds::Uniform3ivImmediate& cmd =
106 *GetImmediateAs<cmds::Uniform3ivImmediate>();
116 cmds::Uniform4i cmd
    [all...]
gles2_cmd_decoder_unittest_1.cc 44 void GLES2DecoderTestBase::SpecializedSetup<cmds::GenerateMipmap, 0>(
59 void GLES2DecoderTestBase::SpecializedSetup<cmds::CheckFramebufferStatus, 0>(
74 void GLES2DecoderTestBase::SpecializedSetup<cmds::Clear, 0>(bool valid) {
81 void GLES2DecoderTestBase::SpecializedSetup<cmds::ColorMask, 0>(
90 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>(
101 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexSubImage2D, 0>(
112 void GLES2DecoderTestBase::SpecializedSetup<cmds::DetachShader, 0>(bool valid) {
118 cmds::AttachShader attach_cmd;
125 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferRenderbuffer, 0>(
138 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferTexture2D, 0>
    [all...]
gles2_cmd_decoder_autogen.h 17 const gles2::cmds::ActiveTexture& c =
18 *static_cast<const gles2::cmds::ActiveTexture*>(cmd_data);
27 const gles2::cmds::AttachShader& c =
28 *static_cast<const gles2::cmds::AttachShader*>(cmd_data);
38 const gles2::cmds::BindBuffer& c =
39 *static_cast<const gles2::cmds::BindBuffer*>(cmd_data);
54 const gles2::cmds::BindFramebuffer& c =
55 *static_cast<const gles2::cmds::BindFramebuffer*>(cmd_data);
70 const gles2::cmds::BindRenderbuffer& c =
71 *static_cast<const gles2::cmds::BindRenderbuffer*>(cmd_data)
    [all...]
gles2_cmd_decoder_unittest_base.cc 392 GenHelper<cmds::GenBuffersImmediate>(client_buffer_id_);
396 GenHelper<cmds::GenFramebuffersImmediate>(client_framebuffer_id_);
400 GenHelper<cmds::GenRenderbuffersImmediate>(client_renderbuffer_id_);
404 GenHelper<cmds::GenTexturesImmediate>(client_texture_id_);
408 GenHelper<cmds::GenBuffersImmediate>(client_element_buffer_id_);
462 cmds::GetError cmd;
474 cmds::CreateShader cmd;
480 return IsObjectHelper<cmds::IsShader, cmds::IsShader::Result>(client_id);
488 cmds::DeleteShader cmd
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 32 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
33 assert len(cmds) != 0
38 cmds = cdb.getAllCompileCommands()
39 assert len(cmds) == 3
51 for i in range(len(cmds)):
52 assert cmds[i].directory == expected[i]['wd']
53 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
59 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
60 assert len(cmds) == 1
61 assert cmds[0].directory == '/home/john.doe/MyProject
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
help.c 8 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len)
16 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc);
17 cmds->names[cmds->cnt++] = ent;
20 static void clean_cmdnames(struct cmdnames *cmds)
24 for (i = 0; i < cmds->cnt; ++i)
25 free(cmds->names[i]);
26 free(cmds->names)
    [all...]
help.h 22 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len);
24 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_test_autogen.h 18 cmds::ActiveTexture& cmd = *GetBufferAs<cmds::ActiveTexture>();
20 EXPECT_EQ(static_cast<uint32_t>(cmds::ActiveTexture::kCmdId),
28 cmds::AttachShader& cmd = *GetBufferAs<cmds::AttachShader>();
31 EXPECT_EQ(static_cast<uint32_t>(cmds::AttachShader::kCmdId),
40 cmds::BindAttribLocationBucket& cmd =
41 *GetBufferAs<cmds::BindAttribLocationBucket>();
46 EXPECT_EQ(static_cast<uint32_t>(cmds::BindAttribLocationBucket::kCmdId),
56 cmds::BindBuffer& cmd = *GetBufferAs<cmds::BindBuffer>()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vgu.c 42 const VGubyte *cmds,
51 vgAppendPathData(path, num_cmds, cmds, common_data);
58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; local
75 vgu_append_float_coords(path, cmds, 2, coords, 4);
85 VGubyte *cmds; local
103 cmds = malloc(sizeof(VGubyte) * count + 1);
106 cmds[0] = VG_MOVE_TO_ABS;
110 cmds[i] = VG_LINE_TO_ABS;
116 cmds[i] = VG_CLOSE_PATH;
120 vgu_append_float_coords(path, cmds, i, coords, 2*i)
132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
266 VGubyte cmds[11]; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vgu.c 42 const VGubyte *cmds,
51 vgAppendPathData(path, num_cmds, cmds, common_data);
58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; local
75 vgu_append_float_coords(path, cmds, 2, coords, 4);
85 VGubyte *cmds; local
103 cmds = malloc(sizeof(VGubyte) * count + 1);
106 cmds[0] = VG_MOVE_TO_ABS;
110 cmds[i] = VG_LINE_TO_ABS;
116 cmds[i] = VG_CLOSE_PATH;
120 vgu_append_float_coords(path, cmds, i, coords, 2*i)
132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
266 VGubyte cmds[11]; local
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
histogram.cc 30 const std::vector<Command>& cmds,
44 for (int i = 0; i < cmds.size(); ++i) {
45 const Command &cmd = cmds[i];
69 const std::vector<Command>& cmds,
78 for (int i = 0; i < cmds.size(); ++i) {
79 const Command &cmd = cmds[i];
block_splitter.h 60 void CopyLiteralsToByteArray(const std::vector<Command>& cmds,
64 void SplitBlock(const std::vector<Command>& cmds,
block_splitter.cc 48 void CopyLiteralsToByteArray(const std::vector<Command>& cmds,
53 for (int i = 0; i < cmds.size(); ++i) {
54 total_length += cmds[i].insert_length_;
66 for (int i = 0; i < cmds.size() && pos < total_length; ++i) {
67 memcpy(&(*literals)[pos], data + from_pos, cmds[i].insert_length_);
68 pos += cmds[i].insert_length_;
69 from_pos += cmds[i].insert_length_ + cmds[i].copy_length_;
73 void CopyCommandsToByteArray(const std::vector<Command>& cmds,
76 for (int i = 0; i < cmds.size(); ++i)
    [all...]
histogram.h 90 const std::vector<Command>& cmds,
103 const std::vector<Command>& cmds,
  /external/libedit/src/
parse.c 63 } cmds[] = { variable in typeref:struct:__anon3199
125 for (i = 0; cmds[i].name != NULL; i++)
126 if (Strcmp(cmds[i].name, ptr) == 0) {
127 i = (*cmds[i].func) (el, argc, argv);
  /external/blktrace/btt/
bno_plot.py 44 cmds = """
109 fo = open('%s/plot.cmds' % tmpdir, 'w')
110 print >>fo, cmds
117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h 33 unsigned *cmds; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;

Completed in 1525 milliseconds

1 2 3 4