Home
last modified time | relevance | path

Searched refs:mBackendTexture (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DAutoBackendTextureRelease.cpp39 mBackendTexture = GrAHardwareBufferUtils::MakeBackendTexture( in AutoBackendTextureRelease()
42 LOG_ALWAYS_FATAL_IF(!mBackendTexture.isValid(), in AutoBackendTextureRelease()
63 if (mBackendTexture.isValid()) { in unref()
65 mBackendTexture = {}; in unref()
90 context, mBackendTexture, kTopLeft_GrSurfaceOrigin, colorType, kPremul_SkAlphaType, in makeImage()
95 if (mBackendTexture.isValid()) { in newBufferContent()
106 if (mBackendTexture.isValid()) { in releaseQueueOwnership()
118 context->setBackendTextureState(mBackendTexture, newState, nullptr, releaseProc, this); in releaseQueueOwnership()
H A DAutoBackendTextureRelease.h40 const GrBackendTexture& getTexture() const { return mBackendTexture; } in getTexture()
61 GrBackendTexture mBackendTexture; variable