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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/main/
api_exec.c 119 * \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_ClearColor)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 45 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->vtx.vertex_size
164 struct vbo_exec_context *exec = &vbo->exec; local
    [all...]
vbo_exec_eval.c 36 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr )
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 )
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,
51 assert(attr < Elements(exec->eval.map1));
52 if (!exec->eval.map1[attr].map) {
53 exec->eval.map1[attr].map = map
    [all...]
vbo_exec.c 39 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...]
vbo_exec_api.c 60 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->ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END)
370 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; local
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...]
vbo_exec.h 156 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 )
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...]
  /toolchain/binutils/binutils-2.25/bfd/
freebsd.h 28 #define N_GETMAGIC_NET(exec) \
29 ((exec).a_info & 0xffff)
30 #define N_GETMID_NET(exec) \
31 (((exec).a_info >> 16) & 0x3ff)
33 (((exec).a_info >> 26) & 0x3f)
35 #define N_MACHTYPE(exec) \
37 ((N_GETMAGIC_NET (exec) == ZMAGIC) ? N_GETMID_NET (exec) : \
38 ((exec).a_info >> 16) & 0x3ff))
39 #define N_FLAGS(exec) \
    [all...]
netbsd.h 37 #define N_MACHTYPE(exec) \
38 ((enum machine_type) (((exec).a_info >> 16) & 0x03ff))
39 #define N_FLAGS(exec) \
40 (((exec).a_info >> 26) & 0x3f)
42 #define N_SET_INFO(exec, magic, type, flags) \
43 ((exec).a_info = ((magic) & 0xffff) \
46 #define N_SET_MACHTYPE(exec, machtype) \
47 ((exec).a_info = \
48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
49 #define N_SET_FLAGS(exec, flags)
    [all...]
  /external/valgrind/coregrind/m_initimg/
priv_initimg_pathscan.h 37 extern const HChar* ML_(find_executable) ( const HChar* exec );
  /external/icu/icu4c/source/test/intltest/
itmajor.cpp 45 if(exec) { \
52 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
56 if (exec) {
65 if (exec) {
75 if (exec) {
85 if (exec) {
95 if (exec) {
105 if (exec) {
115 if (exec) {
124 if (exec) {
    [all...]
itformat.h 24 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
itrbbi.h 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
ittrans.h 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
sdtfmtts.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tfsmalls.h 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
tzoffloc.h 21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par);
itmajor.h 21 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 );
itrbbi.cpp 28 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
30 if (exec) {
itutil.h 20 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/
allexec.c 14 if (child == 0) {exec_call; perror ("exec failed");} \
20 void test_allexec (char *exec)
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 system calls
    [all...]
  /toolchain/binutils/binutils-2.25/include/aout/
hp.h 22 /* The `exec' structure and overall layout must be close to HP's when
29 struct exec struct
50 /* Tell a.out.gnu.h not to define `struct exec'. */
63 #define N_MAGIC(exec) ((exec) . a_magic)
64 #define N_MACHTYPE(exec) ((exec) . a_machtype)
65 #define N_SET_MAGIC(exec, magic) (((exec) . a_magic) = (magic))
66 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype)
    [all...]
  /external/libmojo/jni/java/lang/
Runtime.class 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
a.out.h 8 struct exec struct
31 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
32 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
33 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
34 #define N_SET_INFO(exec, magic, type, flags) \
35 ((exec).a_info = ((magic) & 0xffff) \
38 #define N_SET_MAGIC(exec, magic)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 8 struct exec struct
31 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
32 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
33 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
34 #define N_SET_INFO(exec, magic, type, flags) \
35 ((exec).a_info = ((magic) & 0xffff) \
38 #define N_SET_MAGIC(exec, magic)
    [all...]
  /bionic/libc/kernel/uapi/linux/
a.out.h 60 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
62 #define N_MACHTYPE(exec) ((enum machine_type) (((exec).a_info >> 16) & 0xff))
64 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
65 #define N_SET_INFO(exec,magic,type,flags) ((exec).a_info = ((magic) & 0xffff) | (((int) (type) & 0xff) << 16) | (((flags) & 0xff) << 24))
66 #define N_SET_MAGIC(exec,magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff))
    [all...]

Completed in 266 milliseconds

1 2 3 4 5 6 7 8 91011>>