(int s)
| 3397 | public abstract void clearColor(float r, float g, float b, float a); |
| 3398 | public abstract void clearDepth(float d); |
| 3399 | public abstract void clearStencil(int s); |
| 3400 | public abstract void clear(int buf); |
| 3401 | |
| 3402 | /////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected