Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/webview/plat_support/
H A Dgraphic_buffer_impl.cpp48 void GraphicBufferImpl::Release(long buffer_id) { in Release()
54 int GraphicBufferImpl::MapStatic(long buffer_id, AwMapMode mode, void** vaddr) { in MapStatic()
60 int GraphicBufferImpl::UnmapStatic(long buffer_id) { in UnmapStatic()
66 void* GraphicBufferImpl::GetNativeBufferStatic(long buffer_id) { in GetNativeBufferStatic()
72 uint32_t GraphicBufferImpl::GetStrideStatic(long buffer_id) { in GetStrideStatic()
H A Ddraw_gl.h104 typedef void AwReleaseGraphicBufferFunction(long buffer_id); typedef
108 typedef int AwUnmapFunction(long buffer_id); typedef
110 typedef void* AwGetNativeBufferFunction(long buffer_id); typedef
112 typedef unsigned int AwGetStrideFunction(long buffer_id); typedef