Searched refs:glDrawElementsInstancedEXT (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto605 glDrawElementsInstancedEXT = 578;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1411 const GLMessage_Function GLMessage::glDrawElementsInstancedEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1759 static const Function glDrawElementsInstancedEXT = GLMessage_Function_glDrawElementsInstancedEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp17369 glmsg.set_function(GLMessage::glDrawElementsInstancedEXT);
17404 glContext->hooks->gl.glDrawElementsInstancedEXT(mode, count, type, indices, primcount);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h870 GL_APICALL void GL_APIENTRY glDrawElementsInstancedEXT (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);

Completed in 638 milliseconds