Searched refs:GetNativeBufferStatic (Results 1 – 3 of 3) sorted by relevance
37 static void* GetNativeBufferStatic(long buffer_id);
66 void* GraphicBufferImpl::GetNativeBufferStatic(long buffer_id) { in GetNativeBufferStatic() function in android::GraphicBufferImpl
103 function_table.get_native_buffer = &GraphicBufferImpl::GetNativeBufferStatic; in GetDrawGLFunctionTable()