Searched refs:DrawElementsInstancedANGLE (Results 1 – 5 of 5) sorted by relevance
/external/angle/extensions/ |
D | ANGLE_instanced_arrays.txt | 79 void DrawElementsInstancedANGLE(enum mode, sizei count, enum type, 98 (see DrawArraysInstancedANGLE and DrawElementsInstancedANGLE below). 214 void DrawElementsInstancedANGLE(enum mode, sizei count, enum type, 277 INVALID_ENUM is generated by DrawElementsInstancedANGLE if <type> is 284 DrawElementsInstancedANGLE if <mode> is not one of the modes described in 287 INVALID_VALUE is generated by DrawElementsInstancedANGLE if <count> or 291 DrawElementsInstancedANGLE if there is not at least one enabled
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 297 return gl::DrawElementsInstancedANGLE(mode, count, type, indices, instanceCount); in glDrawElementsInstancedANGLE() 1594 this->glDrawElementsInstancedANGLE = gl::DrawElementsInstancedANGLE; in LibGLESv2exports()
|
D | entry_points.h | 75 …void GL_APIENTRY DrawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, const void *i…
|
D | libGLESv2.cpp | 1694 void GL_APIENTRY DrawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, const void *in… in DrawElementsInstancedANGLE() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 555 ANGLE_CAPTURE(DrawElementsInstancedANGLE, isCallValid, context, modePacked, count, in GL_DrawElementsInstancedANGLE()
|