MCPcopy Index your code
hub / github.com/processing/processing / drawElements

Method drawElements

core/src/processing/opengl/PGL.java:3186–3189  ·  view source on GitHub ↗
(int mode, int count, int type, int offset)

Source from the content-addressed store, hash-verified

3184 public abstract void drawArraysImpl(int mode, int first, int count);
3185
3186 public void drawElements(int mode, int count, int type, int offset) {
3187 geomCount += count;
3188 drawElementsImpl(mode, count, type, offset);
3189 }
3190
3191 public abstract void drawElementsImpl(int mode, int count, int type, int offset);
3192

Callers 1

drawMethod · 0.80

Calls 1

drawElementsImplMethod · 0.95

Tested by

no test coverage detected