Searched defs:VBOX_OGL_NAME_PREFIX (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/HostServices/
H A DVBoxOGLOp.h36 #define VBOX_OGL_NAME_PREFIX(Function) gl##Function macro
376 void APIENTRY VBOX_OGL_NAME_PREFIX(Function) (void) \
382 void APIENTRY VBOX_OGL_NAME_PREFIX(Function) (Type a) \
388 void APIENTRY VBOX_OGL_NAME_PREFIX(Function) (Type a) \
392 void APIENTRY VBOX_OGL_NAME_PREFIX(Function)##v (const Type *v) \
398 void APIENTRY VBOX_OGL_NAME_PREFIX(Function) (Type a, Type b) \
404 void APIENTRY VBOX_OGL_NAME_PREFIX(Function) (Type a, Type b) \
408 void APIENTRY VBOX_OGL_NAME_PREFIX(Function)##v (const Type *v) \
414 void APIENTRY VBOX_OGL_NAME_PREFIX(Function) (Type a, Type b, Type c) \
420 void APIENTRY VBOX_OGL_NAME_PREFIX(Functio
528 #define VBOX_OGL_NAME_PREFIX macro
[all...]

Completed in 67 milliseconds