Lines Matching refs:mTextureRelease
231 if (!mTextureRelease || !mTextureRelease->getImage().get() || dataspace != mDataspace || in createIfNeeded()
241 if (!mTextureRelease) { in createIfNeeded()
242 mTextureRelease = new AutoBackendTextureRelease(context, buffer); in createIfNeeded()
244 mTextureRelease->newBufferContent(context); in createIfNeeded()
249 mTextureRelease->makeImage(buffer, dataspace, context); in createIfNeeded()
251 return mTextureRelease ? mTextureRelease->getImage() : nullptr; in createIfNeeded()
255 if (mTextureRelease) { in clear()
260 mTextureRelease->unref(true); in clear()
261 mTextureRelease = nullptr; in clear()
269 if (mTextureRelease) { in releaseQueueOwnership()
270 mTextureRelease->releaseQueueOwnership(context); in releaseQueueOwnership()