Searched refs:textureLoaderWPtr (Results 1 – 2 of 2) sorted by relevance
382 const ITextureLoaderWPtr& textureLoaderWPtr, in onLoad() argument384 const ITextureLoaderPtr textureLoader = textureLoaderWPtr.lock(); in onLoad()395 [this, creator, textureLoaderWPtr](android::base::Stream* stream) { in onLoad()403 this, [globalName, textureLoaderWPtr]( in onLoad()405 auto textureLoader = textureLoaderWPtr.lock(); in onLoad()420 textureLoaderWPtr, *m_eglIface, *m_glesIface, m_textureMap); in onLoad()
149 const android::snapshot::ITextureLoaderWPtr& textureLoaderWPtr,