MCPcopy Create free account
hub / github.com/carlonluca/pot / OpenMAXILTextureLoader

Method OpenMAXILTextureLoader

piomxtextures_src/openmaxiltextureloader.cpp:79–84  ·  view source on GitHub ↗

---------------------------------------------------------------------- | OpenMAXILTextureLoader::OpenMAXILTextureLoader +---------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

77| OpenMAXILTextureLoader::OpenMAXILTextureLoader
78+---------------------------------------------------------------------*/
79OpenMAXILTextureLoader::OpenMAXILTextureLoader() :
80 eglBuffer(NULL)
81{
82 Q_ASSERT(mInstance == 0);
83 mInstance = this;
84}
85
86/*------------------------------------------------------------------------------
87| OpenMAXILTextureLoader::loadTextureFromImage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected