Searched refs:unmap (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp40 void unmap();
66 void CpuPixelBuffer::unmap() { function in class:android::uirenderer::CpuPixelBuffer
89 void unmap();
131 void GpuPixelBuffer::unmap() { function in class:android::uirenderer::GpuPixelBuffer
150 // If the buffer is not mapped, unmap() will not bind it
152 unmap();
H A DPixelBuffer.h36 * a texture, you must first unmap the buffer. To do so, call the
37 * unmap() method.
86 * access mode can only be changed by calling unmap() first.
98 virtual void unmap() = 0;
117 * an unmap() if necessary.
124 * an unmap() if necessary.
/frameworks/webview/chromium/plat_support/
H A Dgraphics_utils.cpp98 function_table.unmap = &GraphicBufferImpl::UnmapStatic;

Completed in 189 milliseconds