Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
bufferUpdate
Method · 0.95
handleTextSize
Method · 0.45
loadTexture
Method · 0.45
updateTex
Method · 0.45
Calls
12
updatePixelBuffer
Method · 0.95
releasePixelBuffer
Method · 0.95
showWarning
Method · 0.95
fillEdges
Method · 0.95
manualMipmap
Method · 0.95
updateTexels
Method · 0.95
texturingIsEnabled
Method · 0.80
bindTexture
Method · 0.80
enableTexturing
Method · 0.45
texSubImage2D
Method · 0.45
generateMipmap
Method · 0.45
disableTexturing
Method · 0.45
Tested by
no test coverage detected