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

Method setNative

core/src/processing/opengl/Texture.java:375–377  ·  view source on GitHub ↗
(int[] pixels)

Source from the content-addressed store, hash-verified

373
374
375 public void setNative(int[] pixels) {
376 setNative(pixels, 0, 0, width, height);
377 }
378
379
380 public void setNative(int[] pixels, int x, int y, int w, int h) {

Callers 4

bufferUpdateMethod · 0.95
handleTextSizeMethod · 0.45
loadTextureMethod · 0.45
updateTexMethod · 0.45

Calls 12

updatePixelBufferMethod · 0.95
releasePixelBufferMethod · 0.95
showWarningMethod · 0.95
fillEdgesMethod · 0.95
manualMipmapMethod · 0.95
updateTexelsMethod · 0.95
texturingIsEnabledMethod · 0.80
bindTextureMethod · 0.80
enableTexturingMethod · 0.45
texSubImage2DMethod · 0.45
generateMipmapMethod · 0.45
disableTexturingMethod · 0.45

Tested by

no test coverage detected