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

Method initTexture

core/src/processing/opengl/PGL.java:1194–1196  ·  view source on GitHub ↗
(int target, int format, int width, int height)

Source from the content-addressed store, hash-verified

1192
1193
1194 protected void initTexture(int target, int format, int width, int height) {
1195 initTexture(target, format, width, height, 0);
1196 }
1197
1198
1199 protected void initTexture(int target, int format, int width, int height,

Callers 2

createFBOLayerMethod · 0.95
allocateMethod · 0.45

Calls 6

javaToNativeARGBMethod · 0.95
minMethod · 0.95
texSubImage2DMethod · 0.95
fillMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected