Home
last modified time | relevance | path

Searched defs:AutoAHBRelease (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrAHardwareBufferImageGenerator.cpp131 class AutoAHBRelease { in makeProxy() class
133 AutoAHBRelease(AHardwareBuffer* ahb) : fAhb(ahb) {} in makeProxy() function in GrAHardwareBufferImageGenerator::makeProxy::AutoAHBRelease
135 AutoAHBRelease(const AutoAHBRelease&) { SkASSERT(0); } in makeProxy() function in GrAHardwareBufferImageGenerator::makeProxy::AutoAHBRelease
136 AutoAHBRelease(AutoAHBRelease&& that) : fAhb(that.fAhb) { that.fAhb = nullptr; } in makeProxy() function in GrAHardwareBufferImageGenerator::makeProxy::AutoAHBRelease