(int target, int level, int xOffset, int yOffset, int width, int height, int format, int type, Buffer data)
| 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); |
no outgoing calls
no test coverage detected