HomeSort by: relevance | last modified time | path
    Searched refs:init (Results 1 - 25 of 448) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
bm-init.sh 3 # Init entrypoint for bare-metal devices; calls common init code.
6 /init-stage1.sh
9 test $? -eq 0 && /init-stage2.sh
11 # Wait until the job would have timed out anyway, so we don't spew a "init
rootfs-setup.sh 7 # Set up the init script that brings up the system.
8 cp $BM/bm-init.sh $rootfs_dst/init
9 cp $CI_COMMON/init*.sh $rootfs_dst/
14 # Pass through relevant env vars from the gitlab job to the baremetal init script
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
lion-render.c 8 static void init(struct lion *l, int i, VGint hexColor, const VGfloat *coords, int elems) function
42 init(l, 0, color, coords, ELEMENTS(coords)/2);
54 init(l, 1, color, coords, ELEMENTS(coords)/2);
63 init(l, 2, color, coords, ELEMENTS(coords)/2);
74 init(l, 3, color, coords, ELEMENTS(coords)/2);
88 init(l, 4, color, coords, ELEMENTS(coords)/2);
100 init(l, 5, color, coords, ELEMENTS(coords)/2);
117 init(l, 6, color, coords, ELEMENTS(coords)/2);
129 init(l, 7, color, coords, ELEMENTS(coords)/2);
139 init(l, 8, color, coords, ELEMENTS(coords)/2)
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
clear.c 10 init(void) function
40 return run(argc, argv, init, reshape,
eglcommon.h 16 init_func init,
roundedrect.c 13 init(void) function
65 return run(argc, argv, init, reshape,
star-nonzero.c 13 init(void) function
53 return run(argc, argv, init, reshape,
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
trimregion.h 55 void init( REAL );
58 void init( long, Arc_ptr );
69 TrimRegion::init( REAL vval ) function in class:TrimRegion
knotvector.h 44 void init( long, long, long, INREAL * );
renderhints.h 44 void init( void );
uarray.h 51 long init( REAL, Arc_ptr, Arc_ptr );
hull.h 51 void init( void );
varray.h 47 long init( REAL, Arc *, Arc * );
  /xsrc/external/mit/mesa-demos/dist/src/redbook/
cube.c 47 static void init(void) function
91 init ();
hello.c 67 static void init (void) function
105 init ();
clip.c 45 static void init(void) function
102 init ();
smooth.c 46 static void init(void) function
100 init ();
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
build-fossilize.sh 8 git submodule update --init
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
clear.c 71 init(void) function
90 init();
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
quartzCocoa.m 58 aPool = [[NSAutoreleasePool alloc] init];
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/
filters.h 47 pp_init_func init; /* Init function */ member in struct:pp_filter_t
55 /* name inner shaders verts init run free */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
filters.h 47 pp_init_func init; /* Init function */ member in struct:pp_filter_t
55 /* name inner shaders verts init run free */
  /xsrc/external/mit/MesaLib.old/dist/src/gbm/main/
backend.c 52 const void *init = NULL; local
58 init = backend->builtin;
61 return init;
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 46 struct nouveau_screen *(*init)(struct nouveau_device *);
92 init = nv30_screen_create;
98 init = nv50_screen_create;
110 init = nvc0_screen_create;
118 screen = init(dev);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 66 struct nouveau_screen *(*init)(struct nouveau_device *);
112 init = nv30_screen_create;
118 init = nv50_screen_create;
128 init = nvc0_screen_create;
136 screen = init(dev);

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>