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

Method updateTexels

core/src/processing/opengl/Texture.java:750–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

748
749
750 public void updateTexels() {
751 updateTexelsImpl(0, 0, width, height);
752 }
753
754
755 public void updateTexels(int x, int y, int w, int h) {

Callers 5

setMethod · 0.95
setNativeMethod · 0.95
copyTextureMethod · 0.95
updateTextureMethod · 0.80
endOffscreenDrawMethod · 0.80

Calls 1

updateTexelsImplMethod · 0.95

Tested by

no test coverage detected