Searched defs:unmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp45 void unmap() override;
63 void CpuPixelBuffer::unmap() { function in class:android::uirenderer::CpuPixelBuffer
92 void unmap() override;
131 void GpuPixelBuffer::unmap() { function in class:android::uirenderer::GpuPixelBuffer
150 // If the buffer is not mapped, unmap() will not bind it
152 unmap();
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl.h103 // Called to unmap a GraphicBuffer
118 AwUnmapFunction* unmap; member in struct:AwDrawGLFunctionTable

Completed in 153 milliseconds