Searched defs:AutoAHBRelease (Results 1 – 1 of 1) sorted by relevance
131 class AutoAHBRelease { in makeProxy() class133 AutoAHBRelease(AHardwareBuffer* ahb) : fAhb(ahb) {} in makeProxy() function in GrAHardwareBufferImageGenerator::makeProxy::AutoAHBRelease135 AutoAHBRelease(const AutoAHBRelease&) { SkASSERT(0); } in makeProxy() function in GrAHardwareBufferImageGenerator::makeProxy::AutoAHBRelease136 AutoAHBRelease(AutoAHBRelease&& that) : fAhb(that.fAhb) { that.fAhb = nullptr; } in makeProxy() function in GrAHardwareBufferImageGenerator::makeProxy::AutoAHBRelease