Searched refs:mBoundStream (Results 1 – 2 of 2) sorted by relevance
777 mBoundStream(nullptr), in Texture()799 if (mBoundStream) in onDestroy()801 mBoundStream->releaseTextures(); in onDestroy()802 mBoundStream = nullptr; in onDestroy()1197 return mBoundStream; in getBoundStream()1859 ASSERT(mBoundStream == nullptr); in bindStream()1861 mBoundStream = stream; in bindStream()1868 ASSERT(mBoundStream); in releaseStream()1869 mBoundStream = nullptr; in releaseStream()1875 ASSERT(mBoundStream != nullptr); in acquireImageFromStream()[all …]
722 egl::Stream *mBoundStream; variable