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

Method threadIsCurrent

core/src/processing/opengl/PGL.java:880–882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

878
879
880 public boolean threadIsCurrent() {
881 return Thread.currentThread() == glThread;
882 }
883
884
885 public void setThread(Thread thread) {

Callers 4

destroyFBOLayerMethod · 0.95
beginDrawMethod · 0.80
checkGLThreadMethod · 0.80
deleteBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected