(int s)
| 3340 | public abstract void clearColor(float r, float g, float b, float a); |
| 3341 | public abstract void clearDepth(float d); |
| 3342 | public abstract void clearStencil(int s); |
| 3343 | public abstract void clear(int buf); |
| 3344 | |
| 3345 | /////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected