(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
| 3424 | public abstract boolean isRenderbuffer(int renderbuffer); |
| 3425 | public abstract void getRenderbufferParameteriv(int target, int pname, IntBuffer params); |
| 3426 | public abstract void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter); |
| 3427 | public abstract void renderbufferStorageMultisample(int target, int samples, int format, int width, int height); |
| 3428 | public abstract void readBuffer(int buf); |
| 3429 | public abstract void drawBuffer(int buf); |
no outgoing calls
no test coverage detected