Searched refs:mTextureRelease (Results 1 – 2 of 2) sorted by relevance
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()[all …]
130 AutoBackendTextureRelease* mTextureRelease = nullptr; variable