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

Method copyToTexture

core/src/processing/opengl/PGL.java:1216–1220  ·  view source on GitHub ↗
(int target, int format, int id, int x, int y,
                               int w, int h, int[] buffer)

Source from the content-addressed store, hash-verified

1214
1215
1216 protected void copyToTexture(int target, int format, int id, int x, int y,
1217 int w, int h, int[] buffer) {
1218 copyToTexture(target, format, id, x, y, w, h, IntBuffer.wrap(buffer));
1219
1220 }
1221
1222 protected void copyToTexture(int target, int format, int id, int x, int y,
1223 int w, int h, IntBuffer buffer) {

Callers 2

endRenderMethod · 0.95
drawPixelsMethod · 0.80

Calls 7

activeTextureMethod · 0.95
texturingIsEnabledMethod · 0.95
enableTexturingMethod · 0.95
bindTextureMethod · 0.95
texSubImage2DMethod · 0.95
disableTexturingMethod · 0.95
wrapMethod · 0.80

Tested by

no test coverage detected