1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_java2d_opengl_OGLContext_OGLContextCaps */ |
4 | |
5 | #ifndef _Included_sun_java2d_opengl_OGLContext_OGLContextCaps |
6 | #define _Included_sun_java2d_opengl_OGLContext_OGLContextCaps |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EMPTY |
11 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EMPTY 0L |
12 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_RT_PLAIN_ALPHA |
13 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_RT_PLAIN_ALPHA 2L |
14 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_RT_TEXTURE_ALPHA |
15 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_RT_TEXTURE_ALPHA 4L |
16 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_RT_TEXTURE_OPAQUE |
17 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_RT_TEXTURE_OPAQUE 8L |
18 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_MULTITEXTURE |
19 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_MULTITEXTURE 16L |
20 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_TEXNONPOW2 |
21 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_TEXNONPOW2 32L |
22 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_TEXNONSQUARE |
23 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_TEXNONSQUARE 64L |
24 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_PS20 |
25 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_PS20 128L |
26 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_PS30 |
27 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_PS30 256L |
28 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_FIRST_PRIVATE_CAP |
29 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_FIRST_PRIVATE_CAP 65536L |
30 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_FBOBJECT |
31 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_FBOBJECT 12L |
32 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_DOUBLEBUFFERED |
33 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_DOUBLEBUFFERED 65536L |
34 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_LCD_SHADER |
35 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_LCD_SHADER 131072L |
36 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_BIOP_SHADER |
37 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_BIOP_SHADER 262144L |
38 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_GRAD_SHADER |
39 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_GRAD_SHADER 524288L |
40 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_TEXRECT |
41 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_TEXRECT 1048576L |
42 | #undef sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_TEXBARRIER |
43 | #define sun_java2d_opengl_OGLContext_OGLContextCaps_CAPS_EXT_TEXBARRIER 2097152L |
44 | #ifdef __cplusplus |
45 | } |
46 | #endif |
47 | #endif |
48 | |