Home
last modified time | relevance | path

Searched refs:glDrawElements (Results 1 – 25 of 79) 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()
Des2fBufferTestUtil.cpp462 glDrawElements (GL_TRIANGLES, numQuads*6, GL_UNSIGNED_SHORT, &indices[0]); in verify()
620glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+cur… in verify()
/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()
DGLErrorLogger.java220 public void glDrawElements(int mode, int count, int type, Buffer indices) { in glDrawElements() method in GLErrorLogger.ErrorLoggingGL
221 ((GL10)mGL).glDrawElements(mode, count, type, indices); in glDrawElements()
763 public void glDrawElements(int mode, int count, int type, int offset) { in glDrawElements() method in GLErrorLogger.ErrorLoggingGL
764 ((GL11)mGL).glDrawElements(mode, count, type, offset); in glDrawElements()
/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/deqp/doc/testspecs/GLES2/
Dstress.long.txt71 either glDrawElements() or glDrawArrays().
101 - Use glDrawArrays() (and no index buffer) instead of glDrawElements()
Dfunctional.vertex_arrays.single_attribute.txt35 + Index buffers or glDrawElements
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def76 glDrawElements = glDrawElements@16
Dopengl32.def76 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/deqp/doc/testspecs/GLES3/
Dfunctional.primitive_restart.txt26 - glDrawElements()
Dfunctional.vertex_arrays.single_attribute.txt38 + Index buffers or glDrawElements
/external/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp249 GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, NULL)); in render()
408 GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, NULL)); in render()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp83 return (GrGLFuncPtr) glDrawElements; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl47 gl->drawElements = &glDrawElements;
/external/autotest/client/site_tests/graphics_SanAngeles/src/
DREADME.txt47 for example by changing the code to use glDrawElements

1234