/vbox/include/VBox/ |
H A D | VBoxGL2D.h | 61 #ifndef APIENTRY 62 # define APIENTRY macro 65 typedef GLvoid (APIENTRY *PFNVBOXVHWA_ACTIVE_TEXTURE) (GLenum texture); 66 typedef GLvoid (APIENTRY *PFNVBOXVHWA_MULTI_TEX_COORD2I) (GLenum texture, GLint v0, GLint v1); 67 typedef GLvoid (APIENTRY *PFNVBOXVHWA_MULTI_TEX_COORD2F) (GLenum texture, GLfloat v0, GLfloat v1); 68 typedef GLvoid (APIENTRY *PFNVBOXVHWA_MULTI_TEX_COORD2D) (GLenum texture, GLdouble v0, GLdouble v1); 78 typedef GLuint (APIENTRY *PFNVBOXVHWA_CREATE_SHADER) (GLenum type); 79 typedef GLvoid (APIENTRY *PFNVBOXVHWA_SHADER_SOURCE) (GLuint shader, GLsizei count, const GLchar **string, const GLint *length); 80 typedef GLvoid (APIENTRY *PFNVBOXVHWA_COMPILE_SHADER) (GLuint shader); 81 typedef GLvoid (APIENTRY *PFNVBOXVHWA_DELETE_SHADE [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | windef.h | 178 #define APIENTRY WINAPI macro
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | chromium.h | 96 #ifndef APIENTRY 97 #define APIENTRY macro 463 extern void APIENTRY glGenQueries(GLsizei n, GLuint *ids); 464 extern void APIENTRY glDeleteQueries(GLsizei n, const GLuint *ids); 465 extern GLboolean APIENTRY glIsQuery(GLuint id); 466 extern void APIENTRY glBeginQuery(GLenum target, GLuint id); 467 extern void APIENTRY glEndQuery(GLenum target); 468 extern void APIENTRY glGetQueryiv(GLenum target, GLenum pname, GLint *params); 469 extern void APIENTRY glGetQueryObjectiv(GLuint id, GLenum pname, GLint *params); 470 extern void APIENTRY glGetQueryObjectui [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | windef.h | 178 #define APIENTRY WINAPI macro
|
/vbox/include/VBox/HostServices/ |
H A D | wglext.h | 31 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 36 #ifndef APIENTRY 37 #define APIENTRY macro 40 #define APIENTRYP APIENTRY *
|
H A D | glxext.h | 31 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 36 #ifndef APIENTRY 37 #define APIENTRY macro 40 #define APIENTRYP APIENTRY *
|
H A D | glext.h | 31 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 36 #ifndef APIENTRY 37 #define APIENTRY macro 40 #define APIENTRYP APIENTRY * 3463 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf); 3464 GLAPI void APIENTRY glBlendEquation (GLenum); 3465 GLAPI void APIENTRY glDrawRangeElements (GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *); 3466 GLAPI void APIENTRY glColorTable (GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); 3467 GLAPI void APIENTRY glColorTableParameterfv (GLenum, GLenum, const GLfloat *); 3468 GLAPI void APIENTRY glColorTableParameteri [all...] |
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glxext.h | 40 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 45 #ifndef APIENTRY 46 #define APIENTRY macro 49 #define APIENTRYP APIENTRY *
|
H A D | wglext.h | 40 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 45 #ifndef APIENTRY 46 #define APIENTRY macro 49 #define APIENTRYP APIENTRY *
|
H A D | glext.h | 44 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 49 #ifndef APIENTRY 50 #define APIENTRY macro 53 #define APIENTRYP APIENTRY * 6273 typedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam); 6277 typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam); 6281 typedef void (APIENTRY *GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam); 6296 GLAPI void APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 6297 GLAPI void APIENTRY glBlendEquation (GLenum mode); 6298 GLAPI void APIENTRY glDrawRangeElement [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | wglext.h | 33 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 38 #ifndef APIENTRY 39 #define APIENTRY macro 42 #define APIENTRYP APIENTRY *
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | glxext.h | 33 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 38 #ifndef APIENTRY 39 #define APIENTRY macro 42 #define APIENTRYP APIENTRY *
|
H A D | wglext.h | 33 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 38 #ifndef APIENTRY 39 #define APIENTRY macro 42 #define APIENTRYP APIENTRY *
|
H A D | gl.h | 80 * WINDOWS: Include windows.h here to define APIENTRY. 87 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) 106 #ifndef APIENTRY 107 #define APIENTRY GLAPIENTRY macro 112 #define APIENTRYP APIENTRY * 2156 GLAPI void APIENTRY glFramebufferTextureLayerEXT(GLenum target, 2200 GLAPI void APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image); 2201 GLAPI void APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
|
H A D | glext.h | 37 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 42 #ifndef APIENTRY 43 #define APIENTRY macro 46 #define APIENTRYP APIENTRY * 5408 typedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam); 5412 typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam); 5422 GLAPI void APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 5423 GLAPI void APIENTRY glBlendEquation (GLenum mode); 5424 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices); 5425 GLAPI void APIENTRY glTexImage3 [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | wglext.h | 33 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 38 #ifndef APIENTRY 39 #define APIENTRY macro 42 #define APIENTRYP APIENTRY *
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | glxext.h | 31 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 36 #ifndef APIENTRY 37 #define APIENTRY macro 40 #define APIENTRYP APIENTRY *
|
H A D | gl.h | 75 * WINDOWS: Include windows.h here to define APIENTRY. 82 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) 104 #ifndef APIENTRY 105 #define APIENTRY GLAPIENTRY macro 110 #define APIENTRYP APIENTRY * 2221 GLAPI void APIENTRY glFramebufferTextureLayerEXT(GLenum target,
|
H A D | glext.h | 31 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 36 #ifndef APIENTRY 37 #define APIENTRY macro 40 #define APIENTRYP APIENTRY * 3780 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf); 3781 GLAPI void APIENTRY glBlendEquation (GLenum); 3782 GLAPI void APIENTRY glDrawRangeElements (GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *); 3783 GLAPI void APIENTRY glColorTable (GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); 3784 GLAPI void APIENTRY glColorTableParameterfv (GLenum, GLenum, const GLfloat *); 3785 GLAPI void APIENTRY glColorTableParameteri [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/GL/ |
H A D | glext.h | 31 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) 36 #ifndef APIENTRY 37 #define APIENTRY macro 40 #define APIENTRYP APIENTRY * 3792 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf); 3793 GLAPI void APIENTRY glBlendEquation (GLenum); 3794 GLAPI void APIENTRY glDrawRangeElements (GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *); 3795 GLAPI void APIENTRY glColorTable (GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); 3796 GLAPI void APIENTRY glColorTableParameterfv (GLenum, GLenum, const GLfloat *); 3797 GLAPI void APIENTRY glColorTableParameteri [all...] |