fresh headers

This commit is contained in:
Brian Matzon 2004-02-26 21:54:05 +00:00
parent 3fe2d6cb69
commit 158f55b921
14 changed files with 164 additions and 4392 deletions

View File

@ -10,7 +10,6 @@ extern "C" {
/* Inaccessible static: _00024assertionsDisabled */
/* Inaccessible static: created */
/* Inaccessible static: mode */
/* Inaccessible static: handle */
/* Inaccessible static: closeRequested */
#undef org_lwjgl_Display_PLATFORM_WGL
#define org_lwjgl_Display_PLATFORM_WGL 0L
@ -18,7 +17,7 @@ extern "C" {
#define org_lwjgl_Display_PLATFORM_GLX 1L
#undef org_lwjgl_Display_PLATFORM_AGL
#define org_lwjgl_Display_PLATFORM_AGL 2L
/* Inaccessible static: class_00024org_00024lwjgl_00024Display */
/* Inaccessible static: class_000240 */
/*
* Class: org_lwjgl_Display
* Method: init

View File

@ -59,10 +59,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_Sys_setProcessPriority
/*
* Class: org_lwjgl_Sys
* Method: alert
* Method: nAlert
* Signature: (Ljava/lang/String;Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_Sys_alert
JNIEXPORT void JNICALL Java_org_lwjgl_Sys_nAlert
(JNIEnv *, jclass, jstring, jstring);
/*

View File

@ -40,7 +40,7 @@ extern "C" {
/* Inaccessible static: buttonName */
/* Inaccessible static: buttonMap */
/* Inaccessible static: initialized */
/* Inaccessible static: class_00024org_00024lwjgl_00024input_00024Controller */
/* Inaccessible static: class_000240 */
/*
* Class: org_lwjgl_input_Controller
* Method: nPoll

View File

@ -9,7 +9,7 @@ extern "C" {
#endif
/* Inaccessible static: _00024assertionsDisabled */
/* Inaccessible static: initialized */
/* Inaccessible static: class_00024org_00024lwjgl_00024input_00024Cursor */
/* Inaccessible static: class_000240 */
/*
* Class: org_lwjgl_input_Cursor
* Method: nCreateCursor

View File

@ -273,11 +273,12 @@ extern "C" {
/* Inaccessible static: readBuffer */
/* Inaccessible static: translationEnabled */
/* Inaccessible static: numEvents */
/* Inaccessible static: character */
/* Inaccessible static: key */
/* Inaccessible static: state */
/* Inaccessible static: eventCharacter */
/* Inaccessible static: eventKey */
/* Inaccessible static: eventState */
/* Inaccessible static: initialized */
/* Inaccessible static: class_00024org_00024lwjgl_00024input_00024Keyboard */
/* Inaccessible static: class_000240 */
/* Inaccessible static: class_000241 */
/*
* Class: org_lwjgl_input_Keyboard
* Method: initIDs

View File

@ -16,6 +16,8 @@ extern "C" {
#define org_lwjgl_input_Mouse_CURSOR_ANIMATION 4L
/* Inaccessible static: created */
/* Inaccessible static: buttons */
/* Inaccessible static: x */
/* Inaccessible static: y */
/* Inaccessible static: dx */
/* Inaccessible static: dy */
/* Inaccessible static: dwheel */
@ -26,9 +28,9 @@ extern "C" {
/* Inaccessible static: buttonMap */
/* Inaccessible static: initialized */
/* Inaccessible static: readBuffer */
/* Inaccessible static: button */
/* Inaccessible static: state */
/* Inaccessible static: class_00024org_00024lwjgl_00024input_00024Mouse */
/* Inaccessible static: eventButton */
/* Inaccessible static: eventState */
/* Inaccessible static: class_000240 */
/*
* Class: org_lwjgl_input_Mouse
* Method: nGetNativeCursorCaps

View File

@ -15,8 +15,8 @@ extern "C" {
/* Inaccessible static: contextRefresh */
/* Inaccessible static: contextSynchronized */
/* Inaccessible static: created */
/* Inaccessible static: class_000240 */
/* Inaccessible static: class_000241 */
/* Inaccessible static: class_00024org_00024lwjgl_00024openal_00024AL */
/* Inaccessible static: class_00024java_00024lang_00024String */
/*
* Class: org_lwjgl_openal_AL
* Method: nCreate

View File

@ -126,7 +126,7 @@ extern "C" {
#define org_lwjgl_openal_AL10_AL_INVERSE_DISTANCE 53249L
#undef org_lwjgl_openal_AL10_AL_INVERSE_DISTANCE_CLAMPED
#define org_lwjgl_openal_AL10_AL_INVERSE_DISTANCE_CLAMPED 53250L
/* Inaccessible static: class_000240 */
/* Inaccessible static: class_00024org_00024lwjgl_00024openal_00024AL10 */
/*
* Class: org_lwjgl_openal_AL10
* Method: alEnable

View File

@ -7,7 +7,6 @@
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: _00024assertionsDisabled */
#undef org_lwjgl_opengl_GL11_GL_ACCUM
#define org_lwjgl_opengl_GL11_GL_ACCUM 256L
#undef org_lwjgl_opengl_GL11_GL_LOAD
@ -1072,7 +1071,6 @@ extern "C" {
#define org_lwjgl_opengl_GL11_GL_LOGIC_OP 3057L
#undef org_lwjgl_opengl_GL11_GL_TEXTURE_COMPONENTS
#define org_lwjgl_opengl_GL11_GL_TEXTURE_COMPONENTS 4099L
/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024GL11 */
/*
* Class: org_lwjgl_opengl_GL11
* Method: glAccum

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,132 +1,173 @@
/*
* Copyright (c) 2002 Lightweight Java Game Library Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* * Neither the name of 'Light Weight Java Game Library' nor the names of
* its contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.GL15
// ----------------------------------
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_opengl_GL15 */
#ifndef _Included_org_lwjgl_opengl_GL15
#define _Included_org_lwjgl_opengl_GL15
#ifdef __cplusplus
extern "C" {
#endif
// ----------------------------------------------------------------------
// ---------------------- ARB_vertex_buffer_object ----------------------
// ----------------------------------------------------------------------
/* Inaccessible static: _00024assertionsDisabled */
#undef org_lwjgl_opengl_GL15_GL_ARRAY_BUFFER
#define org_lwjgl_opengl_GL15_GL_ARRAY_BUFFER 34962L
#undef org_lwjgl_opengl_GL15_GL_ELEMENT_ARRAY_BUFFER
#define org_lwjgl_opengl_GL15_GL_ELEMENT_ARRAY_BUFFER 34963L
#undef org_lwjgl_opengl_GL15_GL_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_ARRAY_BUFFER_BINDING 34964L
#undef org_lwjgl_opengl_GL15_GL_ELEMENT_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_ELEMENT_ARRAY_BUFFER_BINDING 34965L
#undef org_lwjgl_opengl_GL15_GL_VERTEX_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_VERTEX_ARRAY_BUFFER_BINDING 34966L
#undef org_lwjgl_opengl_GL15_GL_NORMAL_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_NORMAL_ARRAY_BUFFER_BINDING 34967L
#undef org_lwjgl_opengl_GL15_GL_COLOR_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_COLOR_ARRAY_BUFFER_BINDING 34968L
#undef org_lwjgl_opengl_GL15_GL_INDEX_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_INDEX_ARRAY_BUFFER_BINDING 34969L
#undef org_lwjgl_opengl_GL15_GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING 34970L
#undef org_lwjgl_opengl_GL15_GL_EDGE_FLAG_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_EDGE_FLAG_ARRAY_BUFFER_BINDING 34971L
#undef org_lwjgl_opengl_GL15_GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING 34972L
#undef org_lwjgl_opengl_GL15_GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING 34973L
#undef org_lwjgl_opengl_GL15_GL_WEIGHT_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_WEIGHT_ARRAY_BUFFER_BINDING 34974L
#undef org_lwjgl_opengl_GL15_GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING
#define org_lwjgl_opengl_GL15_GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING 34975L
#undef org_lwjgl_opengl_GL15_GL_STREAM_DRAW
#define org_lwjgl_opengl_GL15_GL_STREAM_DRAW 35040L
#undef org_lwjgl_opengl_GL15_GL_STREAM_READ
#define org_lwjgl_opengl_GL15_GL_STREAM_READ 35041L
#undef org_lwjgl_opengl_GL15_GL_STREAM_COPY
#define org_lwjgl_opengl_GL15_GL_STREAM_COPY 35042L
#undef org_lwjgl_opengl_GL15_GL_STATIC_DRAW
#define org_lwjgl_opengl_GL15_GL_STATIC_DRAW 35044L
#undef org_lwjgl_opengl_GL15_GL_STATIC_READ
#define org_lwjgl_opengl_GL15_GL_STATIC_READ 35045L
#undef org_lwjgl_opengl_GL15_GL_STATIC_COPY
#define org_lwjgl_opengl_GL15_GL_STATIC_COPY 35046L
#undef org_lwjgl_opengl_GL15_GL_DYNAMIC_DRAW
#define org_lwjgl_opengl_GL15_GL_DYNAMIC_DRAW 35048L
#undef org_lwjgl_opengl_GL15_GL_DYNAMIC_READ
#define org_lwjgl_opengl_GL15_GL_DYNAMIC_READ 35049L
#undef org_lwjgl_opengl_GL15_GL_DYNAMIC_COPY
#define org_lwjgl_opengl_GL15_GL_DYNAMIC_COPY 35050L
#undef org_lwjgl_opengl_GL15_GL_READ_ONLY
#define org_lwjgl_opengl_GL15_GL_READ_ONLY 35000L
#undef org_lwjgl_opengl_GL15_GL_WRITE_ONLY
#define org_lwjgl_opengl_GL15_GL_WRITE_ONLY 35001L
#undef org_lwjgl_opengl_GL15_GL_READ_WRITE
#define org_lwjgl_opengl_GL15_GL_READ_WRITE 35002L
#undef org_lwjgl_opengl_GL15_GL_BUFFER_SIZE
#define org_lwjgl_opengl_GL15_GL_BUFFER_SIZE 34660L
#undef org_lwjgl_opengl_GL15_GL_BUFFER_USAGE
#define org_lwjgl_opengl_GL15_GL_BUFFER_USAGE 34661L
#undef org_lwjgl_opengl_GL15_GL_BUFFER_ACCESS
#define org_lwjgl_opengl_GL15_GL_BUFFER_ACCESS 35003L
#undef org_lwjgl_opengl_GL15_GL_BUFFER_MAPPED
#define org_lwjgl_opengl_GL15_GL_BUFFER_MAPPED 35004L
#undef org_lwjgl_opengl_GL15_GL_BUFFER_MAP_POINTER
#define org_lwjgl_opengl_GL15_GL_BUFFER_MAP_POINTER 35005L
#undef org_lwjgl_opengl_GL15_GL_SAMPLES_PASSED
#define org_lwjgl_opengl_GL15_GL_SAMPLES_PASSED 35092L
#undef org_lwjgl_opengl_GL15_GL_QUERY_COUNTER_BITS
#define org_lwjgl_opengl_GL15_GL_QUERY_COUNTER_BITS 34916L
#undef org_lwjgl_opengl_GL15_GL_CURRENT_QUERY
#define org_lwjgl_opengl_GL15_GL_CURRENT_QUERY 34917L
#undef org_lwjgl_opengl_GL15_GL_QUERY_RESULT
#define org_lwjgl_opengl_GL15_GL_QUERY_RESULT 34918L
#undef org_lwjgl_opengl_GL15_GL_QUERY_RESULT_AVAILABLE
#define org_lwjgl_opengl_GL15_GL_QUERY_RESULT_AVAILABLE 34919L
/* Inaccessible static: class_000240 */
/*
* Class: org.lwjgl.opengl.GL15
* Method: nglBindBuffer
* Class: org_lwjgl_opengl_GL15
* Method: nglBindBuffer
* Signature: (II)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL15_nglBindBuffer
(JNIEnv *, jclass, jint, jint);
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: nglDeleteBuffers
* Class: org_lwjgl_opengl_GL15
* Method: nglDeleteBuffers
* Signature: (ILjava/nio/IntBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL15_nglDeleteBuffers
(JNIEnv *, jclass, jint, jobject, jint);
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: nglGenBuffers
* Class: org_lwjgl_opengl_GL15
* Method: nglGenBuffers
* Signature: (ILjava/nio/IntBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL15_nglGenBuffers
(JNIEnv *, jclass, jint, jobject, jint);
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: glIsBuffer
* Class: org_lwjgl_opengl_GL15
* Method: glIsBuffer
* Signature: (I)Z
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_GL15_glIsBuffer
(JNIEnv *, jclass, jint);
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: nglBufferData
* Class: org_lwjgl_opengl_GL15
* Method: nglBufferData
* Signature: (IILjava/nio/Buffer;II)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL15_nglBufferData
(JNIEnv *, jclass, jint, jint, jobject, jint, jint);
(JNIEnv *, jclass, jint, jint, jobject, jint, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: nglBufferSubData
* Class: org_lwjgl_opengl_GL15
* Method: nglBufferSubData
* Signature: (IIILjava/nio/Buffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL15_nglBufferSubData
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: nglGetBufferSubData
* Class: org_lwjgl_opengl_GL15
* Method: nglGetBufferSubData
* Signature: (IIILjava/nio/Buffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL15_nglGetBufferSubData
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: glMapBuffer
* Class: org_lwjgl_opengl_GL15
* Method: glMapBuffer
* Signature: (IIILjava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_GL15_glMapBuffer
(JNIEnv *, jclass, jint, jint, jint, jobject);
(JNIEnv *, jclass, jint, jint, jint, jobject);
/*
* Class: org.lwjgl.opengl.GL15
* Method: glUnmapBuffer
* Class: org_lwjgl_opengl_GL15
* Method: glUnmapBuffer
* Signature: (I)Z
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_GL15_glUnmapBuffer
(JNIEnv *, jclass, jint);
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: nglGetBufferParameteriv
* Class: org_lwjgl_opengl_GL15
* Method: nglGetBufferParameteriv
* Signature: (IILjava/nio/IntBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL15_nglGetBufferParameteriv
(JNIEnv *, jclass, jint, jint, jobject, jint);
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.GL15
* Method: glGetBufferPointer
* Class: org_lwjgl_opengl_GL15
* Method: glGetBufferPointer
* Signature: (III)Ljava/nio/ByteBuffer;
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_GL15_glGetBufferPointer
(JNIEnv *, jclass, jint, jint, jint);
// -----------------------------------------------------------------
// ---------------------- ARB_occlusion_query ----------------------
// -----------------------------------------------------------------
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org_lwjgl_opengl_GL15
@ -195,5 +236,4 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_GL15_nglGetQueryObjectuiv
#ifdef __cplusplus
}
#endif
#endif

View File

@ -8,8 +8,6 @@
extern "C" {
#endif
/* Inaccessible static: currentContext */
/* Inaccessible static: contextMap */
/* Inaccessible static: extensionsMap */
/* Inaccessible static: GL_ARB_imaging */
/* Inaccessible static: GL_ARB_depth_texture */
/* Inaccessible static: GL_ARB_fragment_program */
@ -76,8 +74,6 @@ extern "C" {
/* Inaccessible static: GL_ATI_vertex_attrib_array_object */
/* Inaccessible static: GL_ATI_vertex_streams */
/* Inaccessible static: GL_ATI_separate_stencil */
/* Inaccessible static: GL_ATIX_point_sprites */
/* Inaccessible static: GL_ATIX_texture_env_route */
/* Inaccessible static: GL_NV_blend_square */
/* Inaccessible static: GL_NV_copy_depth_to_color */
/* Inaccessible static: GL_NV_depth_clamp */