Searched refs:OSMesaContext (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dosmesa.h36 * OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer
38 * OSMesaDestroyContext - destroy an OSMesaContext
101 typedef struct osmesa_context *OSMesaContext; typedef in typeref:struct:osmesa_context
115 * sharelist - specifies another OSMesaContext with which to share
117 * Return: an OSMesaContext or 0 if error
119 GLAPI OSMesaContext GLAPIENTRY
120 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
132 GLAPI OSMesaContext GLAPIENTRY
134 GLint accumBits, OSMesaContext sharelist);
143 OSMesaDestroyContext( OSMesaContext ct
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dosmesa.h36 * OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer
38 * OSMesaDestroyContext - destroy an OSMesaContext
101 typedef struct osmesa_context *OSMesaContext; typedef in typeref:struct:osmesa_context
115 * sharelist - specifies another OSMesaContext with which to share
117 * Return: an OSMesaContext or 0 if error
119 GLAPI OSMesaContext GLAPIENTRY
120 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
132 GLAPI OSMesaContext GLAPIENTRY
134 GLint accumBits, OSMesaContext sharelist);
143 OSMesaDestroyContext( OSMesaContext ct
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h303 OSMesaContext (*OSMesaCreateContext)( GLenum format, OSMesaContext sharelist );
304 GLboolean (* OSMesaMakeCurrent)( OSMesaContext ctx,
309 void (*OSMesaDestroyContext)( OSMesaContext ctx );
H A Drenderspu_glx.c1407 render_spu.OSMesaDestroyContext( (OSMesaContext) context->context );
1456 render_spu.OSMesaMakeCurrent( (OSMesaContext) context->context,
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h473 crLoadOSMesa( OSMesaContext (**createContext)( GLenum format, OSMesaContext sharelist ),
474 GLboolean (**makeCurrent)( OSMesaContext ctx, GLubyte *buffer,
476 void (**destroyContext)( OSMesaContext ctx ));

Completed in 53 milliseconds