| 124 | } |
| 125 | |
| 126 | bool OpenGL::lock(uint32_t *&data, unsigned &pitch) { |
| 127 | pitch = iwidth * ibpp; |
| 128 | return (data = buffer); |
| 129 | } |
| 130 | |
| 131 | void OpenGL::clear() { |
| 132 | //memset(buffer, 0, iwidth * iheight * ibpp); |
no outgoing calls
no test coverage detected