Searched refs:mTextureRelease (Results 1 – 2 of 2) sorted by relevance
193 if (!mTextureRelease || !mTextureRelease->getImage().get() || dataspace != mDataspace || in createIfNeeded()203 if (!mTextureRelease) { in createIfNeeded()204 mTextureRelease = new AutoBackendTextureRelease(context, buffer); in createIfNeeded()206 mTextureRelease->newBufferContent(context); in createIfNeeded()211 mTextureRelease->makeImage(buffer, dataspace, context); in createIfNeeded()213 return mTextureRelease ? mTextureRelease->getImage() : nullptr; in createIfNeeded()217 if (mTextureRelease) { in clear()219 mTextureRelease->unref(true); in clear()220 mTextureRelease = nullptr; in clear()
123 AutoBackendTextureRelease* mTextureRelease = nullptr; variable