Searched refs:CR_GLXFuncPtr (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.h63 extern CR_GLXFuncPtr VBOXGLXENTRYTAG(glXGetProcAddress)(const GLubyte *name) ;
79 extern CR_GLXFuncPtr VBOXGLXENTRYTAG(glXGetProcAddressARB)(const GLubyte *name) ;
H A Dglx_proto.h47 typedef CR_GLXFuncPtr (*PGLXFUNC_GetProcAddress)(const GLubyte *name);
63 typedef CR_GLXFuncPtr (*PGLXFUNC_GetProcAddressARB)(const GLubyte *name);
H A Ddri_glx.h62 extern DECLEXPORT(CR_GLXFuncPtr) VBOXGLXTAG(glXGetProcAddress)(const GLubyte *name);
78 extern DECLEXPORT(CR_GLXFuncPtr) VBOXGLXTAG(glXGetProcAddressARB)(const GLubyte *name);
H A Dglx_c_exports.c104 DECLEXPORT(CR_GLXFuncPtr) VBOXGLXENTRYTAG(glXGetProcAddress)(const GLubyte *name)
185 DECLEXPORT(CR_GLXFuncPtr) VBOXGLXENTRYTAG(glXGetProcAddressARB)(const GLubyte *name)
H A Dglx.c1313 DECLEXPORT(CR_GLXFuncPtr) VBOXGLXTAG(glXGetProcAddressARB)( const GLubyte *name )
1315 return (CR_GLXFuncPtr) crGetProcAddress( (const char *) name );
1318 DECLEXPORT(CR_GLXFuncPtr) VBOXGLXTAG(glXGetProcAddress)( const GLubyte *name )
1320 return (CR_GLXFuncPtr) crGetProcAddress( (const char *) name );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dchromium.h436 typedef void (*CR_GLXFuncPtr)(); typedef
439 CR_GLXFuncPtr glXGetProcAddressARB( const GLubyte *name );
443 CR_GLXFuncPtr glXGetProcAddress( const GLubyte *name );
H A Dcr_spu.h277 typedef CR_GLXFuncPtr (*glXGetProcAddressARBFunc_t)( const GLubyte *name );

Completed in 57 milliseconds