Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 25 of 108) sorted by relevance

12345

/external/chromium_org/gpu/command_buffer/client/
Dgles2_cmd_helper_autogen.h15 gles2::cmds::ActiveTexture* c = GetCmdSpace<gles2::cmds::ActiveTexture>(); in ActiveTexture()
22 gles2::cmds::AttachShader* c = GetCmdSpace<gles2::cmds::AttachShader>(); in AttachShader()
31 gles2::cmds::BindAttribLocationBucket* c = in BindAttribLocationBucket()
32 GetCmdSpace<gles2::cmds::BindAttribLocationBucket>(); in BindAttribLocationBucket()
39 gles2::cmds::BindBuffer* c = GetCmdSpace<gles2::cmds::BindBuffer>(); in BindBuffer()
46 gles2::cmds::BindFramebuffer* c = GetCmdSpace<gles2::cmds::BindFramebuffer>(); in BindFramebuffer()
53 gles2::cmds::BindRenderbuffer* c = in BindRenderbuffer()
54 GetCmdSpace<gles2::cmds::BindRenderbuffer>(); in BindRenderbuffer()
61 gles2::cmds::BindTexture* c = GetCmdSpace<gles2::cmds::BindTexture>(); in BindTexture()
68 gles2::cmds::BlendColor* c = GetCmdSpace<gles2::cmds::BlendColor>(); in BlendColor()
[all …]
Dgles2_implementation_unittest_autogen.h18 cmds::AttachShader cmd; in TEST_F()
30 cmds::BindBuffer cmd; in TEST_F()
44 cmds::BindFramebuffer cmd; in TEST_F()
58 cmds::BindRenderbuffer cmd; in TEST_F()
72 cmds::BlendColor cmd; in TEST_F()
83 cmds::BlendEquation cmd; in TEST_F()
94 cmds::BlendEquationSeparate cmd; in TEST_F()
105 cmds::BlendFunc cmd; in TEST_F()
116 cmds::BlendFuncSeparate cmd; in TEST_F()
127 cmds::CheckFramebufferStatus cmd; in TEST_F()
[all …]
Dgles2_cmd_helper.h31 gles2::cmds::GetAttribLocation* c = in GetAttribLocation()
32 GetCmdSpace<gles2::cmds::GetAttribLocation>(); in GetAttribLocation()
41 gles2::cmds::GetUniformLocation* c = in GetUniformLocation()
42 GetCmdSpace<gles2::cmds::GetUniformLocation>(); in GetUniformLocation()
52 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate::ComputeSize(); in CreateAndConsumeTextureCHROMIUMImmediate()
53 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate* c = in CreateAndConsumeTextureCHROMIUMImmediate()
55 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate>(size); in CreateAndConsumeTextureCHROMIUMImmediate()
Dgles2_implementation_unittest.cc439 sizeof(cmds::GetShaderPrecisionFormat::Result) * 12); in Initialize()
513 const uint8* cmds = reinterpret_cast<const uint8*>(ring_buffer->memory()); in NoCommandsWritten() local
514 const uint8* end = cmds + ring_buffer->size(); in NoCommandsWritten()
515 for (; cmds < end; ++cmds) { in NoCommandsWritten()
516 if (*cmds != kInitialValue) { in NoCommandsWritten()
594 GetExpectedResultMemory(sizeof(cmds::GetError::Result)); in CheckError()
815 cmds::GetShaderPrecisionFormat cmd; in TEST_F()
817 typedef cmds::GetShaderPrecisionFormat::Result Result; in TEST_F()
897 cmds::ShaderSourceBucket shader_source_bucket; in TEST_F()
934 cmds::GetShaderSource get_shader_source; in TEST_F()
[all …]
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_1_autogen.h19 SpecializedSetup<cmds::AttachShader, 0>(true); in TEST_P()
20 cmds::AttachShader cmd; in TEST_P()
29 SpecializedSetup<cmds::BindBuffer, 0>(true); in TEST_P()
30 cmds::BindBuffer cmd; in TEST_P()
40 SpecializedSetup<cmds::BindBuffer, 0>(true); in TEST_P()
41 cmds::BindBuffer cmd; in TEST_P()
50 SpecializedSetup<cmds::BindBuffer, 0>(false); in TEST_P()
51 cmds::BindBuffer cmd; in TEST_P()
59 SpecializedSetup<cmds::BindFramebuffer, 0>(true); in TEST_P()
60 cmds::BindFramebuffer cmd; in TEST_P()
[all …]
Dgles2_cmd_decoder_unittest_2_autogen.h17 SpecializedSetup<cmds::Scissor, 0>(true); in TEST_P()
18 cmds::Scissor cmd; in TEST_P()
26 SpecializedSetup<cmds::Scissor, 0>(false); in TEST_P()
27 cmds::Scissor cmd; in TEST_P()
35 SpecializedSetup<cmds::Scissor, 0>(false); in TEST_P()
36 cmds::Scissor cmd; in TEST_P()
47 SpecializedSetup<cmds::StencilFunc, 0>(true); in TEST_P()
48 cmds::StencilFunc cmd; in TEST_P()
56 SpecializedSetup<cmds::StencilFuncSeparate, 0>(true); in TEST_P()
57 cmds::StencilFuncSeparate cmd; in TEST_P()
[all …]
Dgles2_cmd_decoder_unittest_2.cc55 cmds::Uniform1i cmd; in TestAcceptedUniform()
64 cmds::Uniform1ivImmediate& cmd = in TestAcceptedUniform()
65 *GetImmediateAs<cmds::Uniform1ivImmediate>(); in TestAcceptedUniform()
75 cmds::Uniform2i cmd; in TestAcceptedUniform()
84 cmds::Uniform2ivImmediate& cmd = in TestAcceptedUniform()
85 *GetImmediateAs<cmds::Uniform2ivImmediate>(); in TestAcceptedUniform()
95 cmds::Uniform3i cmd; in TestAcceptedUniform()
104 cmds::Uniform3ivImmediate& cmd = in TestAcceptedUniform()
105 *GetImmediateAs<cmds::Uniform3ivImmediate>(); in TestAcceptedUniform()
115 cmds::Uniform4i cmd; in TestAcceptedUniform()
[all …]
Dgles2_cmd_decoder_unittest_1.cc43 void GLES2DecoderTestBase::SpecializedSetup<cmds::GenerateMipmap, 0>( in SpecializedSetup()
58 void GLES2DecoderTestBase::SpecializedSetup<cmds::CheckFramebufferStatus, 0>( in SpecializedSetup()
73 void GLES2DecoderTestBase::SpecializedSetup<cmds::Clear, 0>(bool valid) { in SpecializedSetup()
80 void GLES2DecoderTestBase::SpecializedSetup<cmds::ColorMask, 0>( in SpecializedSetup()
89 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>( in SpecializedSetup()
100 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexSubImage2D, 0>( in SpecializedSetup()
111 void GLES2DecoderTestBase::SpecializedSetup<cmds::DetachShader, 0>(bool valid) { in SpecializedSetup()
117 cmds::AttachShader attach_cmd; in SpecializedSetup()
124 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferRenderbuffer, 0>( in SpecializedSetup()
137 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferTexture2D, 0>( in SpecializedSetup()
[all …]
Dgles2_cmd_decoder_autogen.h17 const gles2::cmds::ActiveTexture& c) { in HandleActiveTexture()
25 const gles2::cmds::AttachShader& c) { in HandleAttachShader()
34 const gles2::cmds::BindBuffer& c) { in HandleBindBuffer()
47 const gles2::cmds::BindFramebuffer& c) { in HandleBindFramebuffer()
60 const gles2::cmds::BindRenderbuffer& c) { in HandleBindRenderbuffer()
73 const gles2::cmds::BindTexture& c) { in HandleBindTexture()
86 const gles2::cmds::BlendColor& c) { in HandleBlendColor()
104 const gles2::cmds::BlendEquation& c) { in HandleBlendEquation()
121 const gles2::cmds::BlendEquationSeparate& c) { in HandleBlendEquationSeparate()
145 const gles2::cmds::BlendFunc& c) { in HandleBlendFunc()
[all …]
Dgles2_cmd_decoder_unittest_base.cc384 GenHelper<cmds::GenBuffersImmediate>(client_buffer_id_); in InitDecoderWithCommandLine()
388 GenHelper<cmds::GenFramebuffersImmediate>(client_framebuffer_id_); in InitDecoderWithCommandLine()
392 GenHelper<cmds::GenRenderbuffersImmediate>(client_renderbuffer_id_); in InitDecoderWithCommandLine()
396 GenHelper<cmds::GenTexturesImmediate>(client_texture_id_); in InitDecoderWithCommandLine()
400 GenHelper<cmds::GenBuffersImmediate>(client_element_buffer_id_); in InitDecoderWithCommandLine()
454 cmds::GetError cmd; in GetGLError()
466 cmds::CreateShader cmd; in DoCreateShader()
472 return IsObjectHelper<cmds::IsShader, cmds::IsShader::Result>(client_id); in DoIsShader()
480 cmds::DeleteShader cmd; in DoDeleteShader()
491 cmds::CreateProgram cmd; in DoCreateProgram()
[all …]
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_test_autogen.h18 cmds::ActiveTexture& cmd = *GetBufferAs<cmds::ActiveTexture>(); in TEST_F()
20 EXPECT_EQ(static_cast<uint32_t>(cmds::ActiveTexture::kCmdId), in TEST_F()
28 cmds::AttachShader& cmd = *GetBufferAs<cmds::AttachShader>(); in TEST_F()
31 EXPECT_EQ(static_cast<uint32_t>(cmds::AttachShader::kCmdId), in TEST_F()
40 cmds::BindAttribLocationBucket& cmd = in TEST_F()
41 *GetBufferAs<cmds::BindAttribLocationBucket>(); in TEST_F()
46 EXPECT_EQ(static_cast<uint32_t>(cmds::BindAttribLocationBucket::kCmdId), in TEST_F()
56 cmds::BindBuffer& cmd = *GetBufferAs<cmds::BindBuffer>(); in TEST_F()
59 EXPECT_EQ(static_cast<uint32_t>(cmds::BindBuffer::kCmdId), in TEST_F()
68 cmds::BindFramebuffer& cmd = *GetBufferAs<cmds::BindFramebuffer>(); in TEST_F()
[all …]
/external/clang/bindings/python/tests/cindex/
Dtest_cdb.py32 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/
Dhelp.c8 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) in add_cmdname() argument
16 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc); in add_cmdname()
17 cmds->names[cmds->cnt++] = ent; in add_cmdname()
20 static void clean_cmdnames(struct cmdnames *cmds) in clean_cmdnames() argument
24 for (i = 0; i < cmds->cnt; ++i) in clean_cmdnames()
25 free(cmds->names[i]); in clean_cmdnames()
26 free(cmds->names); in clean_cmdnames()
27 cmds->cnt = 0; in clean_cmdnames()
28 cmds->alloc = 0; in clean_cmdnames()
38 static void uniq(struct cmdnames *cmds) in uniq() argument
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dvgu.c42 const VGubyte *cmds, in vgu_append_float_coords() argument
51 vgAppendPathData(path, num_cmds, cmds, common_data); in vgu_append_float_coords()
58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; in vguLine() local
75 vgu_append_float_coords(path, cmds, 2, coords, 4); in vguLine()
85 VGubyte *cmds; in vguPolygon() local
103 cmds = malloc(sizeof(VGubyte) * count + 1); in vguPolygon()
106 cmds[0] = VG_MOVE_TO_ABS; in vguPolygon()
110 cmds[i] = VG_LINE_TO_ABS; in vguPolygon()
116 cmds[i] = VG_CLOSE_PATH; in vguPolygon()
120 vgu_append_float_coords(path, cmds, i, coords, 2*i); in vguPolygon()
[all …]
Dstroker.c76 const VGubyte *cmds; member
151 return it->cmds[it->position]; in stroke_fw_current_command()
160 prev_cmd = it->cmds[it->position + 1]; in stroke_bw_current_command()
197 struct array *cmds, in stroke_itr_common_init() argument
200 itr->cmds = (VGubyte*)cmds->data; in stroke_itr_common_init()
201 itr->num_commands = cmds->num_elements; in stroke_itr_common_init()
208 struct array *cmds, in stroke_forward_iterator() argument
211 stroke_itr_common_init(itr, cmds, coords); in stroke_forward_iterator()
222 struct array *cmds, in stroke_backward_iterator() argument
226 stroke_itr_common_init(itr, cmds, coords); in stroke_backward_iterator()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dvgu.c42 const VGubyte *cmds, in vgu_append_float_coords() argument
51 vgAppendPathData(path, num_cmds, cmds, common_data); in vgu_append_float_coords()
58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; in vguLine() local
75 vgu_append_float_coords(path, cmds, 2, coords, 4); in vguLine()
85 VGubyte *cmds; in vguPolygon() local
103 cmds = malloc(sizeof(VGubyte) * count + 1); in vguPolygon()
106 cmds[0] = VG_MOVE_TO_ABS; in vguPolygon()
110 cmds[i] = VG_LINE_TO_ABS; in vguPolygon()
116 cmds[i] = VG_CLOSE_PATH; in vguPolygon()
120 vgu_append_float_coords(path, cmds, i, coords, 2*i); in vguPolygon()
[all …]
Dstroker.c76 const VGubyte *cmds; member
151 return it->cmds[it->position]; in stroke_fw_current_command()
160 prev_cmd = it->cmds[it->position + 1]; in stroke_bw_current_command()
197 struct array *cmds, in stroke_itr_common_init() argument
200 itr->cmds = (VGubyte*)cmds->data; in stroke_itr_common_init()
201 itr->num_commands = cmds->num_elements; in stroke_itr_common_init()
208 struct array *cmds, in stroke_forward_iterator() argument
211 stroke_itr_common_init(itr, cmds, coords); in stroke_forward_iterator()
222 struct array *cmds, in stroke_backward_iterator() argument
226 stroke_itr_common_init(itr, cmds, coords); in stroke_backward_iterator()
[all …]
/external/chromium_org/third_party/brotli/src/brotli/enc/
Dhistogram.cc30 const std::vector<Command>& cmds, in BuildHistograms() argument
44 for (int i = 0; i < cmds.size(); ++i) { in BuildHistograms()
45 const Command &cmd = cmds[i]; in BuildHistograms()
69 const std::vector<Command>& cmds, in BuildLiteralHistogramsForBlockType() argument
78 for (int i = 0; i < cmds.size(); ++i) { in BuildLiteralHistogramsForBlockType()
79 const Command &cmd = cmds[i]; in BuildLiteralHistogramsForBlockType()
Dblock_splitter.cc48 void CopyLiteralsToByteArray(const std::vector<Command>& cmds, in CopyLiteralsToByteArray() argument
53 for (int i = 0; i < cmds.size(); ++i) { in CopyLiteralsToByteArray()
54 total_length += cmds[i].insert_length_; in CopyLiteralsToByteArray()
66 for (int i = 0; i < cmds.size() && pos < total_length; ++i) { in CopyLiteralsToByteArray()
67 memcpy(&(*literals)[pos], data + from_pos, cmds[i].insert_length_); in CopyLiteralsToByteArray()
68 pos += cmds[i].insert_length_; in CopyLiteralsToByteArray()
69 from_pos += cmds[i].insert_length_ + cmds[i].copy_length_; in CopyLiteralsToByteArray()
73 void CopyCommandsToByteArray(const std::vector<Command>& cmds, in CopyCommandsToByteArray() argument
76 for (int i = 0; i < cmds.size(); ++i) { in CopyCommandsToByteArray()
77 const Command& cmd = cmds[i]; in CopyCommandsToByteArray()
[all …]
Dencode.cc394 void ComputeDistanceShortCodes(std::vector<Command>* cmds, in ComputeDistanceShortCodes() argument
405 for (int i = 0; i < cmds->size(); ++i) { in ComputeDistanceShortCodes()
406 pos += (*cmds)[i].insert_length_; in ComputeDistanceShortCodes()
408 int cur_dist = (*cmds)[i].copy_distance_; in ComputeDistanceShortCodes()
434 pos += (*cmds)[i].copy_length_; in ComputeDistanceShortCodes()
438 GetTransformedDictionaryWord((*cmds)[i].copy_length_code_, word_idx); in ComputeDistanceShortCodes()
441 (*cmds)[i].distance_code_ = dist_code; in ComputeDistanceShortCodes()
445 void ComputeCommandPrefixes(std::vector<Command>* cmds, in ComputeCommandPrefixes() argument
448 for (int i = 0; i < cmds->size(); ++i) { in ComputeCommandPrefixes()
449 Command* cmd = &(*cmds)[i]; in ComputeCommandPrefixes()
[all …]
/external/chromium_org/third_party/openssl/openssl/apps/
Dengine.c203 STACK_OF(OPENSSL_STRING) *cmds = NULL; in util_verbose()
214 cmds = sk_OPENSSL_STRING_new_null(); in util_verbose()
216 if(!cmds) in util_verbose()
287 if(cmds) sk_OPENSSL_STRING_pop_free(cmds, identity); in util_verbose()
293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, in util_do_cmds() argument
296 int loop, res, num = sk_OPENSSL_STRING_num(cmds); in util_do_cmds()
307 cmd = sk_OPENSSL_STRING_value(cmds, loop); in util_do_cmds()
/external/openssl/apps/
Dengine.c203 STACK_OF(OPENSSL_STRING) *cmds = NULL; in util_verbose()
214 cmds = sk_OPENSSL_STRING_new_null(); in util_verbose()
216 if(!cmds) in util_verbose()
287 if(cmds) sk_OPENSSL_STRING_pop_free(cmds, identity); in util_verbose()
293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, in util_do_cmds() argument
296 int loop, res, num = sk_OPENSSL_STRING_num(cmds); in util_do_cmds()
307 cmd = sk_OPENSSL_STRING_value(cmds, loop); in util_do_cmds()
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
DMakefile238 _cmds_txt = cmds-ancillaryinterrogators.txt \
239 cmds-ancillarymanipulators.txt \
240 cmds-mainporcelain.txt \
241 cmds-plumbinginterrogators.txt \
242 cmds-plumbingmanipulators.txt \
243 cmds-synchingrepositories.txt \
244 cmds-synchelpers.txt \
245 cmds-purehelpers.txt \
246 cmds-foreignscminterface.txt
/external/libedit/src/
Dparse.c63 } cmds[] = { variable
125 for (i = 0; cmds[i].name != NULL; i++) in FUN()
126 if (Strcmp(cmds[i].name, ptr) == 0) { in FUN()
127 i = (*cmds[i].func) (el, argc, argv); in FUN()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbash_completion44 cmds=$($cmd --list-cmds)
45 COMPREPLY=( $( compgen -W '$cmds' -- "$cur" ) )

12345