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

Method texSubImage2D

core/src/processing/opengl/PGL.java:3214–3214  ·  view source on GitHub ↗
(int target, int level, int xOffset, int yOffset, int width, int height, int format, int type, Buffer data)

Source from the content-addressed store, hash-verified

3212 public abstract void texImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, Buffer data);
3213 public abstract void copyTexImage2D(int target, int level, int internalFormat, int x, int y, int width, int height, int border);
3214 public abstract void texSubImage2D(int target, int level, int xOffset, int yOffset, int width, int height, int format, int type, Buffer data);
3215 public abstract void copyTexSubImage2D(int target, int level, int xOffset, int yOffset, int x, int y, int width, int height);
3216 public abstract void compressedTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int imageSize, Buffer data);
3217 public abstract void compressedTexSubImage2D(int target, int level, int xOffset, int yOffset, int width, int height, int format, int imageSize, Buffer data);

Callers 6

restoreFirstFrameMethod · 0.95
initTextureMethod · 0.95
copyToTextureMethod · 0.95
setMethod · 0.45
setNativeMethod · 0.45
fillEdgesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected