(int buf)
| 3398 | public abstract void clearDepth(float d); |
| 3399 | public abstract void clearStencil(int s); |
| 3400 | public abstract void clear(int buf); |
| 3401 | |
| 3402 | /////////////////////////////////////////////////////////// |
| 3403 |
no outgoing calls
no test coverage detected