Searched defs:DrawElements (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/glx/ |
D | indirect_vertex_array_priv.h | 296 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_1_autogen.cpp | 303 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) in DrawElements() function
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 509 TEST_P(GLES1CovglTest, DrawElements) in TEST_P() argument
|
/external/angle/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 944 TEST_P(MultiviewRenderDualViewTest, DrawElements) in TEST_P() argument
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.cpp | 1278 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in DrawElements() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 932 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) in DrawElements() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 1500 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in DrawElements() function
|
/external/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 269 DrawElements, enumerator
|