/external/deqp/modules/gles2/functional/ |
D | es2fNegativeVertexArrayApiTests.cpp | 214 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 …]
|
D | es2fDepthRangeTests.cpp | 198 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate() 201 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate() 221 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate() 341 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate() 367 … glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeVertexArrayApiTests.cpp | 353 glDrawElements(-1, 1, GL_UNSIGNED_BYTE, vertices); in init() 358 glDrawElements(GL_POINTS, 1, -1, vertices); in init() 360 glDrawElements(GL_POINTS, 1, GL_FLOAT, vertices); in init() 365 glDrawElements(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices); in init() 373 glDrawElements(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init() 397 glDrawElements (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init() 401 glDrawElements (GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in init() 420 glDrawElements(-1, 1, GL_UNSIGNED_BYTE, vertices); in init() 425 glDrawElements(GL_POINTS, 1, -1, vertices); in init() 427 glDrawElements(GL_POINTS, 1, GL_FLOAT, vertices); in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeAdvancedBlendEquationTests.cpp | 197 ctx.glDrawElements(GL_TRIANGLES, 0, GL_UNSIGNED_INT, 0); in blend_qualifier_mismatch() 201 ctx.glDrawElements(GL_TRIANGLES, 0, GL_UNSIGNED_INT, 0); in blend_qualifier_mismatch() 239 ctx.glDrawElements(GL_TRIANGLES, 0, GL_UNSIGNED_INT, 0); in attachment_advanced_equation() 246 ctx.glDrawElements(GL_TRIANGLES, 0, GL_UNSIGNED_INT, 0); in attachment_advanced_equation() 255 ctx.glDrawElements(GL_TRIANGLES, 0, GL_UNSIGNED_INT, 0); in attachment_advanced_equation()
|
D | es31fNegativeVertexArrayApiTests.cpp | 491 ctx.glDrawElements(-1, 1, GL_UNSIGNED_BYTE, vertices); in draw_elements() 496 ctx.glDrawElements(GL_POINTS, 1, -1, vertices); in draw_elements() 498 ctx.glDrawElements(GL_POINTS, 1, GL_FLOAT, vertices); in draw_elements() 503 ctx.glDrawElements(GL_POINTS, -1, GL_UNSIGNED_BYTE, vertices); in draw_elements() 511 ctx.glDrawElements(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in draw_elements() 535 ctx.glDrawElements(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in draw_elements() 539 ctx.glDrawElements(GL_POINTS, 1, GL_UNSIGNED_BYTE, vertices); in draw_elements() 559 ctx.glDrawElements(-1, 1, GL_UNSIGNED_BYTE, vertices); in draw_elements_invalid_program() 564 ctx.glDrawElements(GL_POINTS, 1, -1, vertices); in draw_elements_invalid_program() 566 ctx.glDrawElements(GL_POINTS, 1, GL_FLOAT, vertices); in draw_elements_invalid_program() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Grid.java | 246 gl.glDrawElements(GL10.GL_TRIANGLES, count, in drawStrip() 250 gl11.glDrawElements(GL11.GL_TRIANGLES, count, in drawStrip() 264 gl.glDrawElements(GL10.GL_TRIANGLES, mIndexCount, in draw() 276 gl11.glDrawElements(GL11.GL_TRIANGLES, mIndexCount, in draw()
|
/external/autotest/client/deps/glbench/src/ |
D | testbase.cc | 223 glDrawElements(GL_TRIANGLES, count_, GL_UNSIGNED_SHORT, 0); in TestFunc() 226 glDrawElements(GL_TRIANGLES, count_, GL_UNSIGNED_SHORT, 0); in TestFunc()
|
D | glinterfacetest.cc | 81 glDrawElements(GL_TRIANGLES, num_indices_, GL_UNSIGNED_SHORT, 0); in RenderGLSimple()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 47 { "glDrawElements", (deFunctionPtr)glDrawElements },
|
D | egluStaticES30Library.inl | 71 { "glDrawElements", (deFunctionPtr)glDrawElements },
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
D | Lwjgl3GL20.java | 275 public void glDrawElements (int mode, int count, int type, Buffer indices) { in glDrawElements() method in Lwjgl3GL20 277 GL11.glDrawElements(mode, (ShortBuffer)indices); in glDrawElements() 279 GL11.glDrawElements(mode, ((ByteBuffer)indices).asShortBuffer()); in glDrawElements() 281 GL11.glDrawElements(mode, (ByteBuffer)indices); in glDrawElements() 836 public void glDrawElements (int mode, int count, int type, int indices) { in glDrawElements() method in Lwjgl3GL20 837 GL11.glDrawElements(mode, count, type, indices); in glDrawElements()
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
D | LwjglGL20.java | 279 public void glDrawElements (int mode, int count, int type, Buffer indices) { in glDrawElements() method in LwjglGL20 281 GL11.glDrawElements(mode, (ShortBuffer)indices); in glDrawElements() 283 GL11.glDrawElements(mode, ((ByteBuffer)indices).asShortBuffer()); // FIXME yay... in glDrawElements() 285 GL11.glDrawElements(mode, (ByteBuffer)indices); in glDrawElements() 842 public void glDrawElements (int mode, int count, int type, int indices) { in glDrawElements() method in LwjglGL20 843 GL11.glDrawElements(mode, count, type, indices); in glDrawElements()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | IndexBufferObjectShaderTest.java | 57 Gdx.gl20.glDrawElements(GL20.GL_TRIANGLES, 3, GL20.GL_UNSIGNED_SHORT, 0); in render()
|
D | VertexBufferObjectShaderTest.java | 57 gl.glDrawElements(GL20.GL_TRIANGLES, 3, GL20.GL_UNSIGNED_SHORT, indices.getBuffer().position()); in render()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
D | GwtGL20Debug.java | 174 public void glDrawElements (int mode, int count, int type, Buffer indices) { in glDrawElements() method in GwtGL20Debug 176 super.glDrawElements(mode, count, type, indices); in glDrawElements() 483 public void glDrawElements (int mode, int count, int type, int indices) { in glDrawElements() method in GwtGL20Debug 485 super.glDrawElements(mode, count, type, indices); in glDrawElements()
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES20.java | 126 public native void glDrawElements ( int mode, int count, int type, Buffer indices ); in glDrawElements() method in IOSGLES20 128 public native void glDrawElements ( int mode, int count, int type, int indices ); in glDrawElements() method in IOSGLES20
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidGL20.java | 125 public native void glDrawElements (int mode, int count, int type, Buffer indices); in glDrawElements() method in AndroidGL20 127 public native void glDrawElements (int mode, int count, int type, int indices); in glDrawElements() method in AndroidGL20
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES20.java | 126 public native void glDrawElements ( int mode, int count, int type, Buffer indices ); in glDrawElements() method in IOSGLES20 128 public native void glDrawElements ( int mode, int count, int type, int indices ); in glDrawElements() method in IOSGLES20
|
/external/deqp/doc/testspecs/GLES2/ |
D | stress.long.txt | 71 either glDrawElements() or glDrawArrays(). 101 - Use glDrawArrays() (and no index buffer) instead of glDrawElements()
|
/external/eigen/demos/opengl/ |
D | icosphere.cpp | 112 … glDrawElements(GL_TRIANGLES, mIndices[level]->size(), GL_UNSIGNED_INT, &(mIndices[level]->at(0))); in draw()
|
D | gpuhelper.h | 199 glDrawElements(mode, pIndexes->size(), GL_UNSIGNED_INT, &(pIndexes->front()));
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 76 glDrawElements = glDrawElements@16
|
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
D | JglfwGL20.java | 146 public void glDrawElements (int mode, int count, int type, Buffer indices) { in glDrawElements() method in JglfwGL20 147 GL.glDrawElements(mode, count, type, indices, getPosition(indices)); in glDrawElements() 316 public void glDrawElements (int mode, int count, int type, int indices) { in glDrawElements() method in JglfwGL20 317 GL.glDrawElements(mode, count, type, indices); in glDrawElements()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_restart.txt | 26 - glDrawElements()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/ |
D | GL20Profiler.java | 190 public void glDrawElements (int mode, int count, int type, Buffer indices) { in glDrawElements() method in GL20Profiler 194 gl20.glDrawElements(mode, count, type, indices); in glDrawElements() 535 public void glDrawElements (int mode, int count, int type, int indices) { in glDrawElements() method in GL20Profiler 539 gl20.glDrawElements(mode, count, type, indices); in glDrawElements()
|