/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_lwjgl_opengl_ARBOcclusionQuery */ #ifndef _Included_org_lwjgl_opengl_ARBOcclusionQuery #define _Included_org_lwjgl_opengl_ARBOcclusionQuery #ifdef __cplusplus extern "C" { #endif #undef org_lwjgl_opengl_ARBOcclusionQuery_GL_SAMPLES_PASSED_ARB #define org_lwjgl_opengl_ARBOcclusionQuery_GL_SAMPLES_PASSED_ARB 35092L #undef org_lwjgl_opengl_ARBOcclusionQuery_GL_QUERY_COUNTER_BITS_ARB #define org_lwjgl_opengl_ARBOcclusionQuery_GL_QUERY_COUNTER_BITS_ARB 34916L #undef org_lwjgl_opengl_ARBOcclusionQuery_GL_CURRENT_QUERY_ARB #define org_lwjgl_opengl_ARBOcclusionQuery_GL_CURRENT_QUERY_ARB 34917L #undef org_lwjgl_opengl_ARBOcclusionQuery_GL_QUERY_RESULT_ARB #define org_lwjgl_opengl_ARBOcclusionQuery_GL_QUERY_RESULT_ARB 34918L #undef org_lwjgl_opengl_ARBOcclusionQuery_GL_QUERY_RESULT_AVAILABLE_ARB #define org_lwjgl_opengl_ARBOcclusionQuery_GL_QUERY_RESULT_AVAILABLE_ARB 34919L /* * Class: org_lwjgl_opengl_ARBOcclusionQuery * Method: nglGenQueriesARB * Signature: (ILjava/nio/IntBuffer;I)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglGenQueriesARB (JNIEnv *, jclass, jint, jobject, jint); /* * Class: org_lwjgl_opengl_ARBOcclusionQuery * Method: nglDeleteQueriesARB * Signature: (ILjava/nio/IntBuffer;I)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglDeleteQueriesARB (JNIEnv *, jclass, jint, jobject, jint); /* * Class: org_lwjgl_opengl_ARBOcclusionQuery * Method: glIsQueryARB * Signature: (I)Z */ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_glIsQueryARB (JNIEnv *, jclass, jint); /* * Class: org_lwjgl_opengl_ARBOcclusionQuery * Method: glBeginQueryARB * Signature: (II)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_glBeginQueryARB (JNIEnv *, jclass, jint, jint); /* * Class: org_lwjgl_opengl_ARBOcclusionQuery * Method: glEndQueryARB * Signature: (I)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_glEndQueryARB (JNIEnv *, jclass, jint); /* * Class: org_lwjgl_opengl_ARBOcclusionQuery * Method: nglGetQueryivARB * Signature: (IILjava/nio/IntBuffer;I)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglGetQueryivARB (JNIEnv *, jclass, jint, jint, jobject, jint); /* * Class: org_lwjgl_opengl_ARBOcclusionQuery * Method: nglGetQueryObjectivARB * Signature: (IILjava/nio/IntBuffer;I)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglGetQueryObjectivARB (JNIEnv *, jclass, jint, jint, jobject, jint); /* * Class: org_lwjgl_opengl_ARBOcclusionQuery * Method: nglGetQueryObjectuivARB * Signature: (IILjava/nio/IntBuffer;I)V */ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglGetQueryObjectuivARB (JNIEnv *, jclass, jint, jint, jobject, jint); #ifdef __cplusplus } #endif #endif