Home
last modified time | relevance | path

Searched refs:glDrawElements (Results 1 – 25 of 2053) sorted by relevance

12345678910>>...83

/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/atlantis/
H A Dbfish.c119 glDrawElements(GL_QUADS, 112, GL_UNSIGNED_INT, &(BFishIndices[0])); in DrawAnimatedBFish()
135 glDrawElements(GL_QUADS, 24, GL_UNSIGNED_INT, &(BFishIndices[232])); in DrawAnimatedBFish()
143 glDrawElements(GL_QUADS, 72, GL_UNSIGNED_INT, &(BFishIndices[256])); in DrawAnimatedBFish()
155 glDrawElements(GL_QUADS, 8, GL_UNSIGNED_INT, &(BFishIndices[349])); in DrawAnimatedBFish()
159 glDrawElements(GL_QUADS, 8, GL_UNSIGNED_INT, &(BFishIndices[360])); in DrawAnimatedBFish()
163 glDrawElements(GL_QUADS, 16, GL_UNSIGNED_INT, &(BFishIndices[374])); in DrawAnimatedBFish()
167 glDrawElements(GL_QUADS, 32, GL_UNSIGNED_INT, &(BFishIndices[396])); in DrawAnimatedBFish()
179 glDrawElements(GL_QUADS, 4, GL_UNSIGNED_INT, &(BFishIndices[431])); in DrawAnimatedBFish()
183 glDrawElements(GL_QUADS, 4, GL_UNSIGNED_INT, &(BFishIndices[441])); in DrawAnimatedBFish()
195 glDrawElements(GL_QUADS, 8, GL_UNSIGNED_INT, &(BFishIndices[448])); in DrawAnimatedBFish()
[all …]
H A Dchromis.c73 glDrawElements(GL_QUADS, 8, GL_UNSIGNED_INT, &(ChromisIndices[0])); in DrawAnimatedChromis()
80 glDrawElements(GL_QUADS, 8, GL_UNSIGNED_INT, &(ChromisIndices[8])); in DrawAnimatedChromis()
90 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_INT, &(ChromisIndices[16])); in DrawAnimatedChromis()
92 glDrawElements(GL_QUADS, 16, GL_UNSIGNED_INT, &(ChromisIndices[22])); in DrawAnimatedChromis()
94 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, &(ChromisIndices[38])); in DrawAnimatedChromis()
96 glDrawElements(GL_QUADS, 12, GL_UNSIGNED_INT, &(ChromisIndices[41])); in DrawAnimatedChromis()
106 glDrawElements(GL_QUADS, 32, GL_UNSIGNED_INT, &(ChromisIndices[53])); in DrawAnimatedChromis()
113 glDrawElements(GL_QUADS, 64, GL_UNSIGNED_INT, &(ChromisIndices[85])); in DrawAnimatedChromis()
120 glDrawElements(GL_QUADS, 80, GL_UNSIGNED_INT, &(ChromisIndices[149])); in DrawAnimatedChromis()
122 glDrawElements(GL_TRIANGLES, 12, GL_UNSIGNED_INT, &(ChromisIndices[229])); in DrawAnimatedChromis()
[all …]
H A Dfish2.c166 glDrawElements(GL_TRIANGLES, 84, GL_UNSIGNED_INT, &(Fish2Indices[0])); in DrawAnimatedFish2()
176 glDrawElements(GL_TRIANGLES, 48, GL_UNSIGNED_INT, &(Fish2Indices[84])); in DrawAnimatedFish2()
183 glDrawElements(GL_TRIANGLES, 408, GL_UNSIGNED_INT, &(Fish2Indices[132])); in DrawAnimatedFish2()
193 glDrawElements(GL_TRIANGLES, 93, GL_UNSIGNED_INT, &(Fish2Indices[540])); in DrawAnimatedFish2()
196 glDrawElements(GL_TRIANGLES, 93, GL_UNSIGNED_INT, &(Fish2Indices[633])); in DrawAnimatedFish2()
206 glDrawElements(GL_TRIANGLES, 468, GL_UNSIGNED_INT, &(Fish2Indices[726])); in DrawAnimatedFish2()
H A Dfish.c254 glDrawElements(GL_TRIANGLES, 408, GL_UNSIGNED_INT, &(FishIndices[0])); in DrawAnimatedFish()
264 glDrawElements(GL_TRIANGLES, 93, GL_UNSIGNED_INT, &(FishIndices[408])); in DrawAnimatedFish()
267 glDrawElements(GL_TRIANGLES, 93, GL_UNSIGNED_INT, &(FishIndices[501])); in DrawAnimatedFish()
270 glDrawElements(GL_TRIANGLES, 123, GL_UNSIGNED_INT, &(FishIndices[594])); in DrawAnimatedFish()
273 glDrawElements(GL_TRIANGLES, 186, GL_UNSIGNED_INT, &(FishIndices[717])); in DrawAnimatedFish()
283 glDrawElements(GL_TRIANGLES, 324, GL_UNSIGNED_INT, &(FishIndices[903])); in DrawAnimatedFish()
290 glDrawElements(GL_TRIANGLES, 60, GL_UNSIGNED_INT, &(FishIndices[1227])); in DrawAnimatedFish()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DDrawElementsTest.cpp104 glDrawElements(GL_TRIANGLES, 1, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
108 glDrawElements(GL_TRIANGLES, 0, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
219 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_INT, nullptr); in TEST_P()
223 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_INT, nullptr); in TEST_P()
227 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_INT, nullptr); in TEST_P()
233 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_INT, nullptr); in TEST_P()
329 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
332 glDrawElements(GL_TRIANGLES, 12, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
340 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
343 glDrawElements(GL_TRIANGLES, 12, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
[all …]
H A DIndexBufferOffsetTest.cpp93 glDrawElements(GL_TRIANGLES, 6, type, reinterpret_cast<void *>(indexDataWidth)); in runTest()
101 glDrawElements(GL_TRIANGLES, 6, type, reinterpret_cast<void *>(indexDataWidth * 2)); in runTest()
163 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_SHORT, 0); in TEST_P()
164 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_SHORT, in TEST_P()
201 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_BYTE, reinterpret_cast<void *>(2)); in TEST_P()
207 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_SHORT, in TEST_P()
239 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_BYTE, reinterpret_cast<void *>(1)); in TEST_P()
240 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, reinterpret_cast<void *>(1)); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fNegativeVertexArrayApiTests.cpp214 glDrawElements(-1, 1, GL_UNSIGNED_BYTE, vertices); in init()
219 glDrawElements(GL_POINTS, 1, -1, vertices); in init()
224 glDrawElements(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices); in init()
233 glDrawElements(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init()
247 glDrawElements(-1, 1, GL_UNSIGNED_BYTE, vertices); in init()
252 glDrawElements(GL_POINTS, 1, -1, vertices); in init()
257 glDrawElements(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices); in init()
266 glDrawElements(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init()
279 glDrawElements(-1, 1, GL_UNSIGNED_BYTE, vertices); in init()
284 glDrawElements(GL_TRIANGLES, 1, -1, vertices); in init()
[all …]
/dports/graphics/fpc-opengl/fpc-3.2.2/packages/opengl/examples/
H A Dglutdemova.pp69 glDrawElements(GL_TRIANGLE_STRIP,24,GL_UNSIGNED_BYTE,@indices[0]);
72 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[0]);
73 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[1]);
74 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[2]);
75 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[3]);
76 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[4]);
77 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[5]);
/dports/lang/fpc-source/fpc-3.2.2/packages/opengl/examples/
H A Dglutdemova.pp69 glDrawElements(GL_TRIANGLE_STRIP,24,GL_UNSIGNED_BYTE,@indices[0]);
72 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[0]);
73 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[1]);
74 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[2]);
75 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[3]);
76 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[4]);
77 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[5]);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/samples/stencil_operations/
H A DStencilOperations.cpp136 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[0]); in draw()
150 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[1]); in draw()
164 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[2]); in draw()
179 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[3]); in draw()
197 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[4]); in draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/samples/stencil_operations/
H A DStencilOperations.cpp136 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[0]); in draw()
150 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[1]); in draw()
164 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[2]); in draw()
179 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[3]); in draw()
197 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[4]); in draw()
/dports/games/memonix/MemonixSourceCode/src/Core/RendererInterface/
H A DOGL_Draw3D.cpp119 glDrawElements(GL_POINTS,NumVertices,GL_UNSIGNED_INT,VertexIndex); in vw_SendVertices()
124 glDrawElements(GL_LINES,NumVertices,GL_UNSIGNED_INT,VertexIndex); in vw_SendVertices()
129 glDrawElements(GL_TRIANGLES,NumVertices,GL_UNSIGNED_INT,VertexIndex); in vw_SendVertices()
134 glDrawElements(GL_TRIANGLE_STRIP,NumVertices,GL_UNSIGNED_INT,VertexIndex); in vw_SendVertices()
139 glDrawElements(GL_TRIANGLE_FAN,NumVertices,GL_UNSIGNED_INT,VertexIndex); in vw_SendVertices()
/dports/devel/emscripten/emscripten-2.0.3/tests/glbook/Chapter_11/Stencil_Test/
H A DStencil_Test.c167 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[0] ); in Draw()
183 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[1] ); in Draw()
199 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[2] ); in Draw()
216 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[3] ); in Draw()
236 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[4] ); in Draw()
/dports/devel/emscripten/emscripten-2.0.3/tests/glbook/Chapter_11/Multisample/
H A DMultisample.c168 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[0] ); in Draw()
184 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[1] ); in Draw()
200 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[2] ); in Draw()
217 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[3] ); in Draw()
237 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[4] ); in Draw()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DPrimitiveSet.cpp183 …else glDrawElements(mode, size(), GL_UNSIGNED_BYTE, (const GLvoid *)(ebo->getOffset(getBufferIndex… in draw()
188 else glDrawElements(mode, size(), GL_UNSIGNED_BYTE, &front()); in draw()
194 else glDrawElements(mode, size(), GL_UNSIGNED_BYTE, &front()); in draw()
239 …else glDrawElements(mode, size(), GL_UNSIGNED_SHORT, (const GLvoid *)(ebo->getOffset(getBufferInde… in draw()
244 else glDrawElements(mode, size(), GL_UNSIGNED_SHORT, &front()); in draw()
250 else glDrawElements(mode, size(), GL_UNSIGNED_SHORT, &front()); in draw()
295 …else glDrawElements(mode, size(), GL_UNSIGNED_INT, (const GLvoid *)(ebo->getOffset(getBufferIndex(… in draw()
300 else glDrawElements(mode, size(), GL_UNSIGNED_INT, &front()); in draw()
306 else glDrawElements(mode, size(), GL_UNSIGNED_INT, &front()); in draw()
/dports/lang/fpc-source/fpc-3.2.2/packages/opengles/examples/
H A Dglutdemoes.pp77 glDrawElements(GL_TRIANGLE_STRIP,24,GL_UNSIGNED_BYTE,@indices[0]);
82 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[0]);
83 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[1]);
84 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[2]);
85 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[3]);
86 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[4]);
87 glDrawElements(GL_TRIANGLE_STRIP,4,GL_UNSIGNED_BYTE,@indices[5]);
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Ddepth-cube-map.c204 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
209 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
213 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
219 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
223 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
227 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
H A Ddepth-tex-modes-glsl.c217 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
224 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
230 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
239 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
245 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
251 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_INT, elements); in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Ddraw-elements.c116 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_BYTE, in test_ubyte_indices()
129 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_BYTE, in test_ubyte_indices()
164 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_SHORT, (void*)(intptr_t)(index*18)); in test_ushort_indices()
168 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_SHORT, (char*)indx + index*18); in test_ushort_indices()
191 glDrawElements(GL_TRIANGLES, tris*3, GL_UNSIGNED_INT, indx); in test_large_index_count()
217 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, (void*)(intptr_t)((num-3)*4)); in test_large_indexbuf_offset()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/perf/
H A Ddrawoverhead.c302 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw()
316 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_shader_change()
334 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_uniform_change()
351 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_one_texture_change()
372 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_many_texture_change()
393 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_one_tbo_change()
414 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_many_tbo_change()
436 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_one_img_change()
456 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_many_img_change()
477 glDrawElements(GL_TRIANGLES, 3, GL_UNSIGNED_INT, NULL); in draw_one_imgbo_change()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DPrimitiveSet.cpp204 …else glDrawElements(mode, size(), GL_UNSIGNED_BYTE, (const GLvoid *)(ebo->getOffset(getBufferIndex… in draw()
210 else glDrawElements(mode, size(), GL_UNSIGNED_BYTE, &front()); in draw()
216 else glDrawElements(mode, size(), GL_UNSIGNED_BYTE, &front()); in draw()
266 …else glDrawElements(mode, size(), GL_UNSIGNED_SHORT, (const GLvoid *)(ebo->getOffset(getBufferInde… in draw()
272 else glDrawElements(mode, size(), GL_UNSIGNED_SHORT, &front()); in draw()
278 else glDrawElements(mode, size(), GL_UNSIGNED_SHORT, &front()); in draw()
327 …else glDrawElements(mode, size(), GL_UNSIGNED_INT, (const GLvoid *)(ebo->getOffset(getBufferIndex(… in draw()
333 else glDrawElements(mode, size(), GL_UNSIGNED_INT, &front()); in draw()
339 else glDrawElements(mode, size(), GL_UNSIGNED_INT, &front()); in draw()
/dports/games/phlipple/phlipple-0.8.5/src/
H A Dmainscreen.c497 glDrawElements( in mainScreen_render()
505 glDrawElements( in mainScreen_render()
513 glDrawElements( in mainScreen_render()
550 glDrawElements( in mainScreen_render()
559 glDrawElements( in mainScreen_render()
905 glDrawElements( in browserRender()
923 glDrawElements( in browserRender()
979 glDrawElements( in browserRender()
997 glDrawElements( in browserRender()
1027 glDrawElements( in browserRender()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/samples/multiple_draw_buffers/
H A DMultipleDrawBuffers.cpp168 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
177 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
181 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
185 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
189 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/samples/multiple_draw_buffers/
H A DMultipleDrawBuffers.cpp168 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
177 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
181 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
185 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
189 glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices); in draw()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.1/
H A Dprimitive-restart-xfb.c221 glDrawElements(GL_TRIANGLE_STRIP, 9, GL_UNSIGNED_BYTE, NULL); in piglit_init()
229 glDrawElements(GL_TRIANGLE_STRIP, 9, GL_UNSIGNED_BYTE, NULL); in piglit_init()
236 glDrawElements(GL_TRIANGLE_STRIP, 9, GL_UNSIGNED_BYTE, NULL); in piglit_init()
238 glDrawElements(GL_TRIANGLE_STRIP, 4, GL_UNSIGNED_BYTE, in piglit_init()

12345678910>>...83