Home
last modified time | relevance | path

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

1234

/external/deqp/modules/gles2/functional/
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 …]
Des2fDepthRangeTests.cpp198 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()
367glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(quadIndices), GL_UNSIGNED_SHORT, &quadIndices[0]); in iterate()
/external/deqp/modules/gles3/functional/
Des3fNegativeVertexArrayApiTests.cpp353 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/
Des31fNegativeAdvancedBlendEquationTests.cpp197 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()
Des31fNegativeVertexArrayApiTests.cpp491 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/
DGrid.java246 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/
Dtestbase.cc223 glDrawElements(GL_TRIANGLES, count_, GL_UNSIGNED_SHORT, 0); in TestFunc()
226 glDrawElements(GL_TRIANGLES, count_, GL_UNSIGNED_SHORT, 0); in TestFunc()
Dglinterfacetest.cc81 glDrawElements(GL_TRIANGLES, num_indices_, GL_UNSIGNED_SHORT, 0); in RenderGLSimple()
/external/deqp/framework/egl/
DegluStaticES20Library.inl47 { "glDrawElements", (deFunctionPtr)glDrawElements },
DegluStaticES30Library.inl71 { "glDrawElements", (deFunctionPtr)glDrawElements },
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java275 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/
DLwjglGL20.java279 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/
DIndexBufferObjectShaderTest.java57 Gdx.gl20.glDrawElements(GL20.GL_TRIANGLES, 3, GL20.GL_UNSIGNED_SHORT, 0); in render()
DVertexBufferObjectShaderTest.java57 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/
DGwtGL20Debug.java174 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/
DIOSGLES20.java126 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/
DAndroidGL20.java125 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/
DIOSGLES20.java126 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/
Dstress.long.txt71 either glDrawElements() or glDrawArrays().
101 - Use glDrawArrays() (and no index buffer) instead of glDrawElements()
/external/eigen/demos/opengl/
Dicosphere.cpp112glDrawElements(GL_TRIANGLES, mIndices[level]->size(), GL_UNSIGNED_INT, &(mIndices[level]->at(0))); in draw()
Dgpuhelper.h199 glDrawElements(mode, pIndexes->size(), GL_UNSIGNED_INT, &(pIndexes->front()));
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def76 glDrawElements = glDrawElements@16
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java146 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/
Dfunctional.primitive_restart.txt26 - glDrawElements()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
DGL20Profiler.java190 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()

1234