1bf215546Sopenharmony_ci{
2bf215546Sopenharmony_ci	global:
3bf215546Sopenharmony_ci		OSMesaColorClamp;
4bf215546Sopenharmony_ci		OSMesaCreateContext;
5bf215546Sopenharmony_ci		OSMesaCreateContextAttribs;
6bf215546Sopenharmony_ci		OSMesaCreateContextExt;
7bf215546Sopenharmony_ci		OSMesaDestroyContext;
8bf215546Sopenharmony_ci		OSMesaGetColorBuffer;
9bf215546Sopenharmony_ci		OSMesaGetCurrentContext;
10bf215546Sopenharmony_ci		OSMesaGetDepthBuffer;
11bf215546Sopenharmony_ci		OSMesaGetIntegerv;
12bf215546Sopenharmony_ci		OSMesaGetProcAddress;
13bf215546Sopenharmony_ci		OSMesaMakeCurrent;
14bf215546Sopenharmony_ci		OSMesaPixelStore;
15bf215546Sopenharmony_ci		OSMesaPostprocess;
16bf215546Sopenharmony_ci		gl*;
17bf215546Sopenharmony_ci		mgl*;
18bf215546Sopenharmony_ci	local:
19bf215546Sopenharmony_ci		*;
20bf215546Sopenharmony_ci};
21