Searched defs:buffer_id (Results 1 – 2 of 2) sorted by relevance
48 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()
104 typedef void AwReleaseGraphicBufferFunction(long buffer_id); typedef108 typedef int AwUnmapFunction(long buffer_id); typedef110 typedef void* AwGetNativeBufferFunction(long buffer_id); typedef112 typedef unsigned int AwGetStrideFunction(long buffer_id); typedef