Home
last modified time | relevance | path

Searched refs:UnmapStatic (Results 1 – 3 of 3) sorted by relevance

/frameworks/webview/chromium/plat_support/
Dgraphic_buffer_impl.h36 static int UnmapStatic(long buffer_id);
Dgraphic_buffer_impl.cpp60 int GraphicBufferImpl::UnmapStatic(long buffer_id) { in UnmapStatic() function in android::GraphicBufferImpl
Dgraphics_utils.cpp88 function_table.unmap = &GraphicBufferImpl::UnmapStatic; in GetDrawGLFunctionTable()