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

Method put

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

Source from the content-addressed store, hash-verified

474
475
476 public void put(Texture tex) {
477 copyTexture(tex, 0, 0, tex.width, tex.height, false);
478 }
479
480
481 public void put(Texture tex, int x, int y, int w, int h) {

Callers 15

addTextureMethod · 0.95
setUniformImplMethod · 0.45
consumeUniformsMethod · 0.45
attribImplMethod · 0.45
initTextureMethod · 0.45
drawTexture2DMethod · 0.45
drawTextureRectMethod · 0.45
allocateByteBufferMethod · 0.45
updateByteBufferMethod · 0.45
putByteArrayMethod · 0.45
fillByteBufferMethod · 0.45
allocateShortBufferMethod · 0.45

Calls 1

copyTextureMethod · 0.95

Tested by

no test coverage detected