Searched refs:GLAPIENTRY (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLFuncs.h48 typedef void (GLAPIENTRY *glAlphaFuncType)(GLenum func, GLclampf ref);
49 typedef GLboolean (GLAPIENTRY *glAreTexturesResidentType)(GLsizei n, const GLuint *textures, GLboolean *residences);
50 typedef void (GLAPIENTRY *glBeginType)(GLenum mode);
51 typedef void (GLAPIENTRY *glBindTextureType)(GLenum target, GLuint texture);
52 typedef void (GLAPIENTRY *glBitmapType)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
53 typedef void (GLAPIENTRY *glBlendFuncType)(GLenum sfactor, GLenum dfactor);
54 typedef void (GLAPIENTRY *glClearType)(GLbitfield mask);
55 typedef void (GLAPIENTRY *glClearColorType)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
56 typedef void (GLAPIENTRY *glClearDepthType)(GLclampd depth);
57 typedef void (GLAPIENTRY *glColor3ubTyp
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DOGLFuncs_md.h37 typedef HGLRC (GLAPIENTRY *wglCreateContextType)(HDC hdc);
38 typedef BOOL (GLAPIENTRY *wglDeleteContextType)(HGLRC hglrc);
39 typedef BOOL (GLAPIENTRY *wglMakeCurrentType)(HDC hdc, HGLRC hglrc);
40 typedef HGLRC (GLAPIENTRY *wglGetCurrentContextType)();
41 typedef HDC (GLAPIENTRY *wglGetCurrentDCType)();
42 typedef PROC (GLAPIENTRY *wglGetProcAddressType)(LPCSTR procName);
43 typedef BOOL (GLAPIENTRY *wglShareListsType)(HGLRC hglrc1, HGLRC hglrc2);
48 typedef BOOL (GLAPIENTRY *wglChoosePixelFormatARBType)(HDC hdc, const int *pAttribIList, const FLOAT *pAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
49 typedef BOOL (GLAPIENTRY *wglGetPixelFormatAttribivARBType)(HDC, int, int, UINT, const int *, int *);
50 typedef HPBUFFERARB (GLAPIENTRY *wglCreatePbufferARBTyp
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h88 # define GLAPIENTRY __stdcall macro
92 # define GLAPIENTRY macro
121 #define APIENTRY GLAPIENTRY
780 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
782 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
784 GLAPI void GLAPIENTRY glClear( GLbitfield mask );
786 GLAPI void GLAPIENTRY glIndexMask( GLuint mask );
788 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
790 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref );
792 GLAPI void GLAPIENTRY glBlendFun
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DOGLFuncs_md.h40 typedef void (GLAPIENTRY *glXDestroyContextType)(Display *dpy, GLXContext ctx);
41 typedef GLXContext (GLAPIENTRY *glXGetCurrentContextType)(void);
42 typedef GLXDrawable (GLAPIENTRY *glXGetCurrentDrawableType)(void);
43 typedef Bool (GLAPIENTRY *glXIsDirectType)(Display *dpy, GLXContext ctx);
44 typedef Bool (GLAPIENTRY *glXQueryExtensionType)(Display *dpy, int *errorBase, int *eventBase);
45 typedef Bool (GLAPIENTRY *glXQueryVersionType)(Display *dpy, int *major, int *minor);
46 typedef void (GLAPIENTRY *glXSwapBuffersType)(Display *dpy, GLXDrawable drawable);
47 typedef const char * (GLAPIENTRY *glXGetClientStringType)(Display *dpy, int name);
48 typedef const char * (GLAPIENTRY *glXQueryServerStringType)(Display *dpy, int screen, int name);
49 typedef const char * (GLAPIENTRY *glXQueryExtensionsStringTyp
[all...]

Completed in 202 milliseconds