Searched refs:mDestroyEngineInstance (Results 1 – 2 of 2) sorted by relevance
111 mDestroyEngineInstance = (void (*)(EngineInterface*))dlsym( in init()113 if (mCreateEngineInstance == nullptr || mDestroyEngineInstance == nullptr) { in init()124 if (mCreateEngineInstance == nullptr || mDestroyEngineInstance == nullptr) { in createEngine()128 [lib = shared_from_this(), destroy = mDestroyEngineInstance] (EngineInterface* e) { in createEngine()140 mDestroyEngineInstance = nullptr; in close()
57 void (*mDestroyEngineInstance)(EngineInterface*) = nullptr; variable