Searched refs:glGenLists (Results 1 - 25 of 74) sorted by relevance

123

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dshape.c48 bases[0] = glGenLists(1);
53 bases[1] = glGenLists(1);
58 bases[2] = glGenLists(1);
63 bases[3] = glGenLists(1);
68 bases[4] = glGenLists(1);
73 bases[5] = glGenLists(1);
78 bases[6] = glGenLists(1);
83 bases[7] = glGenLists(1);
88 bases[8] = glGenLists(1);
93 bases[9] = glGenLists(
[all...]
H A Daccum.c40 thing1 = glGenLists(1);
46 thing2 = glGenLists(1);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Ddlist-begin-call-end.c50 first_list = glGenLists(1);
58 list = glGenLists(1);
H A Ddlist-degenerate.c117 List1 = glGenLists(1);
125 List2 = glGenLists(1);
H A Ddlist-recursive-call.c50 first_list = glGenLists(1);
58 list = glGenLists(1);
H A Ddlist-dangling.c48 list = glGenLists(1);
H A Ddlist-edgeflag-dangling.c50 list = glGenLists(1);
H A Ddlist-edgeflag.c50 list = glGenLists(1);
H A Ddlist-flat-tri.c47 list = glGenLists(1);
H A Ddlist-tri-flat-tri.c47 list = glGenLists(1);
H A Dtri-dlist.c47 list = glGenLists(1);
H A Ddlist-mat-tri.c56 list = glGenLists(1);
H A Ddlist-tri-mat-tri.c56 list = glGenLists(1);
H A Dtri-2101010-dlist.c72 list = glGenLists(1);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dalpha3D.c72 sphereList = glGenLists(1);
77 cubeList = glGenLists(1);
H A Dlist.c51 listName = glGenLists (1);
H A Dtorus.c82 theTorus = glGenLists (1);
H A Dquadric.c86 startList = glGenLists(4);
H A Dstroke.c120 base = glGenLists (128);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dderiv.c144 SphereList = glGenLists(1);
156 RectList = glGenLists(1);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglgears.c261 gear1 = glGenLists(1);
267 gear2 = glGenLists(1);
273 gear3 = glGenLists(1);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dglutfx.c131 Torus = glGenLists(1);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgearbox.c422 Gear1 = glGenLists(1);
428 Gear2 = glGenLists(1);
434 Gear3 = glGenLists(1);
H A Dgears.c345 gear1 = glGenLists(1);
351 gear2 = glGenLists(1);
357 gear3 = glGenLists(1);
H A Dreflect.c133 table_list = glGenLists(1);
174 objects_list[0] = glGenLists(1);
181 objects_list[1] = glGenLists(1);

Completed in 16 milliseconds

123