| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | drawoverhead.c | 78 glDrawArrays(GL_POINTS, 0, 4); 90 glDrawArrays(GL_POINTS, 0, 4); 105 glDrawArrays(GL_POINTS, 0, 4);
|
| H A D | vbo.c | 73 glDrawArrays(GL_POINTS, 0, 1); 101 glDrawArrays(GL_POINTS, offset / sizeof(Vertex0), 1); 127 glDrawArrays(GL_POINTS, 0, 1); 154 glDrawArrays(GL_POINTS, 0, 1);
|
| H A D | copytex.c | 120 glDrawArrays(GL_POINTS, 0, 1); 137 glDrawArrays(GL_POINTS, 0, 1);
|
| H A D | fbobind.c | 130 glDrawArrays(GL_POINTS, 0, 1);
|
| H A D | genmipmap.c | 92 glDrawArrays(GL_POINTS, 0, 1);
|
| H A D | swapbuffers.c | 93 glDrawArrays(GL_POINTS, 0, 4);
|
| H A D | glsl-compile-time.c | 155 glDrawArrays(GL_POINTS, 0, NUM_POINTS); 162 glDrawArrays(GL_POINTS, 0, NUM_POINTS); 168 glDrawArrays(GL_POINTS, 0, NUM_POINTS);
|
| H A D | teximage.c | 117 glDrawArrays(GL_POINTS, 0, 1); 137 glDrawArrays(GL_POINTS, 0, 1); 186 glDrawArrays(GL_POINTS, 0, 1);
|
| H A D | fill.c | 175 glDrawArrays(GL_TRIANGLE_FAN, 0, 4);
|
| H A D | readpixels.c | 89 glDrawArrays(GL_POINTS, 0, 1);
|
| H A D | vertexrate.c | 148 glDrawArrays(GL_POINTS, 0, NumVerts); 163 glDrawArrays(GL_POINTS, 0, NumVerts); 253 perf_printf(" glDrawArrays: %s verts/sec\n", PerfHumanFloat(rate)); 257 perf_printf(" VBO glDrawArrays: %s verts/sec\n", PerfHumanFloat(rate));
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | vao_demo.c | 191 glDrawArrays( GL_QUADS, 0, 4 * 6 ); 199 glDrawArrays( GL_TRIANGLES, 0, 3 * 8 );
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | tri.c | 94 glDrawArrays(GL_TRIANGLES, 0, 3); 98 glDrawArrays(GL_POINTS, 0, 3);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | egltri.c | 67 glDrawArrays(GL_TRIANGLES, 0, 3);
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | tri-edgeflag-array.c | 96 glDrawArrays(GL_TRIANGLES, 0, 3);
|
| H A D | draw2arrays.c | 69 /* glDrawArrays( GL_TRIANGLES, 0, 3 ); */ 70 glDrawArrays( GL_TRIANGLES, 1, 3 );
|
| H A D | drawarrays.c | 80 /* glDrawArrays( GL_TRIANGLES, 0, 3 ); */ 81 glDrawArrays( GL_TRIANGLES, 1, 3 );
|
| H A D | vbo-drawarrays.c | 86 /* glDrawArrays( GL_TRIANGLES, 0, 3 ); */ 87 glDrawArrays( GL_TRIANGLES, 1, 3 );
|
| H A D | vbo-noninterleaved.c | 90 /* glDrawArrays( GL_TRIANGLES, 0, 3 ); */ 91 /* glDrawArrays( GL_TRIANGLES, 1, 3 ); */ 92 glDrawArrays( GL_QUADS, 0, 4 );
|
| H A D | vbo-tri.c | 84 glDrawArrays( GL_TRIANGLES, 0, 3 );
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | varray.c | 104 glDrawArrays (GL_TRIANGLES, 0, 6);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.0.2.rst | 39 - Fixed problem with large glDrawArrays calls and indirect rendering 52 - glDrawArrays(count=0) led to a crash
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_glyphblt.c | 131 glDrawArrays(GL_POINTS, 0, num_points); 143 glDrawArrays(GL_POINTS, 0, num_points); 240 glDrawArrays(GL_POINTS, 0, num_points);
|
| H A D | glamor_points.c | 104 glDrawArrays(GL_POINTS, 0, npt);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/ |
| H A D | ABI-check | 62 glDrawArrays
|