MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glDrawElements

Method glDrawElements

GTE/Graphics/GL46/GL46.cpp:1248–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248void gte::glDrawElements(GLenum mode, GLsizei count, GLenum type, const void* indices)
1249{
1250 ::glDrawElements(mode, count, type, indices);
1251 ReportGLError("glDrawElements");
1252
1253#if defined(GTE_ENABLE_GLTRACE)
1254 gsTrace.Call("glDrawElements", "",
1255 gsTrace.GetName(mode), count, gsTrace.GetName(type), "indices");
1256#endif
1257}
1258
1259void gte::glGetPointerv(GLenum pname, void** params)
1260{

Callers

nothing calls this directly

Calls 4

glDrawElementsFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected