| 748 | //------------------------------------------------------------------------------ |
| 749 | |
| 750 | GFXTextureTarget * GFXGLDevice::allocRenderToTextureTarget() |
| 751 | { |
| 752 | GFXGLTextureTarget *targ = new GFXGLTextureTarget(); |
| 753 | targ->registerResourceWithDevice(this); |
| 754 | return targ; |
| 755 | } |
| 756 | |
| 757 | GFXFence * GFXGLDevice::createFence() |
| 758 | { |
no test coverage detected