Searched refs:mBackendTexture (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | AutoBackendTextureRelease.cpp | 39 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 D | AutoBackendTextureRelease.h | 40 const GrBackendTexture& getTexture() const { return mBackendTexture; } in getTexture() 61 GrBackendTexture mBackendTexture; variable
|