| 211 | } |
| 212 | |
| 213 | int msGetRasterBufferHandleOgl(imageObj *img, rasterBufferObj * rb) |
| 214 | { |
| 215 | getOglRenderer(img)->readRasterBuffer(rb); |
| 216 | return MS_SUCCESS; |
| 217 | } |
| 218 | |
| 219 | int msInitializeRasterBufferOgl(rasterBufferObj *rb, int width, int height, int mode) |
| 220 | { |
nothing calls this directly
no test coverage detected