Lines Matching refs:LoadModule
75 static Inlist<LoadModule> _activeLoaders;
78 static LoadModule* _find(FileType type) in _find()
178 static LoadModule* _findByPath(const string& path) in _findByPath()
211 static LoadModule* _findByType(const string& mimeType) in _findByType()
217 static LoadModule* _findFromCache(const string& path) in _findFromCache()
234 static LoadModule* _findFromCache(const char* data, uint32_t size, const string& mimeType) in _findFromCache()
282 bool LoaderMgr::retrieve(LoadModule* loader) in retrieve()
296 LoadModule* LoaderMgr::loader(const string& path, bool* invalid) in loader()
351 LoadModule* LoaderMgr::loader(const char* key) in loader()
366 LoadModule* LoaderMgr::loader(const char* data, uint32_t size, const string& mimeType, bool copy) in loader()
417 LoadModule* LoaderMgr::loader(const uint32_t *data, uint32_t w, uint32_t h, bool copy) in loader()
442 LoadModule* LoaderMgr::loader(const char* name, const char* data, uint32_t size, TVG_UNUSED const s… in loader()