Home
last modified time | relevance | path

Searched refs:glDrawRangeElements (Results 1 – 25 of 69) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fNegativeVertexArrayApiTests.cpp805 glDrawRangeElements(-1, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
810 glDrawRangeElements(GL_POINTS, 0, 1, 1, -1, vertices); in init()
812 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_FLOAT, vertices); in init()
817 glDrawRangeElements(GL_POINTS, 0, 1, -1, GL_UNSIGNED_BYTE, vertices); in init()
822 glDrawRangeElements(GL_POINTS, 1, 0, 1, GL_UNSIGNED_BYTE, vertices); in init()
830 glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
856 glDrawRangeElements (GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
860 glDrawRangeElements (GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, verticesInRange); in init()
880 glDrawRangeElements(-1, 0, 1, 1, GL_UNSIGNED_BYTE, vertices); in init()
885 glDrawRangeElements(GL_POINTS, 0, 1, 1, -1, vertices); in init()
[all …]
Des3fPrimitiveRestartTests.cpp564glDrawRangeElements(primTypeGL, 0, (GLuint)max, (GLsizei)count, indexTypeGL, (GLvoid*)getIndexPtr(… in draw()
/external/deqp/modules/gles31/functional/
Des31fNegativeVertexArrayApiTests.cpp1103 ctx.glDrawRangeElements(-1, 0, 1, 1, GL_UNSIGNED_BYTE, indices); in draw_range_elements()
1108 ctx.glDrawRangeElements(GL_POINTS, 0, 1, 1, -1, indices); in draw_range_elements()
1110 ctx.glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_FLOAT, indices); in draw_range_elements()
1115 ctx.glDrawRangeElements(GL_POINTS, 0, 1, -1, GL_UNSIGNED_BYTE, indices); in draw_range_elements()
1120 ctx.glDrawRangeElements(GL_POINTS, 1, 0, 1, GL_UNSIGNED_BYTE, indices); in draw_range_elements()
1128 ctx.glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, indices); in draw_range_elements()
1152 ctx.glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, indices); in draw_range_elements()
1156 ctx.glDrawRangeElements(GL_POINTS, 0, 1, 1, GL_UNSIGNED_BYTE, indices); in draw_range_elements()
1176 ctx.glDrawRangeElements(-1, 0, 1, 1, GL_UNSIGNED_BYTE, indices); in draw_range_elements_invalid_program()
1181 ctx.glDrawRangeElements(GL_POINTS, 0, 1, 1, -1, indices); in draw_range_elements_invalid_program()
[all …]
/external/deqp/doc/testspecs/GLES3/
Dfunctional.primitive_restart.txt28 - glDrawRangeElements()
53 glDrawRangeElements(), the start parameter is 0, and the end parameter is the
/external/deqp/framework/egl/
DegluStaticES30Library.inl73 { "glDrawRangeElements", (deFunctionPtr)glDrawRangeElements },
DegluStaticES31Library.inl83 { "glDrawRangeElements", (deFunctionPtr)glDrawRangeElements },
DegluStaticES32Library.inl96 { "glDrawRangeElements", (deFunctionPtr)glDrawRangeElements },
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def193 glDrawRangeElements @212
DlibGLESv2.lds149 glDrawRangeElements;
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt93 glDrawRangeElements
/external/mesa3d/docs/relnotes/
D17.1.4.rst75 glDrawRangeElements()
D20.1.1.rst85 - i965: Work around incorrect usage of glDrawRangeElements in UE4
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl73 gl->drawRangeElements = &glDrawRangeElements;
DglwInitES31Direct.inl83 gl->drawRangeElements = &glDrawRangeElements;
DglwInitES32Direct.inl96 gl->drawRangeElements = &glDrawRangeElements;
DglwInitES30.inl73 gl->drawRangeElements = (glDrawRangeElementsFunc) loader->get("glDrawRangeElements");
DglwInitGL30.inl74 gl->drawRangeElements = (glDrawRangeElementsFunc) loader->get("glDrawRangeElements");
/external/angle/src/libGL/
DlibGL_autogen.def352 glDrawRangeElements
/external/mesa3d/docs/
Dindex.rst260 - glDrawRangeElements()
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp203 gl.glDrawRangeElements(GL_POINTS, min, max, m_numIndices, GL_UNSIGNED_INT, DE_NULL); in iterate()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp195 …void glDrawRangeElements (deUint32 mode, deUint32 start, deUint32 end, int count, deUint32 …
/external/skia/tools/gpu/gl/interface/
Dinterface.json5192 { // glDrawRangeElements was added to ES in 3.0.
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def180 glDrawRangeElements
DlibGLESv2_with_capture_autogen.def180 glDrawRangeElements
DlibGLESv2_autogen.def180 glDrawRangeElements

123