Searched refs:mBoundStream (Results 1 – 2 of 2) sorted by relevance
652 mBoundStream(nullptr) in Texture()667 if (mBoundStream) in onDestroy()669 mBoundStream->releaseTextures(); in onDestroy()670 mBoundStream = nullptr; in onDestroy()995 return mBoundStream; in getBoundStream()1562 ASSERT(mBoundStream == nullptr); in bindStream()1564 mBoundStream = stream; in bindStream()1571 ASSERT(mBoundStream); in releaseStream()1572 mBoundStream = nullptr; in releaseStream()1578 ASSERT(mBoundStream != nullptr); in acquireImageFromStream()[all …]
619 egl::Stream *mBoundStream; variable