Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrAHardwareBufferImageGenerator.cpp94 class AutoAHBRelease { in makeView() class
96 AutoAHBRelease(AHardwareBuffer* ahb) : fAhb(ahb) {} in makeView() function in GrAHardwareBufferImageGenerator::makeView::AutoAHBRelease
98 AutoAHBRelease(const AutoAHBRelease&) { SkASSERT(0); } in makeView() function in GrAHardwareBufferImageGenerator::makeView::AutoAHBRelease
99 AutoAHBRelease(AutoAHBRelease&& that) : fAhb(that.fAhb) { that.fAhb = nullptr; } in makeView() function in GrAHardwareBufferImageGenerator::makeView::AutoAHBRelease