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

Method set

core/src/processing/opengl/Texture.java:281–283  ·  view source on GitHub ↗
(Texture tex)

Source from the content-addressed store, hash-verified

279
280
281 public void set(Texture tex) {
282 copyTexture(tex, 0, 0, tex.width, tex.height, true);
283 }
284
285
286 public void set(Texture tex, int x, int y, int w, int h) {

Callers 2

initCacheMethod · 0.95
resizeMethod · 0.95

Calls 15

copyTextureMethod · 0.95
showWarningMethod · 0.95
loadPixelsMethod · 0.95
convertToRGBAMethod · 0.95
flipArrayOnXMethod · 0.95
flipArrayOnYMethod · 0.95
updatePixelBufferMethod · 0.95
fillEdgesMethod · 0.95
manualMipmapMethod · 0.95
releasePixelBufferMethod · 0.95
releaseRGBAPixelsMethod · 0.95
updateTexelsMethod · 0.95

Tested by

no test coverage detected