Searched refs:exec (Results 1 - 25 of 540) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/main/
H A Dapi_exec.c119 * \param ctx GL context to which \c exec belongs.
120 * \param exec dispatch table.
125 struct _glapi_table *exec; local
127 exec = _mesa_alloc_dispatch_table(_gloffset_COUNT);
128 if (exec == NULL)
132 _mesa_loopback_init_api_table(ctx, exec);
137 SET_AlphaFunc(exec, _mesa_AlphaFunc);
140 SET_BlendFunc(exec, _mesa_BlendFunc);
141 SET_Clear(exec, _mesa_Clear);
142 SET_ClearColor(exec, _mesa_ClearColo
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_draw.c45 vbo_exec_debug_verts( struct vbo_exec_context *exec )
47 GLuint count = exec->vtx.vert_count;
53 exec->vtx.prim_count,
54 exec->vtx.vertex_size);
56 for (i = 0 ; i < exec->vtx.prim_count ; i++) {
57 struct _mesa_prim *prim = &exec->vtx.prim[i];
75 vbo_copy_vertices( struct vbo_exec_context *exec )
77 GLuint nr = exec->vtx.prim[exec->vtx.prim_count-1].count;
79 GLuint sz = exec
164 struct vbo_exec_context *exec = &vbo->exec; local
379 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped) argument
[all...]
H A Dvbo_exec_eval.c36 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr ) argument
38 assert(attr < Elements(exec->eval.map1));
39 exec->eval.map1[attr].map = NULL;
42 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr ) argument
44 assert(attr < Elements(exec->eval.map2));
45 exec->eval.map2[attr].map = NULL;
48 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, argument
51 assert(attr < Elements(exec->eval.map1));
52 if (!exec->eval.map1[attr].map) {
53 exec
58 set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim, struct gl_2d_map *map ) argument
142 vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u) argument
186 vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec, GLfloat u, GLfloat v ) argument
[all...]
H A Dvbo_exec.c39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
41 exec->ctx = ctx;
49 vbo_exec_vtx_init( exec );
50 vbo_exec_array_init( exec );
52 /* Hook our functions into exec and compile dispatch tables.
54 _mesa_install_exec_vtxfmt( ctx, &exec->vtxfmt );
67 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
74 vbo_exec_vtx_destroy( exec );
86 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
[all...]
H A Dvbo_exec_api.c60 static void reset_attrfv( struct vbo_exec_context *exec );
67 static void vbo_exec_wrap_buffers( struct vbo_exec_context *exec )
69 if (exec->vtx.prim_count == 0) {
70 exec->vtx.copied.nr = 0;
71 exec->vtx.vert_count = 0;
72 exec->vtx.buffer_ptr = exec->vtx.buffer_map;
75 GLuint last_begin = exec->vtx.prim[exec->vtx.prim_count-1].begin;
78 if (exec
211 vbo_exec_copy_from_current(struct vbo_exec_context *exec) argument
238 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, GLuint attr, GLuint newSize ) argument
370 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap) argument
574 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
601 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
808 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
865 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
1140 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
1175 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
1292 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
1309 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
[all...]
H A Dvbo_exec.h156 void vbo_exec_array_init( struct vbo_exec_context *exec );
157 void vbo_exec_array_destroy( struct vbo_exec_context *exec );
160 void vbo_exec_vtx_init( struct vbo_exec_context *exec );
161 void vbo_exec_vtx_destroy( struct vbo_exec_context *exec );
166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
167 void vbo_exec_vtx_map( struct vbo_exec_context *exec );
172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap ) argument
177 vbo_exec_vtx_map( struct vbo_exec_context *exec )
183 void vbo_exec_vtx_wrap( struct vbo_exec_context *exec );
185 void vbo_exec_eval_update( struct vbo_exec_context *exec );
[all...]
/external/valgrind/coregrind/m_initimg/
H A Dpriv_initimg_pathscan.h37 extern const HChar* ML_(find_executable) ( const HChar* exec );
/external/icu/icu4c/source/test/intltest/
H A Ditmajor.cpp45 if(exec) { \
52 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
56 if (exec) {
65 if (exec) {
75 if (exec) {
85 if (exec) {
95 if (exec) {
105 if (exec) {
115 if (exec) {
124 if (exec) {
216 runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
[all...]
H A Dtfsmalls.h26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ditmajor.h21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ditrbbi.cpp28 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
30 if (exec) {
H A Ditutil.h20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
25 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
/external/valgrind/none/tests/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/amd64/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/arm/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/arm64/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/mips32/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/mips64/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/ppc32/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/ppc64/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/s390x/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/tilegx/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/valgrind/none/tests/x86/
H A Dallexec.c14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec) argument
22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
28 char *const argv[] = {exec, NULL};
29 FORKEXECWAIT (execve(exec, argv, environ));
34 /* If a single argument "exec" is given, will execute itself
35 (in bi-arch, a 32 bit and 64 bit variant) via various exec syste
[all...]
/external/v8/benchmarks/
H A Dregexp.js122 re0.exec(s0[i]);
125 re1.exec(s1[i]);
131 re1.exec(s3[i]);
134 re1.exec(s4[i]);
137 /qqqq|qqq|qq|q|ZZZZ|ZZZ|ZZ|Z|llll|ll|l|uu|u|UU|U|zz|z|ff|f|gg|g|sss|ss|s|mmm|mm|m/g.exec(s5[i]);
140 re3.exec(s6[i]);
143 re4.exec(s7[i]);
150 re7.exec(s10[i]);
153 re8.exec(s11[i]);
154 re8.exec(s1
[all...]
/external/libmojo/jni/java/lang/
H A DRuntime.class ... s?defs= " () public java.lang.Process exec (java.lang.String[]) throws java.io. ...

Completed in 1133 milliseconds

1234567891011>>