---------------------------------------------------------------------- | OpenMAXILTextureLoader::OpenMAXILTextureLoader +---------------------------------------------------------------------*/
| 77 | | OpenMAXILTextureLoader::OpenMAXILTextureLoader |
| 78 | +---------------------------------------------------------------------*/ |
| 79 | OpenMAXILTextureLoader::OpenMAXILTextureLoader() : |
| 80 | eglBuffer(NULL) |
| 81 | { |
| 82 | Q_ASSERT(mInstance == 0); |
| 83 | mInstance = this; |
| 84 | } |
| 85 | |
| 86 | /*------------------------------------------------------------------------------ |
| 87 | | OpenMAXILTextureLoader::loadTextureFromImage |
nothing calls this directly
no outgoing calls
no test coverage detected