Searched refs:unmap (Results 1 - 4 of 4) 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();
H A DPixelBuffer.h37 * a texture, you must first unmap the buffer. To do so, call the
38 * unmap() method.
87 * access mode can only be changed by calling unmap() first.
110 * an unmap() if necessary.
117 * an unmap() if necessary.
205 virtual void unmap() = 0;
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl.h103 // Called to unmap a GraphicBuffer
118 AwUnmapFunction* unmap; member in struct:AwDrawGLFunctionTable
H A Dgraphics_utils.cpp102 function_table.unmap = &GraphicBufferImpl::UnmapStatic;

Completed in 470 milliseconds