Searched refs:mDestroyEngineInstance (Results 1 – 2 of 2) sorted by relevance
46 mDestroyEngineInstance = (void (*)(EngineInterface*))dlsym( in init()48 if (mCreateEngineInstance == nullptr || mDestroyEngineInstance == nullptr) { in init()59 if (mCreateEngineInstance == nullptr || mDestroyEngineInstance == nullptr) { in createEngine()63 [lib = shared_from_this(), destroy = mDestroyEngineInstance] (EngineInterface* e) { in createEngine()75 mDestroyEngineInstance = nullptr; in close()
48 void (*mDestroyEngineInstance)(EngineInterface*) = nullptr; variable