The BIG LWJGL REFACTORING

This commit is contained in:
Caspian Rychlik-Prince 2004-02-08 20:41:00 +00:00
parent a694e80b40
commit 11b2fc05e3
233 changed files with 2995 additions and 3049 deletions

View File

@ -32,11 +32,11 @@
package org.lwjgl;
import java.util.HashSet;
import java.util.Arrays;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import java.util.Arrays;
import java.util.HashSet;
/**
* $Id$

View File

@ -32,11 +32,11 @@
package org.lwjgl.input;
import org.lwjgl.Sys;
import java.nio.IntBuffer;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import org.lwjgl.Sys;
/**
* $Id$

View File

@ -32,12 +32,12 @@
package org.lwjgl.input;
import java.util.HashMap;
import java.util.Map;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.HashMap;
import java.util.Map;
import org.lwjgl.*;
import org.lwjgl.Sys;
import org.lwjgl.opengl.Window;
/**
@ -235,7 +235,7 @@ public class Mouse {
*/
public static void create() throws Exception {
assert Window.isCreated() : "Window must be created prior to creating mouse";
assert Window.isCreated() : "Window must be created prior to creating mouse";
if (!initialized) {
initialize();

View File

@ -31,9 +31,9 @@
*/
package org.lwjgl.openal;
import java.nio.*;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
/**
* $Id$

View File

@ -32,11 +32,11 @@
package org.lwjgl.openal;
import java.io.File;
import java.util.StringTokenizer;
import java.lang.reflect.Method;
import java.util.StringTokenizer;
import org.lwjgl.Sys;
import org.lwjgl.Display;
import org.lwjgl.Sys;
/**
* $Id$

View File

@ -32,8 +32,8 @@
package org.lwjgl.openal;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
/**
* $Id$
* <br>

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBCubeMap {
public static final int GL_NORMAL_MAP_ARB = 0x8511;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBDepthTexture {
public static final int GL_DEPTH_COMPONENT16_ARB = 0x81A5;

View File

@ -37,7 +37,7 @@
* Time: 16:41:02
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBFragmentProgram extends ARBProgram {

View File

@ -36,7 +36,7 @@
* Time: 4:19:23 ðì
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public interface ARBFragmentShader {

View File

@ -37,15 +37,13 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.opengl.BufferChecks;
import org.lwjgl.opengl.GL11;
public class ARBMatrixPalette {
public static final int GL_MATRIX_PALETTE_ARB = 0x8840;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBMultisample {
public static final int GL_MULTISAMPLE_ARB = 0x809D;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBMultitexture {
public static final int GL_TEXTURE0_ARB = 0x84C0;

View File

@ -36,7 +36,7 @@
* Time: 1:42:31 ðì
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.IntBuffer;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.FloatBuffer;

View File

@ -5,7 +5,7 @@
* Time: 1:54:00 ðì
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public interface ARBPointSprite {

View File

@ -36,13 +36,13 @@
* Time: 16:32:30
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.BufferUnderflowException;
import java.nio.ByteBuffer;
import java.nio.Buffer;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
class ARBProgram {

View File

@ -36,11 +36,11 @@
* Time: 21:58:02
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
public class ARBShaderObjects {

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBShadow
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBShadowAmbient
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBTextureBorderClamp
{

View File

@ -37,13 +37,13 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
public class ARBTextureCompression
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBTextureEnvCombine
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBTextureEnvDot3
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBTextureMirroredRepeat
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.BufferUnderflowException;
import java.nio.FloatBuffer;

View File

@ -37,16 +37,14 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.opengl.BufferChecks;
import org.lwjgl.opengl.GL11;
public class ARBVertexBlend {
public static final int GL_MAX_VERTEX_UNITS_ARB = 0x86A4;

View File

@ -39,15 +39,14 @@
* @version $Revision$
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.opengl.VBOTracker;
public class ARBVertexBufferObject {
public static final int GL_ARRAY_BUFFER_ARB = 0x8892;

View File

@ -36,15 +36,13 @@
* Time: 16:39:44
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import org.lwjgl.opengl.BufferChecks;
import org.lwjgl.opengl.GL11;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
public class ARBVertexProgram extends ARBProgram {

View File

@ -36,7 +36,7 @@
* Time: 3:58:43 ðì
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;

View File

@ -32,7 +32,7 @@
/*
*/
package org.lwjgl.opengl.arb;
package org.lwjgl.opengl;
public class ARBWindowPos {
public static native void glWindowPos2fARB(float x, float y);

View File

@ -36,7 +36,7 @@
* Time: 21:04:41
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
import java.nio.IntBuffer;

View File

@ -37,15 +37,13 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.opengl.VBOTracker;
import org.lwjgl.opengl.GL11;
public class ATIElementArray {
public static final int GL_ELEMENT_ARRAY_ATI = 0x8768;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;

View File

@ -41,7 +41,7 @@
* because variables cannot start with a number.
*
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
import java.nio.FloatBuffer;

View File

@ -36,7 +36,7 @@
* Time: 21:14:07
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
import java.nio.ByteBuffer;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
public class ATIPnTriangles {
public static final int GL_PN_TRIANGLES_ATI = 0x87F0;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
public class ATISeparateStencil {
public static final int GL_STENCIL_BACK_FUNC_ATI = 0x8800;

View File

@ -36,7 +36,7 @@
* Time: 21:25:07
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
public interface ATITextureFloat {

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
public class ATITextureMirrorOnce
{

View File

@ -37,13 +37,13 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
public class ATIVertexArrayObject {
public static final int GL_STATIC_ATI = 0x8760;

View File

@ -36,7 +36,7 @@
* Time: 21:27:12
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ati;
package org.lwjgl.opengl;
public class ATIVertexStreams {
public static final int GL_MAX_VERTEX_STREAMS_ATI = 0x876B;

View File

@ -52,7 +52,7 @@ import java.util.Map;
* @author cix_foo <cix_foo@users.sourceforge.net>
* @version $Revision$
*/
public class BufferChecks {
class BufferChecks {
/** Static methods only! */
private BufferChecks() {}
@ -104,7 +104,7 @@ public class BufferChecks {
* Helper method to ensure that vertex buffer objects are disabled.
* If they are enabled, we'll throw an OpenGLException
*/
public static void checkVBOdisabled() {
static void checkVBOdisabled() {
if (VBOTracker.getVBOArrayStack().getState() != 0) {
throw new OpenGLException("Cannot use Buffers when VBO is enabled");
}
@ -114,7 +114,7 @@ public class BufferChecks {
* Helper method to ensure that vertex buffer objects are enabled.
* If they are disabled, we'll throw an OpenGLException
*/
public static void checkVBOenabled() {
static void checkVBOenabled() {
if (VBOTracker.getVBOArrayStack().getState() == 0) {
throw new OpenGLException("Cannot use offsets when VBO is disabled");
}

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
public class EXTAbgr {
public static final int GL_ABGR_EXT = 0x8000;

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**
* EXT_bgra_constants

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**
* Insert the type's description here.

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**
* EXT_blend_subtract constants

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
public class EXTCompiledVertexArray {
public static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT = 0x81A8;

View File

@ -37,15 +37,13 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.opengl.VBOTracker;
import org.lwjgl.opengl.GL11;
public class EXTDrawRangeElements {
public static final int GL_MAX_ELEMENTS_VERTICES_EXT = 0x80E8;

View File

@ -37,13 +37,11 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.FloatBuffer;
import org.lwjgl.opengl.VBOTracker;
import org.lwjgl.opengl.GL11;
public class EXTFogCoord {
public static final int GL_FOG_COORDINATE_SOURCE_EXT = 0x8450;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
import java.nio.IntBuffer;

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**
* Insert the type's description here.

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
import java.nio.FloatBuffer;

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**

View File

@ -37,14 +37,12 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import org.lwjgl.opengl.VBOTracker;
import org.lwjgl.opengl.GL11;
public class EXTSecondaryColor {
public static final int GL_COLOR_SUM_EXT = 0x8458;

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**
* Insert the type's description here.

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
public class EXTStencilTwoSide {
public static final int GL_STENCIL_TEST_TWO_SIDE_EXT = 0x8910;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
public class EXTStencilWrap
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
public class EXTTextureCompressionS3TC
{

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**
* Insert the type's description here.

View File

@ -30,7 +30,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
/**

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
public class EXTTextureFilterAnisotropic
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
public class EXTTextureLODBias
{

View File

@ -37,16 +37,14 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.VBOTracker;
public class EXTVertexShader {
public static final int GL_VERTEX_SHADER_EXT = 0x8780;

View File

@ -37,13 +37,11 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.ext;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.FloatBuffer;
import org.lwjgl.opengl.VBOTracker;
import org.lwjgl.opengl.GL11;
public class EXTVertexWeighting {
public static final int GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3; /* alias to MODELVIEW_STACK_DEPTH */

View File

@ -32,12 +32,13 @@
package org.lwjgl.opengl;
import java.nio.*;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.DoubleBuffer;
import java.nio.Buffer;
import java.nio.BufferUnderflowException;
import java.nio.ByteBuffer;
import java.nio.DoubleBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
/**
* $Id$

View File

@ -32,10 +32,11 @@
package org.lwjgl.opengl;
import java.nio.*;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
/**
* $Id$

View File

@ -32,7 +32,12 @@
package org.lwjgl.opengl;
import java.nio.*;
import java.nio.Buffer;
import java.nio.BufferUnderflowException;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
/**
* $Id$

View File

@ -32,10 +32,10 @@
package org.lwjgl.opengl;
import java.nio.*;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
/**
* $Id$

View File

@ -32,14 +32,14 @@
package org.lwjgl.opengl;
import org.lwjgl.Sys;
import java.lang.reflect.*;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Set;
import org.lwjgl.Sys;
/**
* $Id$
* <p/>

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVCopyDepthToColor
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVDepthClamp
{

View File

@ -37,11 +37,11 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
public class NVEvaluators {
public static final int GL_EVAL_2D_NV = 0x86C0;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.IntBuffer;

View File

@ -36,7 +36,7 @@
* Time: 13:17:23
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public interface NVFloatBuffer {

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVFogDistance
{

View File

@ -37,10 +37,9 @@
* Time: 18:59:45
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
public class NVFragmentProgram extends NVProgram {

View File

@ -36,7 +36,7 @@
* Time: 15:45:05
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.ShortBuffer;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVLightMaxExponent {
public static final int GL_MAX_SHININESS_NV = 0x8504;

View File

@ -36,7 +36,7 @@
* Time: 17:19:22
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public interface NVMultisampleFilterHint {

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.IntBuffer;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVPackedDepthStencil
{

View File

@ -36,9 +36,13 @@
* Time: 17:22:44
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.*;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
public class NVPixelDataRange {

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.IntBuffer;

View File

@ -36,7 +36,7 @@
* Time: 17:45:36
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVPrimitiveRestart {

View File

@ -37,12 +37,10 @@
* Time: 18:39:30
*/
package org.lwjgl.opengl.nv;
import java.nio.ByteBuffer;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.IntBuffer;
class NVProgram {

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.FloatBuffer;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVTexgenReflection
{

View File

@ -36,7 +36,7 @@
* Time: 3:20:43 pm
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVTextureCompressionVTC {

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVTextureEnvCombine4
{

View File

@ -36,7 +36,7 @@
* Time: 17:54:31
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public interface NVTextureExpandNormal {

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVTextureRectangle
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVTextureShader
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVTextureShader2
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVTextureShader3
{

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.Buffer;
import java.nio.ByteBuffer;

View File

@ -37,7 +37,7 @@
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
public class NVVertexArrayRange2 {
public static final int GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV = 0x8533;

View File

@ -37,13 +37,15 @@
* Time: 18:54:32
*/
package org.lwjgl.opengl.nv;
package org.lwjgl.opengl;
import java.nio.*;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.opengl.VBOTracker;
import org.lwjgl.opengl.GL11;
public class NVVertexProgram extends NVProgram {

View File

@ -32,7 +32,7 @@
package org.lwjgl.opengl;
import org.lwjgl.*;
import org.lwjgl.Sys;
/**
* $Id$

View File

@ -32,7 +32,7 @@
package org.lwjgl.opengl;
public class StateStack {
class StateStack {
/** Only int state is tracked */
private final int[] state_stack;
private int stack_pos;

View File

@ -32,7 +32,7 @@
package org.lwjgl.opengl;
public class VBOTracker {
class VBOTracker {
private static VBOTracker default_tracker = new VBOTracker();
private static VBOTracker current_tracker = default_tracker;

View File

@ -47,11 +47,11 @@ package org.lwjgl.opengl;
* @author foo
*/
import java.util.HashSet;
import org.lwjgl.Display;
import org.lwjgl.Sys;
import java.util.HashSet;
public final class Window {
static {

View File

@ -1,49 +0,0 @@
/*
* 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.
*/
/*
* Created by IntelliJ IDEA.
* User: nj
* Date: 12-08-2002
* Time: 15:36:54
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.atix;
public class ATIXPointSprites {
public static final int GL_TEXTURE_POINT_MODE_ATIX = 0x60b0;
public static final int GL_TEXTURE_POINT_ONE_COORD_ATIX = 0x60b1;
public static final int GL_TEXTURE_POINT_SPRITE_ATIX = 0x60b2;
public static final int GL_POINT_SPRITE_CULL_MODE_ATIX = 0x60b3;
public static final int GL_POINT_SPRITE_CULL_CENTER_ATIX = 0x60b4;
public static final int GL_POINT_SPRITE_CULL_CLIP_ATIX = 0x60b5;
}

View File

@ -1,46 +0,0 @@
/*
* 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.
*/
/*
* Created by IntelliJ IDEA.
* User: nj
* Date: 12-08-2002
* Time: 15:37:26
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package org.lwjgl.opengl.atix;
public class ATIXTextureEnvRoute {
public static final int GL_SECONDARY_COLOR_ATIX = 0x8747;
public static final int GL_TEXTURE_OUTPUT_RGB_ATIX = 0x8748;
public static final int GL_TEXTURE_OUTPUT_ALPHA_ATIX = 0x8749;
}

View File

@ -31,7 +31,8 @@
*/
package org.lwjgl.test;
import org.lwjgl.*;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.opengl.Window;
/**

View File

@ -31,9 +31,9 @@
*/
package org.lwjgl.test.input;
import org.lwjgl.Sys;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.Sys;
import org.lwjgl.input.Controller;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.Window;

View File

@ -31,12 +31,18 @@
*/
package org.lwjgl.test.input;
import org.lwjgl.*;
import org.lwjgl.input.*;
import org.lwjgl.opengl.*;
import org.lwjgl.opengl.glu.GLU;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import java.nio.*;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.input.Cursor;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;
/**
* $Id$

View File

@ -31,9 +31,9 @@
*/
package org.lwjgl.test.input;
import org.lwjgl.Sys;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.Sys;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.Window;

View File

@ -31,8 +31,8 @@
*/
package org.lwjgl.test.input;
import org.lwjgl.input.Mouse;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;

View File

@ -31,10 +31,10 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.ALC;
import java.nio.IntBuffer;
import org.lwjgl.openal.ALC;
/**
* $Id$
*

View File

@ -31,12 +31,12 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.AL;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import org.lwjgl.openal.AL;
/**
* $Id$

View File

@ -36,9 +36,11 @@ import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.IntBuffer;
import org.lwjgl.openal.eax.*;
import org.lwjgl.openal.*;
import org.lwjgl.Sys;
import org.lwjgl.openal.AL;
import org.lwjgl.openal.eax.EAX;
import org.lwjgl.openal.eax.EAXBufferProperties;
import org.lwjgl.openal.eax.EAXListenerProperties;
/**
* $Id$

View File

@ -31,14 +31,15 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.AL;
import org.lwjgl.openal.eax.*;
import java.nio.IntBuffer;
import org.lwjgl.input.Keyboard;
import org.lwjgl.openal.AL;
import org.lwjgl.openal.eax.EAX;
import org.lwjgl.openal.eax.EAXListenerProperties;
import org.lwjgl.opengl.Window;
import org.lwjgl.vector.Vector3f;
import java.nio.IntBuffer;
/**
* $Id$
*

View File

@ -31,12 +31,12 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.AL;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import org.lwjgl.openal.AL;
/**
* $Id$
* <br>

View File

@ -31,13 +31,13 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.AL;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import java.nio.ByteBuffer;
import org.lwjgl.openal.AL;
/**
* $Id$

View File

@ -31,14 +31,14 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.AL;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import org.lwjgl.openal.AL;
/**
* $Id$
*

View File

@ -3,11 +3,14 @@ package org.lwjgl.test.openal;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import org.lwjgl.*;
import org.lwjgl.openal.*;
import org.lwjgl.opengl.*;
import org.lwjgl.Display;
import org.lwjgl.Sys;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.openal.AL;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;
import org.lwjgl.input.*;
/**
* $Id$

View File

@ -31,11 +31,11 @@
*/
package org.lwjgl.test.openal;
import java.nio.IntBuffer;
import org.lwjgl.openal.AL;
import org.lwjgl.openal.OpenALException;
import java.nio.IntBuffer;
/**
* $Id$
*

View File

@ -31,9 +31,10 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.AL;
import java.nio.IntBuffer;
import org.lwjgl.openal.AL;
/**
* $Id$
*

View File

@ -31,19 +31,18 @@
*/
package org.lwjgl.test.openal;
import org.lwjgl.openal.AL;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
import java.nio.ByteOrder;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.*;
import java.io.BufferedInputStream;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.ShortBuffer;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import org.lwjgl.openal.AL;
/**
* $Id$

View File

@ -31,9 +31,11 @@
*/
package org.lwjgl.test.opengl;
import org.lwjgl.*;
import org.lwjgl.input.*;
import org.lwjgl.opengl.*;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.input.Keyboard;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;
import org.lwjgl.vector.Vector2f;

View File

@ -41,12 +41,18 @@
package org.lwjgl.test.opengl;
import org.lwjgl.*;
import org.lwjgl.opengl.*;
import org.lwjgl.opengl.glu.GLU;
import org.lwjgl.input.*;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.*;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.Sys;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL13;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;
public final class Game {
static {

View File

@ -41,15 +41,23 @@
package org.lwjgl.test.opengl;
import org.lwjgl.input.*;
import org.lwjgl.opengl.*;
import org.lwjgl.opengl.glu.GLU;
import org.lwjgl.opengl.nv.*;
import org.lwjgl.*;
import java.io.BufferedInputStream;
import java.io.InputStream;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.util.Random;
import java.io.*;
import java.nio.*;
import java.util.*;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GLCaps;
import org.lwjgl.opengl.NVVertexProgram;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;
public class Grass {

View File

@ -31,14 +31,19 @@
*/
package org.lwjgl.test.opengl;
import org.lwjgl.*;
import org.lwjgl.input.*;
import org.lwjgl.opengl.*;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.input.Keyboard;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.Pbuffer;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;
import org.lwjgl.vector.Vector2f;
import java.nio.*;
/**
* $Id$
*

View File

@ -41,13 +41,21 @@
package org.lwjgl.test.opengl;
import org.lwjgl.*;
import org.lwjgl.opengl.*;
import org.lwjgl.opengl.glu.GLU;
import org.lwjgl.opengl.arb.*;
import org.lwjgl.input.*;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.*;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.Sys;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.ARBVertexBufferObject;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GLCaps;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;
public final class VBOIndexTest {
static {

View File

@ -41,13 +41,21 @@
package org.lwjgl.test.opengl;
import org.lwjgl.*;
import org.lwjgl.opengl.*;
import org.lwjgl.opengl.glu.GLU;
import org.lwjgl.opengl.arb.*;
import org.lwjgl.input.*;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.*;
import org.lwjgl.Display;
import org.lwjgl.DisplayMode;
import org.lwjgl.Sys;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.ARBVertexBufferObject;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GLCaps;
import org.lwjgl.opengl.Window;
import org.lwjgl.opengl.glu.GLU;
public final class VBOTest {
static {

View File

@ -1,20 +1,20 @@
noinst_LTLIBRARIES = libarb.la
libarb_la_SOURCES = $(SRC)
libla_SOURCES = $(SRC)
INCLUDES=-I..
SRC = org_lwjgl_opengl_arb_ARBProgram.cpp \
org_lwjgl_opengl_arb_ARBProgram.cpp \
org_lwjgl_opengl_arb_ARBMatrixPalette.cpp \
org_lwjgl_opengl_arb_ARBMultisample.cpp \
org_lwjgl_opengl_arb_ARBMultitexture.cpp \
org_lwjgl_opengl_arb_ARBPointParameters.cpp \
org_lwjgl_opengl_arb_ARBProgram.cpp \
org_lwjgl_opengl_arb_ARBTextureCompression.cpp \
org_lwjgl_opengl_arb_ARBTransposeMatrix.cpp \
org_lwjgl_opengl_arb_ARBVertexBlend.cpp \
org_lwjgl_opengl_arb_ARBVertexBufferObject.cpp \
org_lwjgl_opengl_arb_ARBVertexProgram.cpp \
org_lwjgl_opengl_arb_ARBWindowPos.cpp \
org_lwjgl_opengl_arb_ARBOcclusionQuery.cpp \
org_lwjgl_opengl_arb_ARBShaderObjects.cpp \
org_lwjgl_opengl_arb_ARBVertexShader.cpp
SRC = org_lwjgl_opengl_ARBProgram.cpp \
org_lwjgl_opengl_ARBProgram.cpp \
org_lwjgl_opengl_ARBMatrixPalette.cpp \
org_lwjgl_opengl_ARBMultisample.cpp \
org_lwjgl_opengl_ARBMultitexture.cpp \
org_lwjgl_opengl_ARBPointParameters.cpp \
org_lwjgl_opengl_ARBProgram.cpp \
org_lwjgl_opengl_ARBTextureCompression.cpp \
org_lwjgl_opengl_ARBTransposeMatrix.cpp \
org_lwjgl_opengl_ARBVertexBlend.cpp \
org_lwjgl_opengl_ARBVertexBufferObject.cpp \
org_lwjgl_opengl_ARBVertexProgram.cpp \
org_lwjgl_opengl_ARBWindowPos.cpp \
org_lwjgl_opengl_ARBOcclusionQuery.cpp \
org_lwjgl_opengl_ARBShaderObjects.cpp \
org_lwjgl_opengl_ARBVertexShader.cpp

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBMatrixPalette
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBMatrixPalette
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBMatrixPalette.h"
#include "org_lwjgl_opengl_ARBMatrixPalette.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -63,10 +63,10 @@ void extgl_InitARBMatrixPalette(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: glCurrentPaletteMatrixARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_glCurrentPaletteMatrixARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_glCurrentPaletteMatrixARB
(JNIEnv * env, jclass clazz, jint index)
{
CHECK_EXISTS(glCurrentPaletteMatrixARB)
@ -75,10 +75,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_glCurrentPalet
}
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexPointerARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexPointerARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexPointerARB
(JNIEnv * env, jclass clazz, jint size, jint type, jint stride, jobject pPointer, jint pPointer_offset)
{
CHECK_EXISTS(glMatrixIndexPointerARB)
@ -88,10 +88,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndex
}
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexPointerARBVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexPointerARBVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexPointerARBVBO
(JNIEnv * env, jclass clazz, jint size, jint type, jint stride, jint buffer_offset)
{
CHECK_EXISTS(glMatrixIndexPointerARB)
@ -100,10 +100,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndex
}
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexubvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexubvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexubvARB
(JNIEnv * env, jclass clazz, jint size, jobject pIndices, jint pIndices_offset)
{
CHECK_EXISTS(glMatrixIndexubvARB)
@ -113,10 +113,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndex
}
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexuivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexuivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexuivARB
(JNIEnv * env, jclass clazz, jint size, jobject piIndices, jint piIndices_offset)
{
CHECK_EXISTS(glMatrixIndexuivARB)
@ -126,10 +126,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndex
}
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexusvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexusvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexusvARB
(JNIEnv * env, jclass clazz, jint size, jobject psIndices, jint psIndices_offset)
{
CHECK_EXISTS(glMatrixIndexusvARB)

View File

@ -31,58 +31,58 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBMatrixPalette
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBMatrixPalette
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBMatrixPalette
#define _Included_org_lwjgl_opengl_arb_ARBMatrixPalette
#ifndef _Included_org_lwjgl_opengl_ARBMatrixPalette
#define _Included_org_lwjgl_opengl_ARBMatrixPalette
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: glCurrentPaletteMatrixARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_glCurrentPaletteMatrixARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_glCurrentPaletteMatrixARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexPointerARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexPointerARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexPointerARB
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexPointerARBVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexPointerARBVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexPointerARBVBO
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexubvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexubvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexubvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexuivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexuivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexuivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMatrixPalette
* Class: org.lwjgl.opengl.ARBMatrixPalette
* Method: nglMatrixIndexusvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMatrixPalette_nglMatrixIndexusvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMatrixPalette_nglMatrixIndexusvARB
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBMultisample
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBMultisample
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBMultisample.h"
#include "org_lwjgl_opengl_ARBMultisample.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -51,10 +51,10 @@ void extgl_InitARBMultisample(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultisample
* Class: org.lwjgl.opengl.ARBMultisample
* Method: glSampleCoverageARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultisample_glSampleCoverageARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultisample_glSampleCoverageARB
(JNIEnv * env, jclass clazz, jfloat value, jboolean invert)
{
CHECK_EXISTS(glSampleCoverageARB)

View File

@ -31,23 +31,23 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBMultisample
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBMultisample
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBMultisample
#define _Included_org_lwjgl_opengl_arb_ARBMultisample
#ifndef _Included_org_lwjgl_opengl_ARBMultisample
#define _Included_org_lwjgl_opengl_ARBMultisample
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBMultisample
* Class: org.lwjgl.opengl.ARBMultisample
* Method: glSampleCoverageARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultisample_glSampleCoverageARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultisample_glSampleCoverageARB
(JNIEnv *, jclass, jfloat, jboolean);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBMultitexture
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBMultitexture
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBMultitexture.h"
#include "org_lwjgl_opengl_ARBMultitexture.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -94,10 +94,10 @@ void extgl_InitARBMultitexture(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glClientActiveTextureARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glClientActiveTextureARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glClientActiveTextureARB
(JNIEnv * env, jclass clazz, jint texture)
{
CHECK_EXISTS(glClientActiveTextureARB)
@ -106,10 +106,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glClientActiveT
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glActiveTextureARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glActiveTextureARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glActiveTextureARB
(JNIEnv * env, jclass clazz, jint texture)
{
CHECK_EXISTS(glActiveTextureARB)
@ -118,10 +118,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glActiveTexture
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord1fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord1fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord1fARB
(JNIEnv * env, jclass clazz, jint target, jfloat s)
{
CHECK_EXISTS(glMultiTexCoord1fARB)
@ -130,10 +130,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord1iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord1iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord1iARB
(JNIEnv * env, jclass clazz, jint target, jint s)
{
CHECK_EXISTS(glMultiTexCoord1iARB)
@ -142,10 +142,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord1sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord1sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord1sARB
(JNIEnv * env, jclass clazz, jint target, jshort s)
{
CHECK_EXISTS(glMultiTexCoord1sARB)
@ -154,10 +154,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord2fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord2fARB
(JNIEnv * env, jclass clazz, jint target, jfloat s, jfloat t)
{
CHECK_EXISTS(glMultiTexCoord2fARB)
@ -166,10 +166,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord2iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord2iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord2iARB
(JNIEnv * env, jclass clazz, jint target, jint s, jint t)
{
CHECK_EXISTS(glMultiTexCoord2iARB)
@ -178,10 +178,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord2sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord2sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord2sARB
(JNIEnv * env, jclass clazz, jint target, jshort s, jshort t)
{
CHECK_EXISTS(glMultiTexCoord2sARB)
@ -190,10 +190,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord3fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord3fARB
(JNIEnv * env, jclass clazz, jint target, jfloat s, jfloat t, jfloat r)
{
CHECK_EXISTS(glMultiTexCoord3fARB)
@ -202,10 +202,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord3iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord3iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord3iARB
(JNIEnv * env, jclass clazz, jint target, jint s, jint t, jint r)
{
CHECK_EXISTS(glMultiTexCoord3iARB)
@ -214,10 +214,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord3sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord3sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord3sARB
(JNIEnv * env, jclass clazz, jint target, jshort s, jshort t, jshort r)
{
CHECK_EXISTS(glMultiTexCoord3sARB)
@ -226,10 +226,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord4fARB
(JNIEnv * env, jclass clazz, jint target, jfloat s, jfloat t, jfloat r, jfloat q)
{
CHECK_EXISTS(glMultiTexCoord4fARB)
@ -238,10 +238,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord4iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord4iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord4iARB
(JNIEnv * env, jclass clazz, jint target, jint s, jint t, jint r, jint q)
{
CHECK_EXISTS(glMultiTexCoord4iARB)
@ -250,10 +250,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord
}
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord4sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord4sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord4sARB
(JNIEnv * env, jclass clazz, jint target, jshort s, jshort t, jshort r, jshort q)
{
CHECK_EXISTS(glMultiTexCoord4sARB)

View File

@ -31,114 +31,114 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBMultitexture
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBMultitexture
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBMultitexture
#define _Included_org_lwjgl_opengl_arb_ARBMultitexture
#ifndef _Included_org_lwjgl_opengl_ARBMultitexture
#define _Included_org_lwjgl_opengl_ARBMultitexture
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glClientActiveTextureARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glClientActiveTextureARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glClientActiveTextureARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glActiveTextureARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glActiveTextureARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glActiveTextureARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord1fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord1fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord1fARB
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord1iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord1iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord1iARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord1sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord1sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord1sARB
(JNIEnv *, jclass, jint, jshort);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord2fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord2fARB
(JNIEnv *, jclass, jint, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord2iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord2iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord2iARB
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord2sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord2sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord2sARB
(JNIEnv *, jclass, jint, jshort, jshort);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord3fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord3fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord3iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord3iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord3iARB
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord3sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord3sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord3sARB
(JNIEnv *, jclass, jint, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord4fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord4iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord4iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord4iARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBMultitexture
* Class: org.lwjgl.opengl.ARBMultitexture
* Method: glMultiTexCoord4sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBMultitexture_glMultiTexCoord4sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBMultitexture_glMultiTexCoord4sARB
(JNIEnv *, jclass, jint, jshort, jshort, jshort, jshort);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBOcclusionQuery
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBOcclusionQuery
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBOcclusionQuery.h"
#include "org_lwjgl_opengl_ARBOcclusionQuery.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -74,10 +74,10 @@ void extgl_InitARBOcclusionQuery(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBOcclusionQuery
* Class: org.lwjgl.opengl.ARBOcclusionQuery
* Method: nglGenQueriesARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGenQueriesARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglGenQueriesARB
(JNIEnv * env, jclass clazz, jint n, jobject ids, jint idsOffset)
{
CHECK_EXISTS(glGenQueriesARB)
@ -87,10 +87,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGenQueries
}
/*
* Class: org.lwjgl.opengl.arb.ARBOcclusionQuery
* Class: org.lwjgl.opengl.ARBOcclusionQuery
* Method: nglDeleteQueriesARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglDeleteQueriesARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglDeleteQueriesARB
(JNIEnv * env, jclass clazz, jint n, jobject ids, jint idsOffset)
{
CHECK_EXISTS(glDeleteQueriesARB)
@ -100,10 +100,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglDeleteQuer
}
/*
* Class: org.lwjgl.opengl.arb.ARBOcclusionQuery
* Class: org.lwjgl.opengl.ARBOcclusionQuery
* Method: glIsQueryARB
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glIsQueryARB
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_glIsQueryARB
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glIsQueryARB)
@ -113,10 +113,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glIsQuery
}
/*
* Class: org.lwjgl.opengl.arb.ARBOcclusionQuery
* Class: org.lwjgl.opengl.ARBOcclusionQuery
* Method: glBeginQueryARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glBeginQueryARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_glBeginQueryARB
(JNIEnv * env, jclass clazz, jint target, jint id)
{
CHECK_EXISTS(glBeginQueryARB)
@ -125,10 +125,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glBeginQueryA
}
/*
* Class: org.lwjgl.opengl.arb.ARBOcclusionQuery
* Class: org.lwjgl.opengl.ARBOcclusionQuery
* Method: glEndQueryARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glEndQueryARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_glEndQueryARB
(JNIEnv * env, jclass clazz, jint target)
{
CHECK_EXISTS(glEndQueryARB)
@ -137,10 +137,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glEndQueryARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBOcclusionQuery
* Class: org.lwjgl.opengl.ARBOcclusionQuery
* Method: nglGetQueryivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGetQueryivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglGetQueryivARB
(JNIEnv * env, jclass clazz, jint target, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetQueryivARB)
@ -150,10 +150,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGetQueryiv
}
/*
* Class: org.lwjgl.opengl.arb.ARBOcclusionQuery
* Class: org.lwjgl.opengl.ARBOcclusionQuery
* Method: nglGetQueryObjectivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGetQueryObjectivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglGetQueryObjectivARB
(JNIEnv * env, jclass clazz, jint id, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetQueryObjectivARB)
@ -163,10 +163,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGetQueryOb
}
/*
* Class: org.lwjgl.opengl.arb.ARBOcclusionQuery
* Class: org.lwjgl.opengl.ARBOcclusionQuery
* Method: nglGetQueryObjectuivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGetQueryObjectuivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBOcclusionQuery_nglGetQueryObjectuivARB
(JNIEnv * env, jclass clazz, jint id, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetQueryObjectuivARB)

View File

@ -0,0 +1,87 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* 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

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBPointParameters
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBPointParameters
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBPointParameters.h"
#include "org_lwjgl_opengl_ARBPointParameters.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitARBPointParameters(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBPointParameters
* Class: org.lwjgl.opengl.ARBPointParameters
* Method: glPointParameterfARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBPointParameters_glPointParameterfARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBPointParameters_glPointParameterfARB
(JNIEnv * env, jclass clazz, jint pname, jfloat param)
{
CHECK_EXISTS(glPointParameterfARB)
@ -66,10 +66,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBPointParameters_glPointParam
}
/*
* Class: org.lwjgl.opengl.arb.ARBPointParameters
* Class: org.lwjgl.opengl.ARBPointParameters
* Method: nglPointParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBPointParameters_nglPointParameterfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBPointParameters_nglPointParameterfvARB
(JNIEnv * env, jclass clazz, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glPointParameterfvARB)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBPointParameters
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBPointParameters
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBPointParameters
#define _Included_org_lwjgl_opengl_arb_ARBPointParameters
#ifndef _Included_org_lwjgl_opengl_ARBPointParameters
#define _Included_org_lwjgl_opengl_ARBPointParameters
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBPointParameters
* Class: org.lwjgl.opengl.ARBPointParameters
* Method: glPointParameterfARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBPointParameters_glPointParameterfARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBPointParameters_glPointParameterfARB
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBPointParameters
* Class: org.lwjgl.opengl.ARBPointParameters
* Method: nglPointParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBPointParameters_nglPointParameterfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBPointParameters_nglPointParameterfvARB
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,14 +31,14 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBProgram
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBProgram
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBProgram.h"
#include "org_lwjgl_opengl_ARBProgram.h"
#include "extgl.h"
#include "checkGLerror.h"
typedef void (APIENTRY * glProgramStringARBPROC) (GLenum target, GLenum format, GLsizei len, const GLvoid *string);
typedef void (APIENTRY * glProgramStringARBPROC) (GLenum target, GLenum format, GLsizei len, const GLvoid *string);
typedef void (APIENTRY * glBindProgramARBPROC) (GLenum target, GLuint program);
typedef void (APIENTRY * glDeleteProgramsARBPROC) (GLsizei n, const GLuint *programs);
typedef void (APIENTRY * glGenProgramsARBPROC) (GLsizei n, GLuint *programs);
@ -88,10 +88,10 @@ void extgl_InitARBProgram(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglProgramStringARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramStringARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglProgramStringARB
(JNIEnv * env, jclass clazz, jint target, jint format, jint length, jobject string, jint stringOffset)
{
CHECK_EXISTS(glProgramStringARB)
@ -101,10 +101,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramStringARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: glBindProgramARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glBindProgramARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_glBindProgramARB
(JNIEnv * env, jclass clazz, jint target, jint program)
{
CHECK_EXISTS(glBindProgramARB)
@ -113,10 +113,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glBindProgramARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglDeleteProgramsARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglDeleteProgramsARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglDeleteProgramsARB
(JNIEnv * env, jclass clazz, jint n, jobject programs, jint programsOffset)
{
CHECK_EXISTS(glDeleteProgramsARB)
@ -126,10 +126,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglDeleteProgramsARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGenProgramsARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGenProgramsARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGenProgramsARB
(JNIEnv * env, jclass clazz, jint n, jobject programs, jint programsOffset)
{
CHECK_EXISTS(glGenProgramsARB)
@ -139,10 +139,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGenProgramsARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: glProgramEnvParameter4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glProgramEnvParameter4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_glProgramEnvParameter4fARB
(JNIEnv * env, jclass clazz, jint target, jint index, jfloat x, jfloat y, jfloat z, jfloat w)
{
CHECK_EXISTS(glProgramEnvParameter4fARB)
@ -151,10 +151,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glProgramEnvParamete
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglProgramEnvParameter4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramEnvParameter4fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglProgramEnvParameter4fvARB
(JNIEnv * env, jclass clazz, jint target, jint index, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glProgramEnvParameter4fvARB)
@ -164,10 +164,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramEnvParamet
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: glProgramLocalParameter4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glProgramLocalParameter4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_glProgramLocalParameter4fARB
(JNIEnv * env, jclass clazz, jint target, jint index, jfloat x, jfloat y, jfloat z, jfloat w)
{
CHECK_EXISTS(glProgramLocalParameter4fARB)
@ -176,10 +176,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glProgramLocalParame
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglProgramLocalParameter4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramLocalParameter4fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglProgramLocalParameter4fvARB
(JNIEnv * env, jclass clazz, jint target, jint index, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glProgramLocalParameter4fvARB)
@ -189,10 +189,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramLocalParam
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGetProgramEnvParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramEnvParameterfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGetProgramEnvParameterfvARB
(JNIEnv * env, jclass clazz, jint target, jint index, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetProgramEnvParameterfvARB)
@ -202,10 +202,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramEnvPara
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGetProgramLocalParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramLocalParameterfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGetProgramLocalParameterfvARB
(JNIEnv * env, jclass clazz, jint target, jint index, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetProgramLocalParameterfvARB)
@ -215,10 +215,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramLocalPa
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGetProgramivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGetProgramivARB
(JNIEnv * env, jclass clazz, jint target, jint parameterName, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetProgramivARB)
@ -228,10 +228,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramivARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGetProgramStringARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramStringARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGetProgramStringARB
(JNIEnv * env, jclass clazz, jint target, jint parameterName, jobject paramString, jint paramStringOffset)
{
CHECK_EXISTS(glGetProgramStringARB)
@ -241,10 +241,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramStringA
}
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: glIsProgramARB
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glIsProgramARB
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ARBProgram_glIsProgramARB
(JNIEnv * env, jclass clazz, jint program)
{
CHECK_EXISTS(glIsProgramARB)

View File

@ -31,107 +31,107 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBProgram
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBProgram
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBProgram
#define _Included_org_lwjgl_opengl_arb_ARBProgram
#ifndef _Included_org_lwjgl_opengl_ARBProgram
#define _Included_org_lwjgl_opengl_ARBProgram
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglProgramStringARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramStringARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglProgramStringARB
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: glBindProgramARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glBindProgramARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_glBindProgramARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglDeleteProgramsARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglDeleteProgramsARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglDeleteProgramsARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGenProgramsARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGenProgramsARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGenProgramsARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: glProgramEnvParameter4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glProgramEnvParameter4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_glProgramEnvParameter4fARB
(JNIEnv *, jclass, jint, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglProgramEnvParameter4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramEnvParameter4fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglProgramEnvParameter4fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: glProgramLocalParameter4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glProgramLocalParameter4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_glProgramLocalParameter4fARB
(JNIEnv *, jclass, jint, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglProgramLocalParameter4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglProgramLocalParameter4fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglProgramLocalParameter4fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGetProgramEnvParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramEnvParameterfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGetProgramEnvParameterfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGetProgramLocalParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramLocalParameterfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGetProgramLocalParameterfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGetProgramivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGetProgramivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: nglGetProgramStringARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_nglGetProgramStringARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBProgram_nglGetProgramStringARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBProgram
* Class: org.lwjgl.opengl.ARBProgram
* Method: glIsProgramARB
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBProgram_glIsProgramARB
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ARBProgram_glIsProgramARB
(JNIEnv *, jclass, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBShaderObjects
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBShaderObjects
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBShaderObjects.h"
#include "org_lwjgl_opengl_ARBShaderObjects.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -175,10 +175,10 @@ GLcharARB** sources = new GLcharARB*[sourcesSize];
GLint* sourcesLengths = new GLint[sourcesSize];
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glDeleteObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glDeleteObjectARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glDeleteObjectARB
(JNIEnv * env, jclass clazz, jint obj)
{
CHECK_EXISTS(glDeleteObjectARB)
@ -187,10 +187,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glDeleteObject
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glGetHandleARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glGetHandleARB
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glGetHandleARB
(JNIEnv * env, jclass clazz, jint pname)
{
CHECK_EXISTS(glGetHandleARB)
@ -200,10 +200,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glGetHandleARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glDetachObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glDetachObjectARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glDetachObjectARB
(JNIEnv * env, jclass clazz, jint containerObj, jint attachedObj)
{
CHECK_EXISTS(glDetachObjectARB)
@ -212,10 +212,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glDetachObject
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glCreateShaderObjectARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCreateShaderObjectARB
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glCreateShaderObjectARB
(JNIEnv * env, jclass clazz, jint shaderType)
{
CHECK_EXISTS(glCreateShaderObjectARB)
@ -225,17 +225,17 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCreateShader
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: initShaderSource
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_initShaderSource
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_initShaderSource
(JNIEnv * env, jclass clazz, jint count)
{
sourceCount = count;
if ( sourceCount > sourcesSize ) {
sourcesSize = sourceCount * 2;
delete sources;
delete sourcesLengths;
@ -245,23 +245,23 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_initShaderSour
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: setShaderString
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_setShaderString
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_setShaderString
(JNIEnv * env, jclass clazz, jint index, jobject string, jint stringOffset, jint stringLength)
{
GLcharARB *string_ptr = (GLcharARB *)((GLubyte *)env->GetDirectBufferAddress(string) + stringOffset);
sources[index] = string_ptr;
sourcesLengths[index] = stringLength;
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglShaderSourceARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglShaderSourceARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglShaderSourceARB
(JNIEnv * env, jclass clazz, jint shaderObj)
{
CHECK_EXISTS(glShaderSourceARB)
@ -270,10 +270,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglShaderSourc
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glCompileShaderARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCompileShaderARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glCompileShaderARB
(JNIEnv * env, jclass clazz, jint shaderObj)
{
CHECK_EXISTS(glCompileShaderARB)
@ -282,10 +282,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCompileShade
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glCreateProgramObjectARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCreateProgramObjectARB
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glCreateProgramObjectARB
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glCreateProgramObjectARB)
@ -295,10 +295,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCreateProgra
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glAttachObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glAttachObjectARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glAttachObjectARB
(JNIEnv * env, jclass clazz, jint containerObj, jint obj)
{
CHECK_EXISTS(glAttachObjectARB)
@ -307,10 +307,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glAttachObject
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glLinkProgramARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glLinkProgramARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glLinkProgramARB
(JNIEnv * env, jclass clazz, jint programObj)
{
CHECK_EXISTS(glLinkProgramARB)
@ -319,10 +319,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glLinkProgramA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUseProgramObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUseProgramObjectARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUseProgramObjectARB
(JNIEnv * env, jclass clazz, jint programObj)
{
CHECK_EXISTS(glUseProgramObjectARB)
@ -331,10 +331,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUseProgramOb
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glValidateProgramARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glValidateProgramARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glValidateProgramARB
(JNIEnv * env, jclass clazz, jint programObj)
{
CHECK_EXISTS(glValidateProgramARB)
@ -343,10 +343,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glValidateProg
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform1fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform1fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform1fARB
(JNIEnv * env, jclass clazz, jint location, jfloat v0)
{
CHECK_EXISTS(glUniform1fARB)
@ -355,10 +355,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform1fARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform2fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform2fARB
(JNIEnv * env, jclass clazz, jint location, jfloat v0, jfloat v1)
{
CHECK_EXISTS(glUniform2fARB)
@ -367,10 +367,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform2fARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform3fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform3fARB
(JNIEnv * env, jclass clazz, jint location, jfloat v0, jfloat v1, jfloat v2)
{
CHECK_EXISTS(glUniform3fARB)
@ -379,10 +379,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform3fARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform4fARB
(JNIEnv * env, jclass clazz, jint location, jfloat v0, jfloat v1, jfloat v2, jfloat v3)
{
CHECK_EXISTS(glUniform4fARB)
@ -391,10 +391,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform4fARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform1iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform1iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform1iARB
(JNIEnv * env, jclass clazz, jint location, jint v0)
{
CHECK_EXISTS(glUniform1iARB)
@ -403,10 +403,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform1iARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform2iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform2iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform2iARB
(JNIEnv * env, jclass clazz, jint location, jint v0, jint v1)
{
CHECK_EXISTS(glUniform2iARB)
@ -415,10 +415,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform2iARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform3iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform3iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform3iARB
(JNIEnv * env, jclass clazz, jint location, jint v0, jint v1, jint v2)
{
CHECK_EXISTS(glUniform3iARB)
@ -427,10 +427,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform3iARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform4iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform4iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform4iARB
(JNIEnv * env, jclass clazz, jint location, jint v0, jint v1, jint v2, jint v3)
{
CHECK_EXISTS(glUniform4iARB)
@ -439,10 +439,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform4iARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform1fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform1fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform1fvARB
(JNIEnv * env, jclass clazz, jint location, jint count, jobject values, jint valuesOffset)
{
CHECK_EXISTS(glUniform1fvARB)
@ -452,10 +452,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform1fvA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform2fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform2fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform2fvARB
(JNIEnv * env, jclass clazz, jint location, jint count, jobject values, jint valuesOffset)
{
CHECK_EXISTS(glUniform2fvARB)
@ -465,10 +465,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform2fvA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform3fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform3fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform3fvARB
(JNIEnv * env, jclass clazz, jint location, jint count, jobject values, jint valuesOffset)
{
CHECK_EXISTS(glUniform3fvARB)
@ -478,10 +478,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform3fvA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform4fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform4fvARB
(JNIEnv * env, jclass clazz, jint location, jint count, jobject values, jint valuesOffset)
{
CHECK_EXISTS(glUniform4fvARB)
@ -491,10 +491,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform4fvA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform1ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform1ivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform1ivARB
(JNIEnv * env, jclass clazz, jint location, jint count, jobject values, jint valuesOffset)
{
CHECK_EXISTS(glUniform1ivARB)
@ -504,10 +504,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform1ivA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform2ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform2ivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform2ivARB
(JNIEnv * env, jclass clazz, jint location, jint count, jobject values, jint valuesOffset)
{
CHECK_EXISTS(glUniform2ivARB)
@ -517,10 +517,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform2ivA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform3ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform3ivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform3ivARB
(JNIEnv * env, jclass clazz, jint location, jint count, jobject values, jint valuesOffset)
{
CHECK_EXISTS(glUniform3ivARB)
@ -530,10 +530,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform3ivA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform4ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform4ivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform4ivARB
(JNIEnv * env, jclass clazz, jint location, jint count, jobject values, jint valuesOffset)
{
CHECK_EXISTS(glUniform4ivARB)
@ -543,10 +543,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform4ivA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniformMatrix2fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatrix2fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniformMatrix2fvARB
(JNIEnv * env, jclass clazz, jint location, jint count, jboolean transpose, jobject matrices, jint matricesOffset)
{
CHECK_EXISTS(glUniformMatrix2fvARB)
@ -556,10 +556,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatr
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniformMatrix3fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatrix3fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniformMatrix3fvARB
(JNIEnv * env, jclass clazz, jint location, jint count, jboolean transpose, jobject matrices, jint matricesOffset)
{
CHECK_EXISTS(glUniformMatrix3fvARB)
@ -569,10 +569,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatr
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniformMatrix4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatrix4fvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniformMatrix4fvARB
(JNIEnv * env, jclass clazz, jint location, jint count, jboolean transpose, jobject matrices, jint matricesOffset)
{
CHECK_EXISTS(glUniformMatrix4fvARB)
@ -582,10 +582,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatr
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetObjectParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetObjectParameterfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetObjectParameterfvARB
(JNIEnv * env, jclass clazz, jint obj, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetObjectParameterfvARB)
@ -595,10 +595,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetObjectPa
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetObjectParameterivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetObjectParameterivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetObjectParameterivARB
(JNIEnv * env, jclass clazz, jint obj, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetObjectParameterivARB)
@ -608,10 +608,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetObjectPa
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetInfoLogARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetInfoLogARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetInfoLogARB
(JNIEnv * env, jclass clazz, jint obj, jint maxLength, jobject length, jint lengthOffset, jobject infoLog, jint infoLogOffset)
{
CHECK_EXISTS(glGetInfoLogARB)
@ -629,10 +629,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetInfoLogA
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetAttachedObjectsARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetAttachedObjectsARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetAttachedObjectsARB
(JNIEnv * env, jclass clazz, jint containerObj, jint maxCount, jobject count, jint countOffset, jobject obj, jint objOffset)
{
CHECK_EXISTS(glGetAttachedObjectsARB)
@ -650,10 +650,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetAttached
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetUniformLocationARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformLocationARB
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetUniformLocationARB
(JNIEnv * env, jclass clazz, jint programObj, jobject name, jint nameOffset)
{
CHECK_EXISTS(glGetUniformLocationARB)
@ -664,10 +664,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformL
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetActiveUniformARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetActiveUniformARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetActiveUniformARB
(JNIEnv * env, jclass clazz, jint programObj, jint index, jint maxLength, jobject length, jint lengthOffset, jobject size, jint sizeOffset, jobject type, jint typeOffset, jobject name, jint nameOffset)
{
CHECK_EXISTS(glGetActiveUniformARB)
@ -687,10 +687,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetActiveUn
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetUniformfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetUniformfvARB
(JNIEnv * env, jclass clazz, jint programObj, jint location, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetUniformfvARB)
@ -700,10 +700,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformf
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetUniformivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetUniformivARB
(JNIEnv * env, jclass clazz, jint programObj, jint location, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetUniformivARB)
@ -713,10 +713,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformi
}
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetShaderSourceARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetShaderSourceARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetShaderSourceARB
(JNIEnv * env, jclass clazz, jint obj, jint maxLength, jobject length, jint lengthOffset, jobject source, jint sourceOffset)
{
CHECK_EXISTS(glGetShaderSourceARB)

View File

@ -0,0 +1,337 @@
/*
* 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.ARBShaderObjects
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ARBShaderObjects
#define _Included_org_lwjgl_opengl_ARBShaderObjects
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glDeleteObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glDeleteObjectARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glGetHandleARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glGetHandleARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glDetachObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glDetachObjectARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glCreateShaderObjectARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glCreateShaderObjectARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: initShaderSource
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_initShaderSource
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: setShaderString
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_setShaderString
(JNIEnv *, jclass, jint, jobject, jint, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglShaderSourceARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglShaderSourceARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glCompileShaderARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glCompileShaderARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glCreateProgramObjectARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glCreateProgramObjectARB
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glAttachObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glAttachObjectARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glLinkProgramARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glLinkProgramARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUseProgramObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUseProgramObjectARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glValidateProgramARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glValidateProgramARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform1fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform1fARB
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform2fARB
(JNIEnv *, jclass, jint, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform3fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform4fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform1iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform1iARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform2iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform2iARB
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform3iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform3iARB
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: glUniform4iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_glUniform4iARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform1fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform1fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform2fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform2fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform3fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform3fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform4fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform1ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform1ivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform2ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform2ivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform3ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform3ivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniform4ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniform4ivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniformMatrix2fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniformMatrix2fvARB
(JNIEnv *, jclass, jint, jint, jboolean, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniformMatrix3fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniformMatrix3fvARB
(JNIEnv *, jclass, jint, jint, jboolean, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglUniformMatrix4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglUniformMatrix4fvARB
(JNIEnv *, jclass, jint, jint, jboolean, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetObjectParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetObjectParameterfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetObjectParameterivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetObjectParameterivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetInfoLogARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetInfoLogARB
(JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetAttachedObjectsARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetAttachedObjectsARB
(JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetUniformLocationARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetUniformLocationARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetActiveUniformARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetActiveUniformARB
(JNIEnv *, jclass, jint, jint, jint, jobject, jint, jobject, jint, jobject, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetUniformfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetUniformfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetUniformivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetUniformivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBShaderObjects
* Method: nglGetShaderSourceARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBShaderObjects_nglGetShaderSourceARB
(JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBTextureCompression
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBTextureCompression
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBTextureCompression.h"
#include "org_lwjgl_opengl_ARBTextureCompression.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -48,7 +48,7 @@ typedef void (APIENTRY * glGetCompressedTexImageARBPROC) (GLenum target, GLint l
static glCompressedTexImage3DARBPROC glCompressedTexImage3DARB;
static glCompressedTexImage2DARBPROC glCompressedTexImage2DARB;
static glCompressedTexImage1DARBPROC glCompressedTexImage1DARB;
static glCompressedTexImage1DARBPROC glCompressedTexImage1DARB;
static glCompressedTexSubImage3DARBPROC glCompressedTexSubImage3DARB;
static glCompressedTexSubImage2DARBPROC glCompressedTexSubImage2DARB;
static glCompressedTexSubImage1DARBPROC glCompressedTexSubImage1DARB;
@ -69,10 +69,10 @@ void extgl_InitARBTextureCompression(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexImage1DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexImage1DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexImage1DARB
(JNIEnv * env, jclass clazz, jint target, jint level, jint internalformat, jint width, jint border, jint imageSize, jobject pData, jint pData_offset)
{
CHECK_EXISTS(glCompressedTexImage1DARB)
@ -82,10 +82,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompre
}
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexImage2DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexImage2DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexImage2DARB
(JNIEnv * env, jclass clazz, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject pData, jint pData_offset)
{
CHECK_EXISTS(glCompressedTexImage2DARB)
@ -95,10 +95,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompre
}
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexImage3DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexImage3DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexImage3DARB
(JNIEnv * env, jclass clazz, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject pData, jint pData_offset)
{
CHECK_EXISTS(glCompressedTexImage3DARB)
@ -108,10 +108,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompre
}
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexSubImage1DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexSubImage1DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexSubImage1DARB
(JNIEnv * env, jclass clazz, jint target, jint level, jint xoffset, jint width, jint border, jint imageSize, jobject pData, jint pData_offset)
{
CHECK_EXISTS(glCompressedTexSubImage1DARB)
@ -121,10 +121,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompre
}
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexSubImage2DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexSubImage2DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexSubImage2DARB
(JNIEnv * env, jclass clazz, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint border, jint imageSize, jobject pData, jint pData_offset)
{
CHECK_EXISTS(glCompressedTexSubImage2DARB)
@ -134,10 +134,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompre
}
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexSubImage3DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexSubImage3DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexSubImage3DARB
(JNIEnv * env, jclass clazz, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint border, jint imageSize, jobject pData, jint pData_offset)
{
CHECK_EXISTS(glCompressedTexSubImage3DARB)
@ -147,10 +147,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompre
}
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglGetCompressedTexImageARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglGetCompressedTexImageARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglGetCompressedTexImageARB
(JNIEnv * env, jclass clazz, jint target, jint lod, jobject pImg, jint pImg_offset)
{
CHECK_EXISTS(glGetCompressedTexImageARB)

View File

@ -31,65 +31,65 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBTextureCompression
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBTextureCompression
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBTextureCompression
#define _Included_org_lwjgl_opengl_arb_ARBTextureCompression
#ifndef _Included_org_lwjgl_opengl_ARBTextureCompression
#define _Included_org_lwjgl_opengl_ARBTextureCompression
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexImage1DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexImage1DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexImage1DARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexImage2DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexImage2DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexImage2DARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexImage3DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexImage3DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexImage3DARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexSubImage1DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexSubImage1DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexSubImage1DARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexSubImage2DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexSubImage2DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexSubImage2DARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglCompressedTexSubImage3DARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglCompressedTexSubImage3DARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglCompressedTexSubImage3DARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBTextureCompression
* Class: org.lwjgl.opengl.ARBTextureCompression
* Method: nglGetCompressedTexImageARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTextureCompression_nglGetCompressedTexImageARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTextureCompression_nglGetCompressedTexImageARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBTransposeMatrix
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBTransposeMatrix
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBTransposeMatrix.h"
#include "org_lwjgl_opengl_ARBTransposeMatrix.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitARBTransposeMatrix(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBTransposeMatrix
* Class: org.lwjgl.opengl.ARBTransposeMatrix
* Method: nglLoadTransposeMatrixfARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTransposeMatrix_nglLoadTransposeMatrixfARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTransposeMatrix_nglLoadTransposeMatrixfARB
(JNIEnv * env, jclass clazz, jobject pfMtx, jint pfMtx_offset)
{
CHECK_EXISTS(glLoadTransposeMatrixfARB)
@ -67,10 +67,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTransposeMatrix_nglLoadTrans
}
/*
* Class: org.lwjgl.opengl.arb.ARBTransposeMatrix
* Class: org.lwjgl.opengl.ARBTransposeMatrix
* Method: nglMultTransposeMatrixfARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTransposeMatrix_nglMultTransposeMatrixfARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTransposeMatrix_nglMultTransposeMatrixfARB
(JNIEnv * env, jclass clazz, jobject pfMtx, jint pfMtx_offset)
{
CHECK_EXISTS(glMultTransposeMatrixfARB)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBTransposeMatrix
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBTransposeMatrix
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBTransposeMatrix
#define _Included_org_lwjgl_opengl_arb_ARBTransposeMatrix
#ifndef _Included_org_lwjgl_opengl_ARBTransposeMatrix
#define _Included_org_lwjgl_opengl_ARBTransposeMatrix
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBTransposeMatrix
* Class: org.lwjgl.opengl.ARBTransposeMatrix
* Method: nglLoadTransposeMatrixfARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTransposeMatrix_nglLoadTransposeMatrixfARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTransposeMatrix_nglLoadTransposeMatrixfARB
(JNIEnv *, jclass, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBTransposeMatrix
* Class: org.lwjgl.opengl.ARBTransposeMatrix
* Method: nglMultTransposeMatrixfARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBTransposeMatrix_nglMultTransposeMatrixfARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBTransposeMatrix_nglMultTransposeMatrixfARB
(JNIEnv *, jclass, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBVertexBlend
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBVertexBlend
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBVertexBlend.h"
#include "org_lwjgl_opengl_ARBVertexBlend.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -75,10 +75,10 @@ void extgl_InitARBVertexBlend(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightbvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightbvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightbvARB
(JNIEnv * env, jclass clazz, jint size, jobject pWeights, jint pWeights_offset)
{
CHECK_EXISTS(glWeightbvARB)
@ -88,10 +88,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightbvARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightfvARB
(JNIEnv * env, jclass clazz, jint size, jobject pfWeights, jint pfWeights_offset)
{
CHECK_EXISTS(glWeightfvARB)
@ -101,10 +101,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightfvARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightivARB
(JNIEnv * env, jclass clazz, jint size, jobject piWeights, jint piWeights_offset)
{
CHECK_EXISTS(glWeightivARB)
@ -114,10 +114,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightivARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightsvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightsvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightsvARB
(JNIEnv * env, jclass clazz, jint size, jobject psWeights, jint psWeights_offset)
{
CHECK_EXISTS(glWeightsvARB)
@ -127,10 +127,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightsvARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightubvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightubvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightubvARB
(JNIEnv * env, jclass clazz, jint size, jobject pWeights, jint pWeights_offset)
{
CHECK_EXISTS(glWeightubvARB)
@ -140,10 +140,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightubvARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightuivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightuivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightuivARB
(JNIEnv * env, jclass clazz, jint size, jobject piWeights, jint piWeights_offset)
{
CHECK_EXISTS(glWeightuivARB)
@ -153,10 +153,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightuivARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightusvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightusvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightusvARB
(JNIEnv * env, jclass clazz, jint size, jobject psWeights, jint psWeights_offset)
{
CHECK_EXISTS(glWeightusvARB)
@ -166,10 +166,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightusvARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightPointerARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightPointerARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightPointerARB
(JNIEnv * env, jclass clazz, jint size, jint type, jint stride, jobject pPointer, jint pPointer_offset)
{
CHECK_EXISTS(glWeightPointerARB)
@ -179,10 +179,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightPointer
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightPointerARBVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightPointerARBVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightPointerARBVBO
(JNIEnv * env, jclass clazz, jint size, jint type, jint stride, jint buffer_offset)
{
CHECK_EXISTS(glWeightPointerARB)
@ -191,10 +191,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightPointer
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: glVertexBlendARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_glVertexBlendARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_glVertexBlendARB
(JNIEnv * env, jclass clazz, jint count)
{
CHECK_EXISTS(glVertexBlendARB)

View File

@ -31,86 +31,86 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBVertexBlend
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBVertexBlend
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBVertexBlend
#define _Included_org_lwjgl_opengl_arb_ARBVertexBlend
#ifndef _Included_org_lwjgl_opengl_ARBVertexBlend
#define _Included_org_lwjgl_opengl_ARBVertexBlend
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightbvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightbvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightbvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightfvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightsvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightsvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightsvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightubvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightubvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightubvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightuivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightuivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightuivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightusvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightusvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightusvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightPointerARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightPointerARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightPointerARB
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: nglWeightPointerARBVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_nglWeightPointerARBVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_nglWeightPointerARBVBO
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBlend
* Class: org.lwjgl.opengl.ARBVertexBlend
* Method: glVertexBlendARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBlend_glVertexBlendARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBlend_glVertexBlendARB
(JNIEnv *, jclass, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBVertexBufferObject
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBVertexBufferObject
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBVertexBufferObject.h"
#include "org_lwjgl_opengl_ARBVertexBufferObject.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -52,7 +52,7 @@ typedef void * (APIENTRY * glMapBufferARBPROC) (GLenum target, GLenum access);
typedef GLboolean (APIENTRY * glUnmapBufferARBPROC) (GLenum target);
typedef void (APIENTRY * glGetBufferParameterivARBPROC) (GLenum target, GLenum pname, GLint *params);
typedef void (APIENTRY * glGetBufferPointervARBPROC) (GLenum target, GLenum pname, GLvoid **params);
static glBindBufferARBPROC glBindBufferARB;
static glDeleteBuffersARBPROC glDeleteBuffersARB;
static glGenBuffersARBPROC glGenBuffersARB;
@ -84,10 +84,10 @@ void extgl_InitARBVertexBufferObject(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglBindBufferARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBindBufferARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglBindBufferARB
(JNIEnv * env, jclass clazz, jint target, jint buffer)
{
CHECK_EXISTS(glBindBufferARB)
@ -96,10 +96,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBindBu
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglDeleteBuffersARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglDeleteBuffersARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglDeleteBuffersARB
(JNIEnv * env, jclass clazz, jint n, jobject buffers, jint buffers_offset)
{
CHECK_EXISTS(glDeleteBuffersARB)
@ -109,10 +109,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglDelete
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglGenBuffersARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGenBuffersARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglGenBuffersARB
(JNIEnv * env, jclass clazz, jint n, jobject buffers, jint buffers_offset)
{
CHECK_EXISTS(glGenBuffersARB)
@ -122,10 +122,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGenBuf
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: glIsBufferARB
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glIsBufferARB
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_glIsBufferARB
(JNIEnv * env, jclass clazz, jint buffer)
{
CHECK_EXISTS(glIsBufferARB)
@ -135,10 +135,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glIsB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglBufferDataARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBufferDataARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglBufferDataARB
(JNIEnv * env, jclass clazz, jint target, jint size, jobject data, jint data_offset, jint usage)
{
CHECK_EXISTS(glBufferDataARB)
@ -148,10 +148,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBuffer
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglBufferSubDataARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBufferSubDataARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglBufferSubDataARB
(JNIEnv * env, jclass clazz, jint target, jint offset, jint size, jobject data, jint data_offset)
{
CHECK_EXISTS(glBufferSubDataARB)
@ -161,10 +161,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBuffer
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglGetBufferSubDataARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGetBufferSubDataARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglGetBufferSubDataARB
(JNIEnv * env, jclass clazz, jint target, jint offset, jint size, jobject data, jint data_offset)
{
CHECK_EXISTS(glGetBufferSubDataARB)
@ -174,10 +174,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGetBuf
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: glMapBufferARB
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glMapBufferARB
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_glMapBufferARB
(JNIEnv * env, jclass clazz, jint target, jint access, jint size, jobject oldBuffer)
{
CHECK_EXISTS(glMapBufferARB)
@ -192,10 +192,10 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glMapB
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: glUnmapBufferARB
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glUnmapBufferARB
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_glUnmapBufferARB
(JNIEnv * env, jclass clazz, jint target)
{
CHECK_EXISTS(glUnmapBufferARB)
@ -205,10 +205,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glUnm
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglGetBufferParameterivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGetBufferParameterivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglGetBufferParameterivARB
(JNIEnv * env, jclass clazz, jint target, jint pname, jobject params, jint params_offset)
{
CHECK_EXISTS(glGetBufferParameterivARB)
@ -218,10 +218,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGetBuf
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: glGetBufferPointerARB
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glGetBufferPointerARB
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_glGetBufferPointerARB
(JNIEnv * env, jclass clazz, jint target, jint pname, jint size)
{
CHECK_EXISTS(glGetBufferPointervARB)

View File

@ -31,93 +31,93 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBVertexBufferObject
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBVertexBufferObject
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBVertexBufferObject
#define _Included_org_lwjgl_opengl_arb_ARBVertexBufferObject
#ifndef _Included_org_lwjgl_opengl_ARBVertexBufferObject
#define _Included_org_lwjgl_opengl_ARBVertexBufferObject
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglBindBufferARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBindBufferARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglBindBufferARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglDeleteBuffersARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglDeleteBuffersARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglDeleteBuffersARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglGenBuffersARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGenBuffersARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglGenBuffersARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: glIsBufferARB
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glIsBufferARB
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_glIsBufferARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglBufferDataARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBufferDataARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglBufferDataARB
(JNIEnv *, jclass, jint, jint, jobject, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglBufferSubDataARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglBufferSubDataARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglBufferSubDataARB
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglGetBufferSubDataARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGetBufferSubDataARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglGetBufferSubDataARB
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: glMapBufferARB
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glMapBufferARB
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_glMapBufferARB
(JNIEnv *, jclass, jint, jint, jint, jobject);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: glUnmapBufferARB
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glUnmapBufferARB
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_glUnmapBufferARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: nglGetBufferParameterivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_nglGetBufferParameterivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_nglGetBufferParameterivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexBufferObject
* Class: org.lwjgl.opengl.ARBVertexBufferObject
* Method: glGetBufferPointerARB
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_arb_ARBVertexBufferObject_glGetBufferPointerARB
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ARBVertexBufferObject_glGetBufferPointerARB
(JNIEnv *, jclass, jint, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBVertexProgram
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBVertexProgram
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBVertexProgram.h"
#include "org_lwjgl_opengl_ARBVertexProgram.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -116,10 +116,10 @@ void extgl_InitARBVertexProgram(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib1sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib1sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib1sARB
(JNIEnv * env, jclass clazz, jint index, jshort x)
{
CHECK_EXISTS(glVertexAttrib1sARB)
@ -128,10 +128,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib1fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib1fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib1fARB
(JNIEnv * env, jclass clazz, jint index, jfloat x)
{
CHECK_EXISTS(glVertexAttrib1fARB)
@ -140,10 +140,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib2sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib2sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib2sARB
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y)
{
CHECK_EXISTS(glVertexAttrib2sARB)
@ -152,10 +152,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib2fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib2fARB
(JNIEnv * env, jclass clazz, jint index, jfloat x, jfloat y)
{
CHECK_EXISTS(glVertexAttrib2fARB)
@ -164,10 +164,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib3sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib3sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib3sARB
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y, jshort z)
{
CHECK_EXISTS(glVertexAttrib3sARB)
@ -176,10 +176,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib3fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib3fARB
(JNIEnv * env, jclass clazz, jint index, jfloat x, jfloat y, jfloat z)
{
CHECK_EXISTS(glVertexAttrib3fARB)
@ -188,10 +188,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib4sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib4sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib4sARB
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y, jshort z, jshort w)
{
CHECK_EXISTS(glVertexAttrib4sARB)
@ -200,10 +200,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib4fARB
(JNIEnv * env, jclass clazz, jint index, jfloat x, jfloat y, jfloat z, jfloat w)
{
CHECK_EXISTS(glVertexAttrib4fARB)
@ -212,10 +212,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib4NubARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib4NubARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib4NubARB
(JNIEnv * env, jclass clazz, jint index, jbyte x, jbyte y, jbyte z, jbyte w)
{
CHECK_EXISTS(glVertexAttrib4NubARB)
@ -224,10 +224,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttribPointerARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttribPointerARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttribPointerARB
(JNIEnv * env, jclass clazz, jint index, jint size, jint type, jboolean normalized, jint stride, jobject buffer, jint bufferOffset)
{
CHECK_EXISTS(glVertexAttribPointerARB)
@ -237,10 +237,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttri
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttribPointerARBVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttribPointerARBVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttribPointerARBVBO
(JNIEnv * env, jclass clazz, jint index, jint size, jint type, jboolean normalized, jint stride, jint bufferOffset)
{
CHECK_EXISTS(glVertexAttribPointerARB)
@ -249,10 +249,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttri
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glEnableVertexAttribArrayARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glEnableVertexAttribArrayARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glEnableVertexAttribArrayARB
(JNIEnv * env, jclass clazz, jint index)
{
CHECK_EXISTS(glEnableVertexAttribArrayARB)
@ -261,10 +261,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glEnableVertex
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glDisableVertexAttribArrayARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glDisableVertexAttribArrayARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glDisableVertexAttribArrayARB
(JNIEnv * env, jclass clazz, jint index)
{
CHECK_EXISTS(glDisableVertexAttribArrayARB)
@ -273,10 +273,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glDisableVerte
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglGetVertexAttribfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglGetVertexAttribfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglGetVertexAttribfvARB
(JNIEnv * env, jclass clazz, jint index, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetVertexAttribfvARB)
@ -286,10 +286,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglGetVertexAt
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglGetVertexAttribivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglGetVertexAttribivARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglGetVertexAttribivARB
(JNIEnv * env, jclass clazz, jint index, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetVertexAttribivARB)
@ -299,10 +299,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglGetVertexAt
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glGetVertexAttribPointerARB
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glGetVertexAttribPointerARB
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glGetVertexAttribPointerARB
(JNIEnv * env, jclass clazz, jint index, jint pname, jint size)
{
CHECK_EXISTS(glGetVertexAttribPointervARB)

View File

@ -0,0 +1,295 @@
/*
* 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.ARBVertexProgram
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ARBVertexProgram
#define _Included_org_lwjgl_opengl_ARBVertexProgram
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib1sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib1sARB
(JNIEnv *, jclass, jint, jshort);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib1fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib1fARB
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib2sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib2sARB
(JNIEnv *, jclass, jint, jshort, jshort);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib2fARB
(JNIEnv *, jclass, jint, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib3sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib3sARB
(JNIEnv *, jclass, jint, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib3fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib4sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib4sARB
(JNIEnv *, jclass, jint, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib4fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glVertexAttrib4NubARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glVertexAttrib4NubARB
(JNIEnv *, jclass, jint, jbyte, jbyte, jbyte, jbyte);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib1svARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib1svARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib1fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib1fvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib2svARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib2svARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib2fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib2fvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib3svARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib3svARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib3fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib3fvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4bvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4bvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4svARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4svARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4ivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4ubvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4ubvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4usvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4usvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4uivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4uivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4fvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4NbvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4NbvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4NsvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4NsvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4NivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4NivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4NubvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4NubvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4NusvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4NusvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttrib4NuivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttrib4NuivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttribPointerARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttribPointerARB
(JNIEnv *, jclass, jint, jint, jint, jboolean, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglVertexAttribPointerARBVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglVertexAttribPointerARBVBO
(JNIEnv *, jclass, jint, jint, jint, jboolean, jint, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glEnableVertexAttribArrayARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glEnableVertexAttribArrayARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glDisableVertexAttribArrayARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glDisableVertexAttribArrayARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglGetVertexAttribfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglGetVertexAttribfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: nglGetVertexAttribivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_nglGetVertexAttribivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ARBVertexProgram
* Method: glGetVertexAttribPointerARB
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ARBVertexProgram_glGetVertexAttribPointerARB
(JNIEnv *, jclass, jint, jint, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBVertexShader
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBVertexShader
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBVertexShader.h"
#include "org_lwjgl_opengl_ARBVertexShader.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -62,10 +62,10 @@ void extgl_InitARBVertexShader(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexShader
* Class: org.lwjgl.opengl.ARBVertexShader
* Method: nglBindAttribLocationARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexShader_nglBindAttribLocationARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexShader_nglBindAttribLocationARB
(JNIEnv * env, jclass clazz, jint programObj, jint index, jobject name, jint nameOffset)
{
CHECK_EXISTS(glBindAttribLocationARB)
@ -75,10 +75,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexShader_nglBindAttribLo
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexShader
* Class: org.lwjgl.opengl.ARBVertexShader
* Method: nglGetActiveAttribARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexShader_nglGetActiveAttribARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexShader_nglGetActiveAttribARB
(JNIEnv * env, jclass clazz, jint programObj, jint index, jint maxLength, jobject length, jint lengthOffset, jobject size, jint sizeOffset, jobject type, jint typeOffset, jobject name, jint nameOffset)
{
CHECK_EXISTS(glGetActiveAttribARB)
@ -98,10 +98,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexShader_nglGetActiveAtt
}
/*
* Class: org.lwjgl.opengl.arb.ARBVertexShader
* Class: org.lwjgl.opengl.ARBVertexShader
* Method: nglGetAttribLocationARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBVertexShader_nglGetAttribLocationARB
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBVertexShader_nglGetAttribLocationARB
(JNIEnv * env, jclass clazz, jint programObj, jobject name, jint nameOffset)
{
CHECK_EXISTS(glGetAttribLocationARB)

View File

@ -31,37 +31,37 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBVertexShader
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBVertexShader
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBVertexShader
#define _Included_org_lwjgl_opengl_arb_ARBVertexShader
#ifndef _Included_org_lwjgl_opengl_ARBVertexShader
#define _Included_org_lwjgl_opengl_ARBVertexShader
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBVertexShader
* Class: org.lwjgl.opengl.ARBVertexShader
* Method: nglBindAttribLocationARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexShader_nglBindAttribLocationARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexShader_nglBindAttribLocationARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexShader
* Class: org.lwjgl.opengl.ARBVertexShader
* Method: nglGetActiveAttribARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexShader_nglGetActiveAttribARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBVertexShader_nglGetActiveAttribARB
(JNIEnv *, jclass, jint, jint, jint, jobject, jint, jobject, jint, jobject, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexShader
* Class: org.lwjgl.opengl.ARBVertexShader
* Method: nglGetAttribLocationARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBVertexShader_nglGetAttribLocationARB
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ARBVertexShader_nglGetAttribLocationARB
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.arb.ARBWindowPos
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ARBWindowPos
// ----------------------------------
#include "org_lwjgl_opengl_arb_ARBWindowPos.h"
#include "org_lwjgl_opengl_ARBWindowPos.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -66,10 +66,10 @@ void extgl_InitARBWindowPos(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos2fARB
(JNIEnv * env, jclass clazz, jfloat x, jfloat y)
{
CHECK_EXISTS(glWindowPos2fARB)
@ -78,10 +78,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2fARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos2iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos2iARB
(JNIEnv * env, jclass clazz, jint x, jint y)
{
CHECK_EXISTS(glWindowPos2iARB)
@ -90,10 +90,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2iARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos2sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos2sARB
(JNIEnv * env, jclass clazz, jshort x, jshort y)
{
CHECK_EXISTS(glWindowPos2sARB)
@ -102,10 +102,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2sARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos3fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos3fARB
(JNIEnv * env, jclass clazz, jfloat x, jfloat y, jfloat z)
{
CHECK_EXISTS(glWindowPos3fARB)
@ -114,10 +114,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos3fARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos3iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos3iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos3iARB
(JNIEnv * env, jclass clazz, jint x, jint y, jint z)
{
CHECK_EXISTS(glWindowPos3iARB)
@ -126,10 +126,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos3iARB
}
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos3sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos3sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos3sARB
(JNIEnv * env, jclass clazz, jshort x, jshort y, jshort z)
{
CHECK_EXISTS(glWindowPos3sARB)

View File

@ -31,58 +31,58 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.arb.ARBWindowPos
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ARBWindowPos
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBWindowPos
#define _Included_org_lwjgl_opengl_arb_ARBWindowPos
#ifndef _Included_org_lwjgl_opengl_ARBWindowPos
#define _Included_org_lwjgl_opengl_ARBWindowPos
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos2fARB
(JNIEnv *, jclass, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos2iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos2iARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos2sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos2sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos2sARB
(JNIEnv *, jclass, jshort, jshort);
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos3fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos3fARB
(JNIEnv *, jclass, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos3iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos3iARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos3iARB
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBWindowPos
* Class: org.lwjgl.opengl.ARBWindowPos
* Method: glWindowPos3sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBWindowPos_glWindowPos3sARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ARBWindowPos_glWindowPos3sARB
(JNIEnv *, jclass, jshort, jshort, jshort);
#ifdef __cplusplus

View File

@ -1,87 +0,0 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_opengl_arb_ARBOcclusionQuery */
#ifndef _Included_org_lwjgl_opengl_arb_ARBOcclusionQuery
#define _Included_org_lwjgl_opengl_arb_ARBOcclusionQuery
#ifdef __cplusplus
extern "C" {
#endif
#undef org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_SAMPLES_PASSED_ARB
#define org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_SAMPLES_PASSED_ARB 35092L
#undef org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_QUERY_COUNTER_BITS_ARB
#define org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_QUERY_COUNTER_BITS_ARB 34916L
#undef org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_CURRENT_QUERY_ARB
#define org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_CURRENT_QUERY_ARB 34917L
#undef org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_QUERY_RESULT_ARB
#define org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_QUERY_RESULT_ARB 34918L
#undef org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_QUERY_RESULT_AVAILABLE_ARB
#define org_lwjgl_opengl_arb_ARBOcclusionQuery_GL_QUERY_RESULT_AVAILABLE_ARB 34919L
/*
* Class: org_lwjgl_opengl_arb_ARBOcclusionQuery
* Method: nglGenQueriesARB
* Signature: (ILjava/nio/IntBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGenQueriesARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org_lwjgl_opengl_arb_ARBOcclusionQuery
* Method: nglDeleteQueriesARB
* Signature: (ILjava/nio/IntBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglDeleteQueriesARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org_lwjgl_opengl_arb_ARBOcclusionQuery
* Method: glIsQueryARB
* Signature: (I)Z
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glIsQueryARB
(JNIEnv *, jclass, jint);
/*
* Class: org_lwjgl_opengl_arb_ARBOcclusionQuery
* Method: glBeginQueryARB
* Signature: (II)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glBeginQueryARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org_lwjgl_opengl_arb_ARBOcclusionQuery
* Method: glEndQueryARB
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_glEndQueryARB
(JNIEnv *, jclass, jint);
/*
* Class: org_lwjgl_opengl_arb_ARBOcclusionQuery
* Method: nglGetQueryivARB
* Signature: (IILjava/nio/IntBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGetQueryivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org_lwjgl_opengl_arb_ARBOcclusionQuery
* Method: nglGetQueryObjectivARB
* Signature: (IILjava/nio/IntBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGetQueryObjectivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org_lwjgl_opengl_arb_ARBOcclusionQuery
* Method: nglGetQueryObjectuivARB
* Signature: (IILjava/nio/IntBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBOcclusionQuery_nglGetQueryObjectuivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -1,337 +0,0 @@
/*
* 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.arb.ARBShaderObjects
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBShaderObjects
#define _Included_org_lwjgl_opengl_arb_ARBShaderObjects
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glDeleteObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glDeleteObjectARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glGetHandleARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glGetHandleARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glDetachObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glDetachObjectARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glCreateShaderObjectARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCreateShaderObjectARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: initShaderSource
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_initShaderSource
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: setShaderString
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_setShaderString
(JNIEnv *, jclass, jint, jobject, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglShaderSourceARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglShaderSourceARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glCompileShaderARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCompileShaderARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glCreateProgramObjectARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glCreateProgramObjectARB
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glAttachObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glAttachObjectARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glLinkProgramARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glLinkProgramARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUseProgramObjectARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUseProgramObjectARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glValidateProgramARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glValidateProgramARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUniform1fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform1fARB
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUniform2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform2fARB
(JNIEnv *, jclass, jint, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUniform3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform3fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUniform4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform4fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUniform1iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform1iARB
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUniform2iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform2iARB
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUniform3iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform3iARB
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: glUniform4iARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_glUniform4iARB
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniform1fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform1fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniform2fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform2fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniform3fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform3fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniform4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform4fvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniform1ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform1ivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniform2ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform2ivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniform3ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform3ivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniform4ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniform4ivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniformMatrix2fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatrix2fvARB
(JNIEnv *, jclass, jint, jint, jboolean, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniformMatrix3fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatrix3fvARB
(JNIEnv *, jclass, jint, jint, jboolean, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglUniformMatrix4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglUniformMatrix4fvARB
(JNIEnv *, jclass, jint, jint, jboolean, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetObjectParameterfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetObjectParameterfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetObjectParameterivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetObjectParameterivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetInfoLogARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetInfoLogARB
(JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetAttachedObjectsARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetAttachedObjectsARB
(JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetUniformLocationARB
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformLocationARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetActiveUniformARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetActiveUniformARB
(JNIEnv *, jclass, jint, jint, jint, jobject, jint, jobject, jint, jobject, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetUniformfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetUniformivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetUniformivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBShaderObjects
* Method: nglGetShaderSourceARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBShaderObjects_nglGetShaderSourceARB
(JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -1,295 +0,0 @@
/*
* 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.arb.ARBVertexProgram
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_arb_ARBVertexProgram
#define _Included_org_lwjgl_opengl_arb_ARBVertexProgram
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib1sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib1sARB
(JNIEnv *, jclass, jint, jshort);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib1fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib1fARB
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib2sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib2sARB
(JNIEnv *, jclass, jint, jshort, jshort);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib2fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib2fARB
(JNIEnv *, jclass, jint, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib3sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib3sARB
(JNIEnv *, jclass, jint, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib3fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib3fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib4sARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib4sARB
(JNIEnv *, jclass, jint, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib4fARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib4fARB
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glVertexAttrib4NubARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glVertexAttrib4NubARB
(JNIEnv *, jclass, jint, jbyte, jbyte, jbyte, jbyte);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib1svARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib1svARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib1fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib1fvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib2svARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib2svARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib2fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib2fvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib3svARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib3svARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib3fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib3fvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4bvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4bvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4svARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4svARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4ivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4ivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4ubvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4ubvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4usvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4usvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4uivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4uivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4fvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4fvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4NbvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4NbvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4NsvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4NsvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4NivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4NivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4NubvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4NubvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4NusvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4NusvARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttrib4NuivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttrib4NuivARB
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttribPointerARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttribPointerARB
(JNIEnv *, jclass, jint, jint, jint, jboolean, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglVertexAttribPointerARBVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglVertexAttribPointerARBVBO
(JNIEnv *, jclass, jint, jint, jint, jboolean, jint, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glEnableVertexAttribArrayARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glEnableVertexAttribArrayARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glDisableVertexAttribArrayARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glDisableVertexAttribArrayARB
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglGetVertexAttribfvARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglGetVertexAttribfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: nglGetVertexAttribivARB
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_nglGetVertexAttribivARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.arb.ARBVertexProgram
* Method: glGetVertexAttribPointerARB
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_arb_ARBVertexProgram_glGetVertexAttribPointerARB
(JNIEnv *, jclass, jint, jint, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -2,14 +2,14 @@ noinst_LTLIBRARIES = libati.la
libati_la_SOURCES = $(SRC)
INCLUDES=-I..
SRC=org_lwjgl_opengl_ati_ATIElementArray.cpp \
org_lwjgl_opengl_ati_ATIElementArray.cpp \
org_lwjgl_opengl_ati_ATIEnvmapBumpmap.cpp \
org_lwjgl_opengl_ati_ATIFragmentShader.cpp \
org_lwjgl_opengl_ati_ATIPnTriangles.cpp \
org_lwjgl_opengl_ati_ATISeparateStencil.cpp \
org_lwjgl_opengl_ati_ATIVertexArrayObject.cpp \
org_lwjgl_opengl_ati_ATIVertexStreams.cpp \
org_lwjgl_opengl_ati_ATIDrawBuffers.cpp \
org_lwjgl_opengl_ati_ATIMapObjectBuffer.cpp \
org_lwjgl_opengl_ati_ATIVertexAttribArrayObject.cpp
SRC=org_lwjgl_opengl_ATIElementArray.cpp \
org_lwjgl_opengl_ATIElementArray.cpp \
org_lwjgl_opengl_ATIEnvmapBumpmap.cpp \
org_lwjgl_opengl_ATIFragmentShader.cpp \
org_lwjgl_opengl_ATIPnTriangles.cpp \
org_lwjgl_opengl_ATISeparateStencil.cpp \
org_lwjgl_opengl_ATIVertexArrayObject.cpp \
org_lwjgl_opengl_ATIVertexStreams.cpp \
org_lwjgl_opengl_ATIDrawBuffers.cpp \
org_lwjgl_opengl_ATIMapObjectBuffer.cpp \
org_lwjgl_opengl_ATIVertexAttribArrayObject.cpp

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIDrawBuffers
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIDrawBuffers
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIDrawBuffers.h"
#include "org_lwjgl_opengl_ATIDrawBuffers.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -53,10 +53,10 @@ void extgl_InitATIDrawBuffers(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIDrawBuffers
* Class: org.lwjgl.opengl.ATIDrawBuffers
* Method: nglDrawBuffersATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIDrawBuffers_nglDrawBuffersATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIDrawBuffers_nglDrawBuffersATI
(JNIEnv * env, jclass clazz, jint size, jobject buffers, jint buffersOffset)
{
CHECK_EXISTS(glDrawBuffersATI)

View File

@ -31,23 +31,23 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIDrawBuffers
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIDrawBuffers
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIDrawBuffers
#define _Included_org_lwjgl_opengl_ati_ATIDrawBuffers
#ifndef _Included_org_lwjgl_opengl_ATIDrawBuffers
#define _Included_org_lwjgl_opengl_ATIDrawBuffers
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIDrawBuffers
* Class: org.lwjgl.opengl.ATIDrawBuffers
* Method: nglDrawBuffersATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIDrawBuffers_nglDrawBuffersATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIDrawBuffers_nglDrawBuffersATI
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIElementArray
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIElementArray
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIElementArray.h"
#include "org_lwjgl_opengl_ATIElementArray.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -57,10 +57,10 @@ void extgl_InitATIElementArray(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIElementArray
* Class: org.lwjgl.opengl.ATIElementArray
* Method: nglElementPointerATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_nglElementPointerATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIElementArray_nglElementPointerATI
(JNIEnv * env, jclass clazz, jint type, jobject pPointer, jint pPointer_offset)
{
CHECK_EXISTS(glElementPointerATI)
@ -70,10 +70,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_nglElementPoint
}
/*
* Class: org.lwjgl.opengl.ati.ATIElementArray
* Class: org.lwjgl.opengl.ATIElementArray
* Method: nglElementPointerATIVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_nglElementPointerATIVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIElementArray_nglElementPointerATIVBO
(JNIEnv * env, jclass clazz, jint type, jint buffer_offset)
{
CHECK_EXISTS(glElementPointerATI)
@ -82,10 +82,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_nglElementPoint
}
/*
* Class: org.lwjgl.opengl.ati.ATIElementArray
* Class: org.lwjgl.opengl.ATIElementArray
* Method: glDrawElementArrayATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_glDrawElementArrayATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIElementArray_glDrawElementArrayATI
(JNIEnv * env, jclass clazz, jint mode, jint count)
{
CHECK_EXISTS(glDrawElementArrayATI)
@ -94,10 +94,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_glDrawElementAr
}
/*
* Class: org.lwjgl.opengl.ati.ATIElementArray
* Class: org.lwjgl.opengl.ATIElementArray
* Method: glDrawRangeElementArrayATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_glDrawRangeElementArrayATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIElementArray_glDrawRangeElementArrayATI
(JNIEnv * env, jclass clazz, jint mode, jint start, jint end, jint count)
{
CHECK_EXISTS(glDrawRangeElementArrayATI)

View File

@ -31,44 +31,44 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIElementArray
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIElementArray
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIElementArray
#define _Included_org_lwjgl_opengl_ati_ATIElementArray
#ifndef _Included_org_lwjgl_opengl_ATIElementArray
#define _Included_org_lwjgl_opengl_ATIElementArray
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIElementArray
* Class: org.lwjgl.opengl.ATIElementArray
* Method: nglElementPointerATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_nglElementPointerATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIElementArray_nglElementPointerATI
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIElementArray
* Class: org.lwjgl.opengl.ATIElementArray
* Method: nglElementPointerATIVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_nglElementPointerATIVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIElementArray_nglElementPointerATIVBO
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIElementArray
* Class: org.lwjgl.opengl.ATIElementArray
* Method: glDrawElementArrayATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_glDrawElementArrayATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIElementArray_glDrawElementArrayATI
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIElementArray
* Class: org.lwjgl.opengl.ATIElementArray
* Method: glDrawRangeElementArrayATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIElementArray_glDrawRangeElementArrayATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIElementArray_glDrawRangeElementArrayATI
(JNIEnv *, jclass, jint, jint, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIEnvmapBumpmap
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIEnvmapBumpmap.h"
#include "org_lwjgl_opengl_ATIEnvmapBumpmap.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -60,10 +60,10 @@ void extgl_InitATIEnvmapBumpmap(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
* Class: org.lwjgl.opengl.ATIEnvmapBumpmap
* Method: nglTexBumpParameterfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglTexBumpParameterfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIEnvmapBumpmap_nglTexBumpParameterfvATI
(JNIEnv * env, jclass clazz, jint pname, jobject pfParam, jint pfParam_offset)
{
CHECK_EXISTS(glTexBumpParameterfvATI)
@ -73,10 +73,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglTexBumpPara
}
/*
* Class: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
* Class: org.lwjgl.opengl.ATIEnvmapBumpmap
* Method: nglTexBumpParameterivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglTexBumpParameterivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIEnvmapBumpmap_nglTexBumpParameterivATI
(JNIEnv * env, jclass clazz, jint pname, jobject piParam, jint piParam_offset)
{
CHECK_EXISTS(glTexBumpParameterivATI)
@ -86,10 +86,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglTexBumpPara
}
/*
* Class: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
* Class: org.lwjgl.opengl.ATIEnvmapBumpmap
* Method: nglGetTexBumpParameterfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglGetTexBumpParameterfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIEnvmapBumpmap_nglGetTexBumpParameterfvATI
(JNIEnv * env, jclass clazz, jint pname, jobject pfParam, jint pfParam_offset)
{
CHECK_EXISTS(glGetTexBumpParameterfvATI)
@ -99,10 +99,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglGetTexBumpP
}
/*
* Class: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
* Class: org.lwjgl.opengl.ATIEnvmapBumpmap
* Method: nglGetTexBumpParameterivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglGetTexBumpParameterivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIEnvmapBumpmap_nglGetTexBumpParameterivATI
(JNIEnv * env, jclass clazz, jint pname, jobject piParam, jint piParam_offset)
{
CHECK_EXISTS(glGetTexBumpParameterivATI)

View File

@ -31,44 +31,44 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIEnvmapBumpmap
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIEnvmapBumpmap
#define _Included_org_lwjgl_opengl_ati_ATIEnvmapBumpmap
#ifndef _Included_org_lwjgl_opengl_ATIEnvmapBumpmap
#define _Included_org_lwjgl_opengl_ATIEnvmapBumpmap
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
* Class: org.lwjgl.opengl.ATIEnvmapBumpmap
* Method: nglTexBumpParameterfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglTexBumpParameterfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIEnvmapBumpmap_nglTexBumpParameterfvATI
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
* Class: org.lwjgl.opengl.ATIEnvmapBumpmap
* Method: nglTexBumpParameterivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglTexBumpParameterivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIEnvmapBumpmap_nglTexBumpParameterivATI
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
* Class: org.lwjgl.opengl.ATIEnvmapBumpmap
* Method: nglGetTexBumpParameterfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglGetTexBumpParameterfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIEnvmapBumpmap_nglGetTexBumpParameterfvATI
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIEnvmapBumpmap
* Class: org.lwjgl.opengl.ATIEnvmapBumpmap
* Method: nglGetTexBumpParameterivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIEnvmapBumpmap_nglGetTexBumpParameterivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIEnvmapBumpmap_nglGetTexBumpParameterivATI
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIFragmentShader
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIFragmentShader
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIFragmentShader.h"
#include "org_lwjgl_opengl_ATIFragmentShader.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -90,10 +90,10 @@ void extgl_InitATIFragmentShader(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glGenFragmentShadersATI
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glGenFragmentShadersATI
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glGenFragmentShadersATI
(JNIEnv * env, jclass clazz, jint range)
{
CHECK_EXISTS(glGenFragmentShadersATI)
@ -103,10 +103,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glGenFragment
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glBindFragmentShaderATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glBindFragmentShaderATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glBindFragmentShaderATI
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glBindFragmentShaderATI)
@ -115,10 +115,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glBindFragmen
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glDeleteFragmentShaderATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glDeleteFragmentShaderATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glDeleteFragmentShaderATI
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glDeleteFragmentShaderATI)
@ -127,10 +127,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glDeleteFragm
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glBeginFragmentShaderATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glBeginFragmentShaderATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glBeginFragmentShaderATI
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glBeginFragmentShaderATI)
@ -139,10 +139,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glBeginFragme
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glEndFragmentShaderATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glEndFragmentShaderATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glEndFragmentShaderATI
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glEndFragmentShaderATI)
@ -151,10 +151,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glEndFragment
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glPassTexCoordATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glPassTexCoordATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glPassTexCoordATI
(JNIEnv * env, jclass clazz, jint dst, jint coord, jint swizzle)
{
CHECK_EXISTS(glPassTexCoordATI)
@ -163,10 +163,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glPassTexCoor
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glSampleMapATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glSampleMapATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glSampleMapATI
(JNIEnv * env, jclass clazz, jint dst, jint interp, jint swizzle)
{
CHECK_EXISTS(glSampleMapATI)
@ -175,10 +175,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glSampleMapAT
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glColorFragmentOp1ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragmentOp1ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glColorFragmentOp1ATI
(JNIEnv * env, jclass clazz, jint op, jint dst, jint dstMask, jint dstMod, jint arg1, jint arg1Rep, jint arg1Mod)
{
CHECK_EXISTS(glColorFragmentOp1ATI)
@ -187,10 +187,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragme
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glColorFragmentOp2ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragmentOp2ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glColorFragmentOp2ATI
(JNIEnv * env, jclass clazz, jint op, jint dst, jint dstMask, jint dstMod, jint arg1, jint arg1Rep, jint arg1Mod, jint arg2, jint arg2Rep, jint arg2Mod)
{
CHECK_EXISTS(glColorFragmentOp2ATI)
@ -199,10 +199,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragme
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glColorFragmentOp3ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragmentOp3ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glColorFragmentOp3ATI
(JNIEnv * env, jclass clazz, jint op, jint dst, jint dstMask, jint dstMod, jint arg1, jint arg1Rep, jint arg1Mod, jint arg2, jint arg2Rep, jint arg2Mod, jint arg3, jint arg3Rep, jint arg3Mod)
{
CHECK_EXISTS(glColorFragmentOp3ATI)
@ -211,10 +211,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragme
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glAlphaFragmentOp1ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragmentOp1ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glAlphaFragmentOp1ATI
(JNIEnv * env, jclass clazz, jint op, jint dst, jint dstMod, jint arg1, jint arg1Rep, jint arg1Mod)
{
CHECK_EXISTS(glAlphaFragmentOp1ATI)
@ -223,10 +223,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragme
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glAlphaFragmentOp2ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragmentOp2ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glAlphaFragmentOp2ATI
(JNIEnv * env, jclass clazz, jint op, jint dst, jint dstMod, jint arg1, jint arg1Rep, jint arg1Mod, jint arg2, jint arg2Rep, jint arg2Mod)
{
CHECK_EXISTS(glAlphaFragmentOp2ATI)
@ -235,10 +235,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragme
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glAlphaFragmentOp3ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragmentOp3ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glAlphaFragmentOp3ATI
(JNIEnv * env, jclass clazz, jint op, jint dst, jint dstMod, jint arg1, jint arg1Rep, jint arg1Mod, jint arg2, jint arg2Rep, jint arg2Mod, jint arg3, jint arg3Rep, jint arg3Mod)
{
CHECK_EXISTS(glAlphaFragmentOp3ATI)
@ -247,10 +247,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragme
}
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: nglSetFragmentShaderConstantATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_nglSetFragmentShaderConstantATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_nglSetFragmentShaderConstantATI
(JNIEnv * env, jclass clazz, jint dst, jobject pfValue, jint pfValue_offset)
{
CHECK_EXISTS(glSetFragmentShaderConstantATI)

View File

@ -31,114 +31,114 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIFragmentShader
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIFragmentShader
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIFragmentShader
#define _Included_org_lwjgl_opengl_ati_ATIFragmentShader
#ifndef _Included_org_lwjgl_opengl_ATIFragmentShader
#define _Included_org_lwjgl_opengl_ATIFragmentShader
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glGenFragmentShadersATI
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glGenFragmentShadersATI
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glGenFragmentShadersATI
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glBindFragmentShaderATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glBindFragmentShaderATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glBindFragmentShaderATI
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glDeleteFragmentShaderATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glDeleteFragmentShaderATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glDeleteFragmentShaderATI
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glBeginFragmentShaderATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glBeginFragmentShaderATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glBeginFragmentShaderATI
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glEndFragmentShaderATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glEndFragmentShaderATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glEndFragmentShaderATI
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glPassTexCoordATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glPassTexCoordATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glPassTexCoordATI
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glSampleMapATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glSampleMapATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glSampleMapATI
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glColorFragmentOp1ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragmentOp1ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glColorFragmentOp1ATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glColorFragmentOp2ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragmentOp2ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glColorFragmentOp2ATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glColorFragmentOp3ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glColorFragmentOp3ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glColorFragmentOp3ATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glAlphaFragmentOp1ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragmentOp1ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glAlphaFragmentOp1ATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glAlphaFragmentOp2ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragmentOp2ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glAlphaFragmentOp2ATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: glAlphaFragmentOp3ATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_glAlphaFragmentOp3ATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_glAlphaFragmentOp3ATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIFragmentShader
* Class: org.lwjgl.opengl.ATIFragmentShader
* Method: nglSetFragmentShaderConstantATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIFragmentShader_nglSetFragmentShaderConstantATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIFragmentShader_nglSetFragmentShaderConstantATI
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIMapObjectBuffer
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIMapObjectBuffer
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIMapObjectBuffer.h"
#include "org_lwjgl_opengl_ATIMapObjectBuffer.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -56,10 +56,10 @@ void extgl_InitATIMapObjectBuffer(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIMapObjectBuffer
* Class: org.lwjgl.opengl.ATIMapObjectBuffer
* Method: glMapObjectBufferATI
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ati_ATIMapObjectBuffer_glMapObjectBufferATI
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ATIMapObjectBuffer_glMapObjectBufferATI
(JNIEnv * env, jclass clazz, jint buffer, jint size, jobject oldBuffer)
{
CHECK_EXISTS(glMapObjectBufferATI)
@ -75,10 +75,10 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ati_ATIMapObjectBuffer_glMapObje
}
/*
* Class: org.lwjgl.opengl.ati.ATIMapObjectBuffer
* Class: org.lwjgl.opengl.ATIMapObjectBuffer
* Method: glUnmapObjectBufferATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIMapObjectBuffer_glUnmapObjectBufferATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIMapObjectBuffer_glUnmapObjectBufferATI
(JNIEnv * env, jclass clazz, jint buffer)
{
CHECK_EXISTS(glUnmapObjectBufferATI)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIMapObjectBuffer
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIMapObjectBuffer
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIMapObjectBuffer
#define _Included_org_lwjgl_opengl_ati_ATIMapObjectBuffer
#ifndef _Included_org_lwjgl_opengl_ATIMapObjectBuffer
#define _Included_org_lwjgl_opengl_ATIMapObjectBuffer
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIMapObjectBuffer
* Class: org.lwjgl.opengl.ATIMapObjectBuffer
* Method: glMapObjectBufferATI
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ati_ATIMapObjectBuffer_glMapObjectBufferATI
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ATIMapObjectBuffer_glMapObjectBufferATI
(JNIEnv *, jclass, jint, jint, jobject);
/*
* Class: org.lwjgl.opengl.ati.ATIMapObjectBuffer
* Class: org.lwjgl.opengl.ATIMapObjectBuffer
* Method: glUnmapObjectBufferATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIMapObjectBuffer_glUnmapObjectBufferATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIMapObjectBuffer_glUnmapObjectBufferATI
(JNIEnv *, jclass, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIPnTriangles
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIPnTriangles
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIPnTriangles.h"
#include "org_lwjgl_opengl_ATIPnTriangles.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitATIPNTriangles(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIPnTriangles
* Class: org.lwjgl.opengl.ATIPnTriangles
* Method: glPNTrianglesfATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIPnTriangles_glPNTrianglesfATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIPnTriangles_glPNTrianglesfATI
(JNIEnv * env, jclass clazz, jint pname, jfloat param)
{
CHECK_EXISTS(glPNTrianglesfATI)
@ -66,10 +66,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIPnTriangles_glPNTrianglesfAT
}
/*
* Class: org.lwjgl.opengl.ati.ATIPnTriangles
* Class: org.lwjgl.opengl.ATIPnTriangles
* Method: glPNTrianglesiATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIPnTriangles_glPNTrianglesiATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIPnTriangles_glPNTrianglesiATI
(JNIEnv * env, jclass clazz, jint pname, jint param)
{
CHECK_EXISTS(glPNTrianglesiATI)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIPnTriangles
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIPnTriangles
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIPnTriangles
#define _Included_org_lwjgl_opengl_ati_ATIPnTriangles
#ifndef _Included_org_lwjgl_opengl_ATIPnTriangles
#define _Included_org_lwjgl_opengl_ATIPnTriangles
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIPnTriangles
* Class: org.lwjgl.opengl.ATIPnTriangles
* Method: glPNTrianglesfATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIPnTriangles_glPNTrianglesfATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIPnTriangles_glPNTrianglesfATI
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.ati.ATIPnTriangles
* Class: org.lwjgl.opengl.ATIPnTriangles
* Method: glPNTrianglesiATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIPnTriangles_glPNTrianglesiATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIPnTriangles_glPNTrianglesiATI
(JNIEnv *, jclass, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATISeparateStencil
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATISeparateStencil
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATISeparateStencil.h"
#include "org_lwjgl_opengl_ATISeparateStencil.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitATISeparateStencil(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATISeparateStencil
* Class: org.lwjgl.opengl.ATISeparateStencil
* Method: glStencilOpSeparateATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATISeparateStencil_glStencilOpSeparateATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATISeparateStencil_glStencilOpSeparateATI
(JNIEnv * env, jclass clazz, jint face, jint sfail, jint dpfail, jint dppass)
{
CHECK_EXISTS(glStencilOpSeparateATI)
@ -66,10 +66,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATISeparateStencil_glStencilOpS
}
/*
* Class: org.lwjgl.opengl.ati.ATISeparateStencil
* Class: org.lwjgl.opengl.ATISeparateStencil
* Method: glStencilFuncSeparateATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATISeparateStencil_glStencilFuncSeparateATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATISeparateStencil_glStencilFuncSeparateATI
(JNIEnv * env, jclass clazz, jint frontfunc, jint backfunc, jint ref, jint mask)
{
CHECK_EXISTS(glStencilFuncSeparateATI)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATISeparateStencil
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATISeparateStencil
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATISeparateStencil
#define _Included_org_lwjgl_opengl_ati_ATISeparateStencil
#ifndef _Included_org_lwjgl_opengl_ATISeparateStencil
#define _Included_org_lwjgl_opengl_ATISeparateStencil
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATISeparateStencil
* Class: org.lwjgl.opengl.ATISeparateStencil
* Method: glStencilOpSeparateATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATISeparateStencil_glStencilOpSeparateATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATISeparateStencil_glStencilOpSeparateATI
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATISeparateStencil
* Class: org.lwjgl.opengl.ATISeparateStencil
* Method: glStencilFuncSeparateATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATISeparateStencil_glStencilFuncSeparateATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATISeparateStencil_glStencilFuncSeparateATI
(JNIEnv *, jclass, jint, jint, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIVertexArrayObject
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIVertexArrayObject
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIVertexArrayObject.h"
#include "org_lwjgl_opengl_ATIVertexArrayObject.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -84,10 +84,10 @@ void extgl_InitATIVertexArrayObject(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglNewObjectBufferATI
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglNewObjectBufferATI
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglNewObjectBufferATI
(JNIEnv * env, jclass clazz, jint size, jobject pPointer, jint pPointer_offset, jint usage)
{
CHECK_EXISTS(glNewObjectBufferATI)
@ -98,10 +98,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglNewObje
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: glIsObjectBufferATI
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glIsObjectBufferATI
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_glIsObjectBufferATI
(JNIEnv * env, jclass clazz, jint buffer)
{
CHECK_EXISTS(glIsObjectBufferATI)
@ -111,10 +111,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glIsOb
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglUpdateObjectBufferATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglUpdateObjectBufferATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglUpdateObjectBufferATI
(JNIEnv * env, jclass clazz, jint buffer, jint offset, jint size, jobject pPointer, jint pPointer_offset, jint preserve)
{
CHECK_EXISTS(glUpdateObjectBufferATI)
@ -124,10 +124,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglUpdateO
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetObjectBufferfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetObjectBufferfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetObjectBufferfvATI
(JNIEnv * env, jclass clazz, jint buffer, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetObjectBufferfvATI)
@ -137,10 +137,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetObje
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetObjectBufferivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetObjectBufferivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetObjectBufferivATI
(JNIEnv * env, jclass clazz, jint buffer, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetObjectBufferivATI)
@ -150,10 +150,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetObje
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: glFreeObjectBufferATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glFreeObjectBufferATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_glFreeObjectBufferATI
(JNIEnv * env, jclass clazz, jint buffer)
{
CHECK_EXISTS(glFreeObjectBufferATI)
@ -162,10 +162,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glFreeObje
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: glArrayObjectATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glArrayObjectATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_glArrayObjectATI
(JNIEnv * env, jclass clazz, jint array, jint size, jint type, jint stride, jint buffer, jint offset)
{
CHECK_EXISTS(glArrayObjectATI)
@ -174,10 +174,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glArrayObj
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetArrayObjectfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetArrayObjectfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetArrayObjectfvATI
(JNIEnv * env, jclass clazz, jint array, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetArrayObjectfvATI)
@ -187,10 +187,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetArra
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetArrayObjectivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetArrayObjectivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetArrayObjectivATI
(JNIEnv * env, jclass clazz, jint array, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetArrayObjectivATI)
@ -200,10 +200,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetArra
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: glVariantArrayObjectATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glVariantArrayObjectATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_glVariantArrayObjectATI
(JNIEnv * env, jclass clazz, jint id, jint type, jint stride, jint buffer, jint offset)
{
CHECK_EXISTS(glVariantArrayObjectATI)
@ -212,10 +212,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glVariantA
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetVariantArrayObjectfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetVariantArrayObjectfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetVariantArrayObjectfvATI
(JNIEnv * env, jclass clazz, jint id, jint pname, jobject pfParams, jint pfParams_offset_offset)
{
CHECK_EXISTS(glGetVariantArrayObjectfvATI)
@ -225,10 +225,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetVari
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetVariantArrayObjectivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetVariantArrayObjectivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetVariantArrayObjectivATI
(JNIEnv * env, jclass clazz, jint id, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetVariantArrayObjectivATI)

View File

@ -31,100 +31,100 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIVertexArrayObject
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIVertexArrayObject
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIVertexArrayObject
#define _Included_org_lwjgl_opengl_ati_ATIVertexArrayObject
#ifndef _Included_org_lwjgl_opengl_ATIVertexArrayObject
#define _Included_org_lwjgl_opengl_ATIVertexArrayObject
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglNewObjectBufferATI
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglNewObjectBufferATI
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglNewObjectBufferATI
(JNIEnv *, jclass, jint, jobject, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: glIsObjectBufferATI
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glIsObjectBufferATI
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_glIsObjectBufferATI
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglUpdateObjectBufferATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglUpdateObjectBufferATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglUpdateObjectBufferATI
(JNIEnv *, jclass, jint, jint, jint, jobject, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetObjectBufferfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetObjectBufferfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetObjectBufferfvATI
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetObjectBufferivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetObjectBufferivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetObjectBufferivATI
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: glFreeObjectBufferATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glFreeObjectBufferATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_glFreeObjectBufferATI
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: glArrayObjectATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glArrayObjectATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_glArrayObjectATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetArrayObjectfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetArrayObjectfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetArrayObjectfvATI
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetArrayObjectivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetArrayObjectivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetArrayObjectivATI
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: glVariantArrayObjectATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_glVariantArrayObjectATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_glVariantArrayObjectATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetVariantArrayObjectfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetVariantArrayObjectfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetVariantArrayObjectfvATI
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexArrayObject
* Class: org.lwjgl.opengl.ATIVertexArrayObject
* Method: nglGetVariantArrayObjectivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexArrayObject_nglGetVariantArrayObjectivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexArrayObject_nglGetVariantArrayObjectivATI
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIVertexAttribArrayObject
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIVertexAttribArrayObject
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIVertexAttribArrayObject.h"
#include "org_lwjgl_opengl_ATIVertexAttribArrayObject.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -59,10 +59,10 @@ void extgl_InitATIVertexAttribArrayObject(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexAttribArrayObject
* Class: org.lwjgl.opengl.ATIVertexAttribArrayObject
* Method: glVertexAttribArrayObjectATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject_glVertexAttribArrayObjectATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexAttribArrayObject_glVertexAttribArrayObjectATI
(JNIEnv * env, jclass clazz, jint index, jint size, jint type, jboolean normalized, jint stride, jint buffer, jint offset)
{
CHECK_EXISTS(glVertexAttribArrayObjectATI)
@ -71,10 +71,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject_glVe
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexAttribArrayObject
* Class: org.lwjgl.opengl.ATIVertexAttribArrayObject
* Method: nglGetVertexAttribArrayObjectfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject_nglGetVertexAttribArrayObjectfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexAttribArrayObject_nglGetVertexAttribArrayObjectfvATI
(JNIEnv * env, jclass clazz, jint index, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetVertexAttribArrayObjectfvATI)
@ -84,10 +84,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject_nglG
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexAttribArrayObject
* Class: org.lwjgl.opengl.ATIVertexAttribArrayObject
* Method: nglGetVertexAttribArrayObjectivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject_nglGetVertexAttribArrayObjectivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexAttribArrayObject_nglGetVertexAttribArrayObjectivATI
(JNIEnv * env, jclass clazz, jint index, jint pname, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetVertexAttribArrayObjectivATI)

View File

@ -31,37 +31,37 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIVertexAttribArrayObject
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIVertexAttribArrayObject
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject
#define _Included_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject
#ifndef _Included_org_lwjgl_opengl_ATIVertexAttribArrayObject
#define _Included_org_lwjgl_opengl_ATIVertexAttribArrayObject
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIVertexAttribArrayObject
* Class: org.lwjgl.opengl.ATIVertexAttribArrayObject
* Method: glVertexAttribArrayObjectATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject_glVertexAttribArrayObjectATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexAttribArrayObject_glVertexAttribArrayObjectATI
(JNIEnv *, jclass, jint, jint, jint, jboolean, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexAttribArrayObject
* Class: org.lwjgl.opengl.ATIVertexAttribArrayObject
* Method: nglGetVertexAttribArrayObjectfvATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject_nglGetVertexAttribArrayObjectfvATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexAttribArrayObject_nglGetVertexAttribArrayObjectfvATI
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexAttribArrayObject
* Class: org.lwjgl.opengl.ATIVertexAttribArrayObject
* Method: nglGetVertexAttribArrayObjectivATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexAttribArrayObject_nglGetVertexAttribArrayObjectivATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexAttribArrayObject_nglGetVertexAttribArrayObjectivATI
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ati.ATIVertexStreams
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ATIVertexStreams
// ----------------------------------
#include "org_lwjgl_opengl_ati_ATIVertexStreams.h"
#include "org_lwjgl_opengl_ATIVertexStreams.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -105,10 +105,10 @@ void extgl_InitATIVertexStreams(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream1fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream1fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream1fATI
(JNIEnv * env, jclass clazz, jint stream, jfloat x)
{
CHECK_EXISTS(glVertexStream1fATI)
@ -117,10 +117,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream1iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream1iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream1iATI
(JNIEnv * env, jclass clazz, jint stream, jint x)
{
CHECK_EXISTS(glVertexStream1iATI)
@ -129,10 +129,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream1sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream1sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream1sATI
(JNIEnv * env, jclass clazz, jint stream, jshort x)
{
CHECK_EXISTS(glVertexStream1sATI)
@ -141,10 +141,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream2fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream2fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream2fATI
(JNIEnv * env, jclass clazz, jint stream, jfloat x, jfloat y)
{
CHECK_EXISTS(glVertexStream2fATI)
@ -153,10 +153,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream2iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream2iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream2iATI
(JNIEnv * env, jclass clazz, jint stream, jint x, jint y)
{
CHECK_EXISTS(glVertexStream2iATI)
@ -165,10 +165,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream2sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream2sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream2sATI
(JNIEnv * env, jclass clazz, jint stream, jshort x, jshort y)
{
CHECK_EXISTS(glVertexStream2sATI)
@ -177,10 +177,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream3fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream3fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream3fATI
(JNIEnv * env, jclass clazz, jint stream, jfloat x, jfloat y, jfloat z)
{
CHECK_EXISTS(glVertexStream3fATI)
@ -189,10 +189,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream3iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream3iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream3iATI
(JNIEnv * env, jclass clazz, jint stream, jint x, jint y, jint z)
{
CHECK_EXISTS(glVertexStream3iATI)
@ -201,10 +201,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream3sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream3sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream3sATI
(JNIEnv * env, jclass clazz, jint stream, jshort x, jshort y, jshort z)
{
CHECK_EXISTS(glVertexStream3sATI)
@ -213,10 +213,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream4fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream4fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream4fATI
(JNIEnv * env, jclass clazz, jint stream, jfloat x, jfloat y, jfloat z, jfloat w)
{
CHECK_EXISTS(glVertexStream4fATI)
@ -225,10 +225,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream4iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream4iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream4iATI
(JNIEnv * env, jclass clazz, jint stream, jint x, jint y, jint z, jint w)
{
CHECK_EXISTS(glVertexStream4iATI)
@ -237,10 +237,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream4sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream4sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream4sATI
(JNIEnv * env, jclass clazz, jint stream, jshort x, jshort y, jshort z, jshort w)
{
CHECK_EXISTS(glVertexStream4sATI)
@ -249,10 +249,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glNormalStream3bATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream3bATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glNormalStream3bATI
(JNIEnv * env, jclass clazz, jint stream, jbyte x, jbyte y, jbyte z)
{
CHECK_EXISTS(glNormalStream3bATI)
@ -261,10 +261,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glNormalStream3fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream3fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glNormalStream3fATI
(JNIEnv * env, jclass clazz, jint stream, jfloat x, jfloat y, jfloat z)
{
CHECK_EXISTS(glNormalStream3fATI)
@ -273,10 +273,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glNormalStream3iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream3iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glNormalStream3iATI
(JNIEnv * env, jclass clazz, jint stream, jint x, jint y, jint z)
{
CHECK_EXISTS(glNormalStream3iATI)
@ -285,10 +285,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glNormalStream3sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream3sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glNormalStream3sATI
(JNIEnv * env, jclass clazz, jint stream, jshort x, jshort y, jshort z)
{
CHECK_EXISTS(glNormalStream3sATI)
@ -297,10 +297,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glClientActiveVertexStreamATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glClientActiveVertexStreamATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glClientActiveVertexStreamATI
(JNIEnv * env, jclass clazz, jint stream)
{
CHECK_EXISTS(glClientActiveVertexStreamATI)
@ -309,10 +309,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glClientActive
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexBlendEnvfATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexBlendEnvfATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexBlendEnvfATI
(JNIEnv * env, jclass clazz, jint pname, jfloat param)
{
CHECK_EXISTS(glVertexBlendEnvfATI)
@ -321,10 +321,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexBlendE
}
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexBlendEnviATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexBlendEnviATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexBlendEnviATI
(JNIEnv * env, jclass clazz, jint pname, jint param)
{
CHECK_EXISTS(glVertexBlendEnviATI)

View File

@ -31,149 +31,149 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ati.ATIVertexStreams
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ATIVertexStreams
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ati_ATIVertexStreams
#define _Included_org_lwjgl_opengl_ati_ATIVertexStreams
#ifndef _Included_org_lwjgl_opengl_ATIVertexStreams
#define _Included_org_lwjgl_opengl_ATIVertexStreams
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream1fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream1fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream1fATI
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream1iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream1iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream1iATI
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream1sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream1sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream1sATI
(JNIEnv *, jclass, jint, jshort);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream2fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream2fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream2fATI
(JNIEnv *, jclass, jint, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream2iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream2iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream2iATI
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream2sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream2sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream2sATI
(JNIEnv *, jclass, jint, jshort, jshort);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream3fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream3fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream3fATI
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream3iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream3iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream3iATI
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream3sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream3sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream3sATI
(JNIEnv *, jclass, jint, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream4fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream4fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream4fATI
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream4iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream4iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream4iATI
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexStream4sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexStream4sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexStream4sATI
(JNIEnv *, jclass, jint, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glNormalStream3bATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream3bATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glNormalStream3bATI
(JNIEnv *, jclass, jint, jbyte, jbyte, jbyte);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glNormalStream3fATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream3fATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glNormalStream3fATI
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glNormalStream3iATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream3iATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glNormalStream3iATI
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glNormalStream3sATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glNormalStream3sATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glNormalStream3sATI
(JNIEnv *, jclass, jint, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glClientActiveVertexStreamATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glClientActiveVertexStreamATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glClientActiveVertexStreamATI
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexBlendEnvfATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexBlendEnvfATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexBlendEnvfATI
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.ati.ATIVertexStreams
* Class: org.lwjgl.opengl.ATIVertexStreams
* Method: glVertexBlendEnviATI
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ati_ATIVertexStreams_glVertexBlendEnviATI
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ATIVertexStreams_glVertexBlendEnviATI
(JNIEnv *, jclass, jint, jint);
#ifdef __cplusplus

View File

@ -2,13 +2,13 @@ noinst_LTLIBRARIES = libext.la
libext_la_SOURCES = $(SRC)
INCLUDES=-I..
SRC=org_lwjgl_opengl_ext_EXTBlendFuncSeparate.cpp \
org_lwjgl_opengl_ext_EXTCompiledVertexArray.cpp \
org_lwjgl_opengl_ext_EXTDrawRangeElements.cpp \
org_lwjgl_opengl_ext_EXTFogCoord.cpp \
org_lwjgl_opengl_ext_EXTMultiDrawArrays.cpp \
org_lwjgl_opengl_ext_EXTPointParameters.cpp \
org_lwjgl_opengl_ext_EXTSecondaryColor.cpp \
org_lwjgl_opengl_ext_EXTStencilTwoSide.cpp \
org_lwjgl_opengl_ext_EXTVertexShader.cpp \
org_lwjgl_opengl_ext_EXTVertexWeighting.cpp
SRC=org_lwjgl_opengl_EXTBlendFuncSeparate.cpp \
org_lwjgl_opengl_EXTCompiledVertexArray.cpp \
org_lwjgl_opengl_EXTDrawRangeElements.cpp \
org_lwjgl_opengl_EXTFogCoord.cpp \
org_lwjgl_opengl_EXTMultiDrawArrays.cpp \
org_lwjgl_opengl_EXTPointParameters.cpp \
org_lwjgl_opengl_EXTSecondaryColor.cpp \
org_lwjgl_opengl_EXTStencilTwoSide.cpp \
org_lwjgl_opengl_EXTVertexShader.cpp \
org_lwjgl_opengl_EXTVertexWeighting.cpp

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTBlendFuncSeparate
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTBlendFuncSeparate
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTBlendFuncSeparate.h"
#include "org_lwjgl_opengl_EXTBlendFuncSeparate.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -51,10 +51,10 @@ void extgl_InitEXTBlendFuncSeparate(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTBlendFuncSeparate
* Class: org.lwjgl.opengl.EXTBlendFuncSeparate
* Method: glBlendFuncSeparateEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTBlendFuncSeparate_glBlendFuncSeparateEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTBlendFuncSeparate_glBlendFuncSeparateEXT
(JNIEnv * env, jclass clazz, jint sfactorRGB, jint dfactorRGB, jint sfactorAlpha, jint dfactorAlpha)
{
CHECK_EXISTS(glBlendFuncSeparateEXT)

View File

@ -31,23 +31,23 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTBlendFuncSeparate
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTBlendFuncSeparate
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTBlendFuncSeparate
#define _Included_org_lwjgl_opengl_ext_EXTBlendFuncSeparate
#ifndef _Included_org_lwjgl_opengl_EXTBlendFuncSeparate
#define _Included_org_lwjgl_opengl_EXTBlendFuncSeparate
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTBlendFuncSeparate
* Class: org.lwjgl.opengl.EXTBlendFuncSeparate
* Method: glBlendFuncSeparateEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTBlendFuncSeparate_glBlendFuncSeparateEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTBlendFuncSeparate_glBlendFuncSeparateEXT
(JNIEnv *, jclass, jint, jint, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTCompiledVertexArray
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTCompiledVertexArray
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTCompiledVertexArray.h"
#include "org_lwjgl_opengl_EXTCompiledVertexArray.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitEXTCompiledVertexArray(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTCompiledVertexArray
* Class: org.lwjgl.opengl.EXTCompiledVertexArray
* Method: glLockArraysEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTCompiledVertexArray_glLockArraysEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTCompiledVertexArray_glLockArraysEXT
(JNIEnv * env, jclass clazz, jint first, jint count)
{
CHECK_EXISTS(glLockArraysEXT)
@ -66,10 +66,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTCompiledVertexArray_glLockAr
}
/*
* Class: org.lwjgl.opengl.ext.EXTCompiledVertexArray
* Class: org.lwjgl.opengl.EXTCompiledVertexArray
* Method: glUnlockArraysEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTCompiledVertexArray_glUnlockArraysEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTCompiledVertexArray_glUnlockArraysEXT
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glUnlockArraysEXT)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTCompiledVertexArray
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTCompiledVertexArray
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTCompiledVertexArray
#define _Included_org_lwjgl_opengl_ext_EXTCompiledVertexArray
#ifndef _Included_org_lwjgl_opengl_EXTCompiledVertexArray
#define _Included_org_lwjgl_opengl_EXTCompiledVertexArray
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTCompiledVertexArray
* Class: org.lwjgl.opengl.EXTCompiledVertexArray
* Method: glLockArraysEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTCompiledVertexArray_glLockArraysEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTCompiledVertexArray_glLockArraysEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTCompiledVertexArray
* Class: org.lwjgl.opengl.EXTCompiledVertexArray
* Method: glUnlockArraysEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTCompiledVertexArray_glUnlockArraysEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTCompiledVertexArray_glUnlockArraysEXT
(JNIEnv *, jclass);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTDrawRangeElements
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTDrawRangeElements
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTDrawRangeElements.h"
#include "org_lwjgl_opengl_EXTDrawRangeElements.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -51,10 +51,10 @@ void extgl_InitEXTDrawRangeElements(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTDrawRangeElements
* Class: org.lwjgl.opengl.EXTDrawRangeElements
* Method: nglDrawRangeElementsEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTDrawRangeElements_nglDrawRangeElementsEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTDrawRangeElements_nglDrawRangeElementsEXT
(JNIEnv * env, jclass clazz, jint mode, jint start, jint end, jint count, jint type, jobject pIndices, jint pIndices_offset)
{
CHECK_EXISTS(glDrawRangeElementsEXT)
@ -64,10 +64,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTDrawRangeElements_nglDrawRan
}
/*
* Class: org.lwjgl.opengl.ext.EXTDrawRangeElements
* Class: org.lwjgl.opengl.EXTDrawRangeElements
* Method: nglDrawRangeElementsEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTDrawRangeElements_nglDrawRangeElementsEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTDrawRangeElements_nglDrawRangeElementsEXTVBO
(JNIEnv * env, jclass clazz, jint mode, jint start, jint end, jint count, jint type, jint buffer_offset)
{
CHECK_EXISTS(glDrawRangeElementsEXT)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTDrawRangeElements
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTDrawRangeElements
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTDrawRangeElements
#define _Included_org_lwjgl_opengl_ext_EXTDrawRangeElements
#ifndef _Included_org_lwjgl_opengl_EXTDrawRangeElements
#define _Included_org_lwjgl_opengl_EXTDrawRangeElements
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTDrawRangeElements
* Class: org.lwjgl.opengl.EXTDrawRangeElements
* Method: nglDrawRangeElementsEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTDrawRangeElements_nglDrawRangeElementsEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTDrawRangeElements_nglDrawRangeElementsEXT
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTDrawRangeElements
* Class: org.lwjgl.opengl.EXTDrawRangeElements
* Method: nglDrawRangeElementsEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTDrawRangeElements_nglDrawRangeElementsEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTDrawRangeElements_nglDrawRangeElementsEXTVBO
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTFogCoord
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTFogCoord
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTFogCoord.h"
#include "org_lwjgl_opengl_EXTFogCoord.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -57,10 +57,10 @@ void extgl_InitEXTFogCoord(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTFogCoord
* Class: org.lwjgl.opengl.EXTFogCoord
* Method: glFogCoordfEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTFogCoord_glFogCoordfEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTFogCoord_glFogCoordfEXT
(JNIEnv * env, jclass clazz, jfloat coord)
{
CHECK_EXISTS(glFogCoordfEXT)
@ -69,10 +69,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTFogCoord_glFogCoordfEXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTFogCoord
* Class: org.lwjgl.opengl.EXTFogCoord
* Method: nglFogCoordPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTFogCoord_nglFogCoordPointerEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTFogCoord_nglFogCoordPointerEXT
(JNIEnv * env, jclass clazz, jint type, jint stride, jobject data, jint data_offset)
{
CHECK_EXISTS(glFogCoordPointerEXT)
@ -82,10 +82,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTFogCoord_nglFogCoordPointerE
}
/*
* Class: org.lwjgl.opengl.ext.EXTFogCoord
* Class: org.lwjgl.opengl.EXTFogCoord
* Method: nglFogCoordPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTFogCoord_nglFogCoordPointerEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTFogCoord_nglFogCoordPointerEXTVBO
(JNIEnv * env, jclass clazz, jint type, jint stride, jint buffer_offset)
{
CHECK_EXISTS(glFogCoordPointerEXT)

View File

@ -31,37 +31,37 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTFogCoord
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTFogCoord
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTFogCoord
#define _Included_org_lwjgl_opengl_ext_EXTFogCoord
#ifndef _Included_org_lwjgl_opengl_EXTFogCoord
#define _Included_org_lwjgl_opengl_EXTFogCoord
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTFogCoord
* Class: org.lwjgl.opengl.EXTFogCoord
* Method: glFogCoordfEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTFogCoord_glFogCoordfEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTFogCoord_glFogCoordfEXT
(JNIEnv *, jclass, jfloat);
/*
* Class: org.lwjgl.opengl.ext.EXTFogCoord
* Class: org.lwjgl.opengl.EXTFogCoord
* Method: nglFogCoordPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTFogCoord_nglFogCoordPointerEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTFogCoord_nglFogCoordPointerEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTFogCoord
* Class: org.lwjgl.opengl.EXTFogCoord
* Method: nglFogCoordPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTFogCoord_nglFogCoordPointerEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTFogCoord_nglFogCoordPointerEXTVBO
(JNIEnv *, jclass, jint, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTMultiDrawArrays
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTMultiDrawArrays
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTMultiDrawArrays.h"
#include "org_lwjgl_opengl_EXTMultiDrawArrays.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitEXTMultiDrawArrays(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTMultiDrawArrays
* Class: org.lwjgl.opengl.EXTMultiDrawArrays
* Method: nglMultiDrawArraysEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTMultiDrawArrays_nglMultiDrawArraysEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTMultiDrawArrays_nglMultiDrawArraysEXT
(JNIEnv * env, jclass clazz, jint mode, jobject piFirst, jint piFirst_offset, jobject piCount, jint piCount_offset, jint primcount)
{
CHECK_EXISTS(glMultiDrawArraysEXT)

View File

@ -31,23 +31,23 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTMultiDrawArrays
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTMultiDrawArrays
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTMultiDrawArrays
#define _Included_org_lwjgl_opengl_ext_EXTMultiDrawArrays
#ifndef _Included_org_lwjgl_opengl_EXTMultiDrawArrays
#define _Included_org_lwjgl_opengl_EXTMultiDrawArrays
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTMultiDrawArrays
* Class: org.lwjgl.opengl.EXTMultiDrawArrays
* Method: nglMultiDrawArraysEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTMultiDrawArrays_nglMultiDrawArraysEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTMultiDrawArrays_nglMultiDrawArraysEXT
(JNIEnv *, jclass, jint, jobject, jint, jobject, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTPointParameters
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTPointParameters
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTPointParameters.h"
#include "org_lwjgl_opengl_EXTPointParameters.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitEXTPointParameters(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTPointParameters
* Class: org.lwjgl.opengl.EXTPointParameters
* Method: glPointParameterfEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTPointParameters_glPointParameterfEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTPointParameters_glPointParameterfEXT
(JNIEnv * env, jclass clazz, jint pname, jfloat param)
{
CHECK_EXISTS(glPointParameterfEXT)
@ -66,10 +66,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTPointParameters_glPointParam
}
/*
* Class: org.lwjgl.opengl.ext.EXTPointParameters
* Class: org.lwjgl.opengl.EXTPointParameters
* Method: nglPointParameterfvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTPointParameters_nglPointParameterfvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTPointParameters_nglPointParameterfvEXT
(JNIEnv * env, jclass clazz, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glPointParameterfvEXT)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTPointParameters
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTPointParameters
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTPointParameters
#define _Included_org_lwjgl_opengl_ext_EXTPointParameters
#ifndef _Included_org_lwjgl_opengl_EXTPointParameters
#define _Included_org_lwjgl_opengl_EXTPointParameters
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTPointParameters
* Class: org.lwjgl.opengl.EXTPointParameters
* Method: glPointParameterfEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTPointParameters_glPointParameterfEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTPointParameters_glPointParameterfEXT
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.ext.EXTPointParameters
* Class: org.lwjgl.opengl.EXTPointParameters
* Method: nglPointParameterfvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTPointParameters_nglPointParameterfvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTPointParameters_nglPointParameterfvEXT
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTSecondaryColor
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTSecondaryColor
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTSecondaryColor.h"
#include "org_lwjgl_opengl_EXTSecondaryColor.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -72,10 +72,10 @@ void extgl_InitEXTSecondaryColor(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: glSecondaryColor3bEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryColor3bEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_glSecondaryColor3bEXT
(JNIEnv * env, jclass clazz, jbyte red, jbyte green, jbyte blue)
{
CHECK_EXISTS(glSecondaryColor3bEXT)
@ -84,10 +84,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryCo
}
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: glSecondaryColor3fEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryColor3fEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_glSecondaryColor3fEXT
(JNIEnv * env, jclass clazz, jfloat red, jfloat green, jfloat blue)
{
CHECK_EXISTS(glSecondaryColor3fEXT)
@ -96,10 +96,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryCo
}
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: glSecondaryColor3ubEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryColor3ubEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_glSecondaryColor3ubEXT
(JNIEnv * env, jclass clazz, jbyte red, jbyte green, jbyte blue)
{
CHECK_EXISTS(glSecondaryColor3ubEXT)
@ -108,10 +108,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryCo
}
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: nglSecondaryColorPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_nglSecondaryColorPointerEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_nglSecondaryColorPointerEXT
(JNIEnv * env, jclass clazz, jint size, jint type, jint stride, jobject pPointer, jint pPointer_offset)
{
CHECK_EXISTS(glSecondaryColorPointerEXT)
@ -121,10 +121,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_nglSecondaryC
}
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: nglSecondaryColorPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_nglSecondaryColorPointerEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_nglSecondaryColorPointerEXTVBO
(JNIEnv * env, jclass clazz, jint size, jint type, jint stride, jint buffer_offset)
{
CHECK_EXISTS(glSecondaryColorPointerEXT)

View File

@ -31,51 +31,51 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTSecondaryColor
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTSecondaryColor
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTSecondaryColor
#define _Included_org_lwjgl_opengl_ext_EXTSecondaryColor
#ifndef _Included_org_lwjgl_opengl_EXTSecondaryColor
#define _Included_org_lwjgl_opengl_EXTSecondaryColor
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: glSecondaryColor3bEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryColor3bEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_glSecondaryColor3bEXT
(JNIEnv *, jclass, jbyte, jbyte, jbyte);
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: glSecondaryColor3fEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryColor3fEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_glSecondaryColor3fEXT
(JNIEnv *, jclass, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: glSecondaryColor3ubEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_glSecondaryColor3ubEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_glSecondaryColor3ubEXT
(JNIEnv *, jclass, jbyte, jbyte, jbyte);
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: nglSecondaryColorPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_nglSecondaryColorPointerEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_nglSecondaryColorPointerEXT
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTSecondaryColor
* Class: org.lwjgl.opengl.EXTSecondaryColor
* Method: nglSecondaryColorPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTSecondaryColor_nglSecondaryColorPointerEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTSecondaryColor_nglSecondaryColorPointerEXTVBO
(JNIEnv *, jclass, jint, jint, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTStencilTwoSide
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTStencilTwoSide
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTStencilTwoSide.h"
#include "org_lwjgl_opengl_EXTStencilTwoSide.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -51,10 +51,10 @@ void extgl_InitEXTStencilTwoSide(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTStencilTwoSide
* Class: org.lwjgl.opengl.EXTStencilTwoSide
* Method: glActiveStencilFaceEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTStencilTwoSide_glActiveStencilFaceEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTStencilTwoSide_glActiveStencilFaceEXT
(JNIEnv * env, jclass clazz, jint face)
{
CHECK_EXISTS(glActiveStencilFaceEXT)

View File

@ -31,23 +31,23 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTStencilTwoSide
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTStencilTwoSide
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTStencilTwoSide
#define _Included_org_lwjgl_opengl_ext_EXTStencilTwoSide
#ifndef _Included_org_lwjgl_opengl_EXTStencilTwoSide
#define _Included_org_lwjgl_opengl_EXTStencilTwoSide
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTStencilTwoSide
* Class: org.lwjgl.opengl.EXTStencilTwoSide
* Method: glActiveStencilFaceEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTStencilTwoSide_glActiveStencilFaceEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTStencilTwoSide_glActiveStencilFaceEXT
(JNIEnv *, jclass, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTVertexShader
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTVertexShader
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTVertexShader.h"
#include "org_lwjgl_opengl_EXTVertexShader.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -174,10 +174,10 @@ void extgl_InitEXTVertexShader(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBeginVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBeginVertexShaderEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBeginVertexShaderEXT
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glBeginVertexShaderEXT)
@ -186,10 +186,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBeginVertexSh
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glEndVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glEndVertexShaderEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glEndVertexShaderEXT
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glEndVertexShaderEXT)
@ -198,10 +198,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glEndVertexShad
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindVertexShaderEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindVertexShaderEXT
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glBindVertexShaderEXT)
@ -210,10 +210,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindVertexSha
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glGenVertexShadersEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGenVertexShadersEXT
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glGenVertexShadersEXT
(JNIEnv * env, jclass clazz, jint range)
{
CHECK_EXISTS(glGenVertexShadersEXT)
@ -223,10 +223,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGenVertexShad
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glDeleteVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glDeleteVertexShaderEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glDeleteVertexShaderEXT
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glDeleteVertexShaderEXT)
@ -235,10 +235,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glDeleteVertexS
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glShaderOp1EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp1EXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glShaderOp1EXT
(JNIEnv * env, jclass clazz, jint op, jint res, jint arg1)
{
CHECK_EXISTS(glShaderOp1EXT)
@ -247,10 +247,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp1EXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glShaderOp2EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp2EXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glShaderOp2EXT
(JNIEnv * env, jclass clazz, jint op, jint res, jint arg1, jint arg2)
{
CHECK_EXISTS(glShaderOp2EXT)
@ -259,10 +259,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp2EXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glShaderOp3EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp3EXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glShaderOp3EXT
(JNIEnv * env, jclass clazz, jint op, jint res, jint arg1, jint arg2, jint arg3)
{
CHECK_EXISTS(glShaderOp3EXT)
@ -271,10 +271,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp3EXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glSwizzleEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glSwizzleEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glSwizzleEXT
(JNIEnv * env, jclass clazz, jint res, jint in, jint outX, jint outY, jint outZ, jint outW)
{
CHECK_EXISTS(glSwizzleEXT)
@ -283,10 +283,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glSwizzleEXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glWriteMaskEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glWriteMaskEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glWriteMaskEXT
(JNIEnv * env, jclass clazz, jint res, jint in, jint outX, jint outY, jint outZ, jint outW)
{
CHECK_EXISTS(glWriteMaskEXT)
@ -295,10 +295,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glWriteMaskEXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glInsertComponentEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glInsertComponentEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glInsertComponentEXT
(JNIEnv * env, jclass clazz, jint res, jint src, jint num)
{
CHECK_EXISTS(glInsertComponentEXT)
@ -307,10 +307,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glInsertCompone
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glExtractComponentEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glExtractComponentEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glExtractComponentEXT
(JNIEnv * env, jclass clazz, jint res, jint src, jint num)
{
CHECK_EXISTS(glExtractComponentEXT)
@ -319,10 +319,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glExtractCompon
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glGenSymbolsEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGenSymbolsEXT
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glGenSymbolsEXT
(JNIEnv * env, jclass clazz, jint dataType, jint storageType, jint range, jint components)
{
CHECK_EXISTS(glGenSymbolsEXT)
@ -332,10 +332,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGenSymbolsEXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglSetInvariantEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglSetInvariantEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglSetInvariantEXT
(JNIEnv * env, jclass clazz, jint id, jint type, jobject pAddr, jint pAddr_offset)
{
CHECK_EXISTS(glSetInvariantEXT)
@ -345,10 +345,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglSetInvariant
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglSetLocalConstantEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglSetLocalConstantEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglSetLocalConstantEXT
(JNIEnv * env, jclass clazz, jint id, jint type, jobject pAddr, jint pAddr_offset)
{
CHECK_EXISTS(glSetLocalConstantEXT)
@ -358,10 +358,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglSetLocalCons
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantbvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantbvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantbvEXT
(JNIEnv * env, jclass clazz, jint id, jobject pAddr, jint pAddr_offset)
{
CHECK_EXISTS(glVariantbvEXT)
@ -371,10 +371,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantbvEXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantsvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantsvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantsvEXT
(JNIEnv * env, jclass clazz, jint id, jobject psAddr, jint psAddr_offset)
{
CHECK_EXISTS(glVariantsvEXT)
@ -384,10 +384,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantsvEXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantfvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantfvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantfvEXT
(JNIEnv * env, jclass clazz, jint id, jobject pfAddr, jint pfAddr_offset)
{
CHECK_EXISTS(glVariantfvEXT)
@ -397,10 +397,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantfvEXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantivEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantivEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantivEXT
(JNIEnv * env, jclass clazz, jint id, jobject piAddr, jint piAddr_offset)
{
CHECK_EXISTS(glVariantivEXT)
@ -410,10 +410,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantivEXT
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantubvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantubvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantubvEXT
(JNIEnv * env, jclass clazz, jint id, jobject pAddr, jint pAddr_offset)
{
CHECK_EXISTS(glVariantubvEXT)
@ -423,10 +423,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantubvEX
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantusvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantusvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantusvEXT
(JNIEnv * env, jclass clazz, jint id, jobject psAddr, jint psAddr_offset)
{
CHECK_EXISTS(glVariantusvEXT)
@ -436,10 +436,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantusvEX
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantuivEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantuivEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantuivEXT
(JNIEnv * env, jclass clazz, jint id, jobject piAddr, jint piAddr_offset)
{
CHECK_EXISTS(glVariantuivEXT)
@ -449,10 +449,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantuivEX
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantPointerEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantPointerEXT
(JNIEnv * env, jclass clazz, jint id, jint type, jint stride, jobject pAddr, jint pAddr_offset)
{
CHECK_EXISTS(glVariantPointerEXT)
@ -462,10 +462,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantPoint
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantPointerEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantPointerEXTVBO
(JNIEnv * env, jclass clazz, jint id, jint type, jint stride, jint buffer_offset)
{
CHECK_EXISTS(glVariantPointerEXT)
@ -474,10 +474,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantPoint
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glEnableVariantClientStateEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glEnableVariantClientStateEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glEnableVariantClientStateEXT
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glEnableVariantClientStateEXT)
@ -486,10 +486,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glEnableVariant
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glDisableVariantClientStateEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glDisableVariantClientStateEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glDisableVariantClientStateEXT
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glDisableVariantClientStateEXT)
@ -498,10 +498,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glDisableVarian
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindLightParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindLightParameterEXT
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindLightParameterEXT
(JNIEnv * env, jclass clazz, jint light, jint value)
{
CHECK_EXISTS(glBindLightParameterEXT)
@ -511,10 +511,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindLightPara
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindMaterialParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindMaterialParameterEXT
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindMaterialParameterEXT
(JNIEnv * env, jclass clazz, jint face, jint value)
{
CHECK_EXISTS(glBindMaterialParameterEXT)
@ -524,10 +524,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindMaterialP
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindTexGenParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindTexGenParameterEXT
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindTexGenParameterEXT
(JNIEnv * env, jclass clazz, jint unit, jint coord, jint value)
{
CHECK_EXISTS(glBindTexGenParameterEXT)
@ -537,10 +537,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindTexGenPar
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindTextureUnitParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindTextureUnitParameterEXT
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindTextureUnitParameterEXT
(JNIEnv * env, jclass clazz, jint unit, jint value)
{
CHECK_EXISTS(glBindTextureUnitParameterEXT)
@ -550,10 +550,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindTextureUn
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindParameterEXT
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindParameterEXT
(JNIEnv * env, jclass clazz, jint value)
{
CHECK_EXISTS(glBindParameterEXT)
@ -563,10 +563,10 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindParameter
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glIsVariantEnabledEXT
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glIsVariantEnabledEXT
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glIsVariantEnabledEXT
(JNIEnv * env, jclass clazz, jint id, jint cap)
{
CHECK_EXISTS(glIsVariantEnabledEXT)
@ -576,10 +576,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glIsVariant
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetVariantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantBooleanvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetVariantBooleanvEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject pbData, jint pbData_offset)
{
CHECK_EXISTS(glGetVariantBooleanvEXT)
@ -589,10 +589,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantBo
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetVariantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantIntegervEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetVariantIntegervEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject piData, jint piData_offset)
{
CHECK_EXISTS(glGetVariantIntegervEXT)
@ -602,10 +602,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantIn
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetVariantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantFloatvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetVariantFloatvEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject pfData, jint pfData_offset)
{
CHECK_EXISTS(glGetVariantFloatvEXT)
@ -615,10 +615,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantFl
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glGetVariantPointerEXT
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGetVariantPointerEXT
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glGetVariantPointerEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jint size)
{
CHECK_EXISTS(glGetVariantPointervEXT)
@ -629,10 +629,10 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGetVariant
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetInvariantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariantBooleanvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetInvariantBooleanvEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject pbData, jint pbData_offset)
{
CHECK_EXISTS(glGetInvariantBooleanvEXT)
@ -642,10 +642,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariant
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetInvariantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariantIntegervEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetInvariantIntegervEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject piData, jint piData_offset)
{
CHECK_EXISTS(glGetInvariantIntegervEXT)
@ -655,10 +655,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariant
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetInvariantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariantFloatvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetInvariantFloatvEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject pfData, jint pfData_offset)
{
CHECK_EXISTS(glGetInvariantFloatvEXT)
@ -668,10 +668,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariant
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetLocalConstantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetLocalConstantBooleanvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetLocalConstantBooleanvEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject pbData, jint pbData_offset)
{
CHECK_EXISTS(glGetLocalConstantBooleanvEXT)
@ -681,10 +681,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetLocalCons
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetLocalConstantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetLocalConstantIntegervEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetLocalConstantIntegervEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject piData, jint piData_offset)
{
CHECK_EXISTS(glGetLocalConstantIntegervEXT)
@ -694,10 +694,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetLocalCons
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetLocalConstantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetLocalConstantFloatvEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetLocalConstantFloatvEXT
(JNIEnv * env, jclass clazz, jint id, jint value, jobject pfData, jint pfData_offset)
{
CHECK_EXISTS(glGetLocalConstantFloatvEXT)

View File

@ -0,0 +1,344 @@
/*
* 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.EXTVertexShader
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_EXTVertexShader
#define _Included_org_lwjgl_opengl_EXTVertexShader
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBeginVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBeginVertexShaderEXT
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glEndVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glEndVertexShaderEXT
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindVertexShaderEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glGenVertexShadersEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glGenVertexShadersEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glDeleteVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glDeleteVertexShaderEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glShaderOp1EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glShaderOp1EXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glShaderOp2EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glShaderOp2EXT
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glShaderOp3EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glShaderOp3EXT
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glSwizzleEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glSwizzleEXT
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glWriteMaskEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glWriteMaskEXT
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glInsertComponentEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glInsertComponentEXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glExtractComponentEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glExtractComponentEXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glGenSymbolsEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glGenSymbolsEXT
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglSetInvariantEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglSetInvariantEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglSetLocalConstantEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglSetLocalConstantEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantbvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantbvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantsvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantsvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantfvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantfvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantivEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantivEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantubvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantubvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantusvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantusvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantuivEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantuivEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantPointerEXT
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglVariantPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglVariantPointerEXTVBO
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glEnableVariantClientStateEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glEnableVariantClientStateEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glDisableVariantClientStateEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glDisableVariantClientStateEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindLightParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindLightParameterEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindMaterialParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindMaterialParameterEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindTexGenParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindTexGenParameterEXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindTextureUnitParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindTextureUnitParameterEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glBindParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glBindParameterEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glIsVariantEnabledEXT
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glIsVariantEnabledEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetVariantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetVariantBooleanvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetVariantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetVariantIntegervEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetVariantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetVariantFloatvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: glGetVariantPointerEXT
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_EXTVertexShader_glGetVariantPointerEXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetInvariantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetInvariantBooleanvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetInvariantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetInvariantIntegervEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetInvariantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetInvariantFloatvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetLocalConstantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetLocalConstantBooleanvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetLocalConstantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetLocalConstantIntegervEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.EXTVertexShader
* Method: nglGetLocalConstantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexShader_nglGetLocalConstantFloatvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.ext.EXTVertexWeighting
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.EXTVertexWeighting
// ----------------------------------
#include "org_lwjgl_opengl_ext_EXTVertexWeighting.h"
#include "org_lwjgl_opengl_EXTVertexWeighting.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -57,10 +57,10 @@ void extgl_InitEXTVertexWeighting(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexWeighting
* Class: org.lwjgl.opengl.EXTVertexWeighting
* Method: glVertexWeightfEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexWeighting_glVertexWeightfEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexWeighting_glVertexWeightfEXT
(JNIEnv * env, jclass clazz, jfloat weight)
{
CHECK_EXISTS(glVertexWeightfEXT)
@ -69,10 +69,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexWeighting_glVertexWeig
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexWeighting
* Class: org.lwjgl.opengl.EXTVertexWeighting
* Method: nglVertexWeightPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexWeighting_nglVertexWeightPointerEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexWeighting_nglVertexWeightPointerEXT
(JNIEnv * env, jclass clazz, jint size, jint type, jint stride, jobject pPointer, jint pPointer_offset)
{
CHECK_EXISTS(glVertexWeightPointerEXT)
@ -82,10 +82,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexWeighting_nglVertexWei
}
/*
* Class: org.lwjgl.opengl.ext.EXTVertexWeighting
* Class: org.lwjgl.opengl.EXTVertexWeighting
* Method: nglVertexWeightPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexWeighting_nglVertexWeightPointerEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexWeighting_nglVertexWeightPointerEXTVBO
(JNIEnv * env, jclass clazz, jint size, jint type, jint stride, jint buffer_offset)
{
CHECK_EXISTS(glVertexWeightPointerEXT)

View File

@ -31,37 +31,37 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.ext.EXTVertexWeighting
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.EXTVertexWeighting
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTVertexWeighting
#define _Included_org_lwjgl_opengl_ext_EXTVertexWeighting
#ifndef _Included_org_lwjgl_opengl_EXTVertexWeighting
#define _Included_org_lwjgl_opengl_EXTVertexWeighting
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTVertexWeighting
* Class: org.lwjgl.opengl.EXTVertexWeighting
* Method: glVertexWeightfEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexWeighting_glVertexWeightfEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexWeighting_glVertexWeightfEXT
(JNIEnv *, jclass, jfloat);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexWeighting
* Class: org.lwjgl.opengl.EXTVertexWeighting
* Method: nglVertexWeightPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexWeighting_nglVertexWeightPointerEXT
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexWeighting_nglVertexWeightPointerEXT
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexWeighting
* Class: org.lwjgl.opengl.EXTVertexWeighting
* Method: nglVertexWeightPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexWeighting_nglVertexWeightPointerEXTVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTVertexWeighting_nglVertexWeightPointerEXTVBO
(JNIEnv *, jclass, jint, jint, jint, jint);
#ifdef __cplusplus

View File

@ -1,344 +0,0 @@
/*
* 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.ext.EXTVertexShader
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_ext_EXTVertexShader
#define _Included_org_lwjgl_opengl_ext_EXTVertexShader
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glBeginVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBeginVertexShaderEXT
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glEndVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glEndVertexShaderEXT
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glBindVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindVertexShaderEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glGenVertexShadersEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGenVertexShadersEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glDeleteVertexShaderEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glDeleteVertexShaderEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glShaderOp1EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp1EXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glShaderOp2EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp2EXT
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glShaderOp3EXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glShaderOp3EXT
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glSwizzleEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glSwizzleEXT
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glWriteMaskEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glWriteMaskEXT
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glInsertComponentEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glInsertComponentEXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glExtractComponentEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glExtractComponentEXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glGenSymbolsEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGenSymbolsEXT
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglSetInvariantEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglSetInvariantEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglSetLocalConstantEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglSetLocalConstantEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantbvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantbvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantsvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantsvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantfvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantfvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantivEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantivEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantubvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantubvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantusvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantusvEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantuivEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantuivEXT
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantPointerEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantPointerEXT
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglVariantPointerEXTVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglVariantPointerEXTVBO
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glEnableVariantClientStateEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glEnableVariantClientStateEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glDisableVariantClientStateEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glDisableVariantClientStateEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glBindLightParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindLightParameterEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glBindMaterialParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindMaterialParameterEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glBindTexGenParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindTexGenParameterEXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glBindTextureUnitParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindTextureUnitParameterEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glBindParameterEXT
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glBindParameterEXT
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glIsVariantEnabledEXT
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glIsVariantEnabledEXT
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetVariantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantBooleanvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetVariantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantIntegervEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetVariantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetVariantFloatvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: glGetVariantPointerEXT
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_glGetVariantPointerEXT
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetInvariantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariantBooleanvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetInvariantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariantIntegervEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetInvariantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetInvariantFloatvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetLocalConstantBooleanvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetLocalConstantBooleanvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetLocalConstantIntegervEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetLocalConstantIntegervEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.ext.EXTVertexShader
* Method: nglGetLocalConstantFloatvEXT
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_ext_EXTVertexShader_nglGetLocalConstantFloatvEXT
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -2,16 +2,16 @@ noinst_LTLIBRARIES = libnv.la
libnv_la_SOURCES = $(SRC)
INCLUDES=-I..
SRC=org_lwjgl_opengl_nv_NVEvaluators.cpp \
org_lwjgl_opengl_nv_NVFence.cpp \
org_lwjgl_opengl_nv_NVFragmentProgram.cpp \
org_lwjgl_opengl_nv_NVOcclusionQuery.cpp \
org_lwjgl_opengl_nv_NVPointSprite.cpp \
org_lwjgl_opengl_nv_NVProgram.cpp \
org_lwjgl_opengl_nv_NVRegisterCombiners.cpp \
org_lwjgl_opengl_nv_NVRegisterCombiners2.cpp \
org_lwjgl_opengl_nv_NVVertexArrayRange.cpp \
org_lwjgl_opengl_nv_NVVertexProgram.cpp \
org_lwjgl_opengl_nv_NVHalfFloat.cpp \
org_lwjgl_opengl_nv_NVPixelDataRange.cpp \
org_lwjgl_opengl_nv_NVPrimitiveRestart.cpp
SRC=org_lwjgl_opengl_NVEvaluators.cpp \
org_lwjgl_opengl_NVFence.cpp \
org_lwjgl_opengl_NVFragmentProgram.cpp \
org_lwjgl_opengl_NVOcclusionQuery.cpp \
org_lwjgl_opengl_NVPointSprite.cpp \
org_lwjgl_opengl_NVProgram.cpp \
org_lwjgl_opengl_NVRegisterCombiners.cpp \
org_lwjgl_opengl_NVRegisterCombiners2.cpp \
org_lwjgl_opengl_NVVertexArrayRange.cpp \
org_lwjgl_opengl_NVVertexProgram.cpp \
org_lwjgl_opengl_NVHalfFloat.cpp \
org_lwjgl_opengl_NVPixelDataRange.cpp \
org_lwjgl_opengl_NVPrimitiveRestart.cpp

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVEvaluators
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVEvaluators
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVEvaluators.h"
#include "org_lwjgl_opengl_NVEvaluators.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -75,10 +75,10 @@ void extgl_InitNVEvaluators(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapControlPointsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapControlPointsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapControlPointsNV
(JNIEnv * env, jclass clazz, jint target, jint index, jint type, jint ustride, jint vstride, jboolean packed, jobject pPoints, jint pPoints_offset)
{
CHECK_EXISTS(glGetMapControlPointsNV)
@ -88,10 +88,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapControlPoi
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglMapControlPointsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapControlPointsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglMapControlPointsNV
(JNIEnv * env, jclass clazz, jint target, jint index, jint type, jint ustride, jint vstride, jint uorder, jint vorder, jboolean packed, jobject pPoints, jint pPoints_offset)
{
CHECK_EXISTS(glMapControlPointsNV)
@ -101,10 +101,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapControlPoints
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglMapParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglMapParameterfvNV
(JNIEnv * env, jclass clazz, jint target, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glMapParameterfvNV)
@ -114,10 +114,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapParameterfvNV
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglMapParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglMapParameterivNV
(JNIEnv * env, jclass clazz, jint target, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glMapParameterivNV)
@ -127,10 +127,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapParameterivNV
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapParameterfvNV
(JNIEnv * env, jclass clazz, jint target, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetMapParameterfvNV)
@ -140,10 +140,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapParameterf
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapParameterivNV
(JNIEnv * env, jclass clazz, jint target, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetMapParameterivNV)
@ -153,10 +153,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapParameteri
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapAttribParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapAttribParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapAttribParameterfvNV
(JNIEnv * env, jclass clazz, jint target, jint index, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetMapAttribParameterfvNV)
@ -166,10 +166,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapAttribPara
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapAttribParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapAttribParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapAttribParameterivNV
(JNIEnv * env, jclass clazz, jint target, jint index, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetMapAttribParameterivNV)
@ -179,10 +179,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapAttribPara
}
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: glEvalMapsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_glEvalMapsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_glEvalMapsNV
(JNIEnv * env, jclass clazz, jint target, jint mode)
{
CHECK_EXISTS(glEvalMapsNV)

View File

@ -31,79 +31,79 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVEvaluators
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVEvaluators
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVEvaluators
#define _Included_org_lwjgl_opengl_nv_NVEvaluators
#ifndef _Included_org_lwjgl_opengl_NVEvaluators
#define _Included_org_lwjgl_opengl_NVEvaluators
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapControlPointsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapControlPointsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapControlPointsNV
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jboolean, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglMapControlPointsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapControlPointsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglMapControlPointsNV
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jboolean, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglMapParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglMapParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglMapParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglMapParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglMapParameterivNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapParameterivNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapAttribParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapAttribParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapAttribParameterfvNV
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: nglGetMapAttribParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_nglGetMapAttribParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_nglGetMapAttribParameterivNV
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVEvaluators
* Class: org.lwjgl.opengl.NVEvaluators
* Method: glEvalMapsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVEvaluators_glEvalMapsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVEvaluators_glEvalMapsNV
(JNIEnv *, jclass, jint, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVFence
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVFence
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVFence.h"
#include "org_lwjgl_opengl_NVFence.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -69,10 +69,10 @@ void extgl_InitNVFence(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: nglGenFencesNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_nglGenFencesNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_nglGenFencesNV
(JNIEnv * env, jclass clazz, jint n, jobject piFences, jint piFences_offset)
{
CHECK_EXISTS(glGenFencesNV)
@ -82,10 +82,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_nglGenFencesNV
}
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: nglDeleteFencesNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_nglDeleteFencesNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_nglDeleteFencesNV
(JNIEnv * env, jclass clazz, jint n, jobject piFences, jint piFences_offset)
{
CHECK_EXISTS(glDeleteFencesNV)
@ -95,10 +95,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_nglDeleteFencesNV
}
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: glSetFenceNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_glSetFenceNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_glSetFenceNV
(JNIEnv * env, jclass clazz, jint fence, jint condition)
{
CHECK_EXISTS(glSetFenceNV)
@ -107,10 +107,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_glSetFenceNV
}
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: glTestFenceNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVFence_glTestFenceNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVFence_glTestFenceNV
(JNIEnv * env, jclass clazz, jint fence)
{
CHECK_EXISTS(glTestFenceNV)
@ -120,10 +120,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVFence_glTestFenceNV
}
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: glFinishFenceNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_glFinishFenceNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_glFinishFenceNV
(JNIEnv * env, jclass clazz, jint fence)
{
CHECK_EXISTS(glFinishFenceNV)
@ -132,10 +132,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_glFinishFenceNV
}
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: glIsFenceNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVFence_glIsFenceNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVFence_glIsFenceNV
(JNIEnv * env, jclass clazz, jint fence)
{
CHECK_EXISTS(glIsFenceNV)
@ -145,10 +145,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVFence_glIsFenceNV
}
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: nglGetFenceivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_nglGetFenceivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_nglGetFenceivNV
(JNIEnv * env, jclass clazz, jint fence, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetFenceivNV)

View File

@ -31,65 +31,65 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVFence
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVFence
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVFence
#define _Included_org_lwjgl_opengl_nv_NVFence
#ifndef _Included_org_lwjgl_opengl_NVFence
#define _Included_org_lwjgl_opengl_NVFence
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: nglGenFencesNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_nglGenFencesNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_nglGenFencesNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: nglDeleteFencesNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_nglDeleteFencesNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_nglDeleteFencesNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: glSetFenceNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_glSetFenceNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_glSetFenceNV
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: glTestFenceNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVFence_glTestFenceNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVFence_glTestFenceNV
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: glFinishFenceNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_glFinishFenceNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_glFinishFenceNV
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: glIsFenceNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVFence_glIsFenceNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVFence_glIsFenceNV
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.nv.NVFence
* Class: org.lwjgl.opengl.NVFence
* Method: nglGetFenceivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFence_nglGetFenceivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFence_nglGetFenceivNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVFragmentProgram
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVFragmentProgram
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVFragmentProgram.h"
#include "org_lwjgl_opengl_NVFragmentProgram.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -66,10 +66,10 @@ void extgl_InitNVFragmentProgram(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVFragmentProgram
* Class: org.lwjgl.opengl.NVFragmentProgram
* Method: nglProgramNamedParameter4fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_nglProgramNamedParameter4fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFragmentProgram_nglProgramNamedParameter4fNV
(JNIEnv * env, jclass clazz, jint id, jint length, jobject name, jint nameOffset, jfloat x, jfloat y, jfloat z, jfloat w)
{
CHECK_EXISTS(glProgramNamedParameter4fNV)
@ -79,10 +79,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_nglProgramName
}
/*
* Class: org.lwjgl.opengl.nv.NVFragmentProgram
* Class: org.lwjgl.opengl.NVFragmentProgram
* Method: nglGetProgramNamedParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_nglGetProgramNamedParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFragmentProgram_nglGetProgramNamedParameterfvNV
(JNIEnv * env, jclass clazz, jint id, jint length, jobject name, jint nameOffset, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetProgramNamedParameterfvNV)
@ -93,10 +93,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_nglGetProgramN
}
/*
* Class: org.lwjgl.opengl.nv.NVFragmentProgram
* Class: org.lwjgl.opengl.NVFragmentProgram
* Method: glProgramLocalParameter4fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_glProgramLocalParameter4fARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFragmentProgram_glProgramLocalParameter4fARB
(JNIEnv * env, jclass clazz, jint target, jint index, jfloat x, jfloat y, jfloat z, jfloat w)
{
CHECK_EXISTS(glProgramLocalParameter4fARB)
@ -105,10 +105,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_glProgramLocal
}
/*
* Class: org.lwjgl.opengl.nv.NVFragmentProgram
* Class: org.lwjgl.opengl.NVFragmentProgram
* Method: nglGetProgramLocalParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_nglGetProgramLocalParameterfvARB
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFragmentProgram_nglGetProgramLocalParameterfvARB
(JNIEnv * env, jclass clazz, jint target, jint index, jobject params, jint params_offset)
{
CHECK_EXISTS(glGetProgramLocalParameterfvARB)

View File

@ -0,0 +1,71 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_opengl_NVFragmentProgram */
#ifndef _Included_org_lwjgl_opengl_NVFragmentProgram
#define _Included_org_lwjgl_opengl_NVFragmentProgram
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: _00024assertionsDisabled */
#undef org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_TARGET_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_TARGET_NV 34374L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_LENGTH_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_LENGTH_NV 34343L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_RESIDENT_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_RESIDENT_NV 34375L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_STRING_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_STRING_NV 34344L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_ERROR_POSITION_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_ERROR_POSITION_NV 34379L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_ERROR_STRING_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_PROGRAM_ERROR_STRING_NV 34932L
/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024nv_00024NVProgram */
/* Inaccessible static: _00024assertionsDisabled */
#undef org_lwjgl_opengl_NVFragmentProgram_GL_FRAGMENT_PROGRAM_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_FRAGMENT_PROGRAM_NV 34928L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_MAX_TEXTURE_COORDS_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_MAX_TEXTURE_COORDS_NV 34929L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_MAX_TEXTURE_IMAGE_UNITS_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_MAX_TEXTURE_IMAGE_UNITS_NV 34930L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_FRAGMENT_PROGRAM_BINDING_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_FRAGMENT_PROGRAM_BINDING_NV 34931L
#undef org_lwjgl_opengl_NVFragmentProgram_GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV
#define org_lwjgl_opengl_NVFragmentProgram_GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV 34920L
/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024nv_00024NVFragmentProgram */
/*
* Class: org_lwjgl_opengl_NVFragmentProgram
* Method: nglProgramNamedParameter4fNV
* Signature: (IILjava/nio/ByteBuffer;IFFFF)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFragmentProgram_nglProgramNamedParameter4fNV
(JNIEnv *, jclass, jint, jint, jobject, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org_lwjgl_opengl_NVFragmentProgram
* Method: nglGetProgramNamedParameterfvNV
* Signature: (IILjava/nio/ByteBuffer;ILjava/nio/FloatBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFragmentProgram_nglGetProgramNamedParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint);
/*
* Class: org_lwjgl_opengl_NVFragmentProgram
* Method: glProgramLocalParameter4fARB
* Signature: (IIFFFF)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFragmentProgram_glProgramLocalParameter4fARB
(JNIEnv *, jclass, jint, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org_lwjgl_opengl_NVFragmentProgram
* Method: nglGetProgramLocalParameterfvARB
* Signature: (IILjava/nio/FloatBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFragmentProgram_nglGetProgramLocalParameterfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVHalfFloat
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVHalfFloat
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVHalfFloat.h"
#include "org_lwjgl_opengl_NVHalfFloat.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -190,10 +190,10 @@ void extgl_InitNVHalfFloat(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertex2hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex2hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertex2hNV
(JNIEnv * env, jclass clazz, jshort x, jshort y)
{
CHECK_EXISTS(glVertex2hNV)
@ -202,10 +202,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex2hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertex3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertex3hNV
(JNIEnv * env, jclass clazz, jshort x, jshort y, jshort z)
{
CHECK_EXISTS(glVertex3hNV)
@ -214,10 +214,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex3hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertex4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertex4hNV
(JNIEnv * env, jclass clazz, jshort x, jshort y, jshort z, jshort w)
{
CHECK_EXISTS(glVertex4hNV)
@ -226,10 +226,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex4hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glNormal3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glNormal3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glNormal3hNV
(JNIEnv * env, jclass clazz, jshort nx, jshort ny, jshort nz)
{
CHECK_EXISTS(glNormal3hNV)
@ -238,10 +238,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glNormal3hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glColor3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glColor3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glColor3hNV
(JNIEnv * env, jclass clazz, jshort red, jshort green, jshort blue)
{
CHECK_EXISTS(glColor3hNV)
@ -250,10 +250,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glColor3hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glColor4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glColor4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glColor4hNV
(JNIEnv * env, jclass clazz, jshort red, jshort green, jshort blue, jshort alpha)
{
CHECK_EXISTS(glColor4hNV)
@ -262,10 +262,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glColor4hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glTexCoord1hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord1hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glTexCoord1hNV
(JNIEnv * env, jclass clazz, jshort s)
{
CHECK_EXISTS(glTexCoord1hNV)
@ -274,10 +274,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord1hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glTexCoord2hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord2hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glTexCoord2hNV
(JNIEnv * env, jclass clazz, jshort s, jshort t)
{
CHECK_EXISTS(glTexCoord2hNV)
@ -286,10 +286,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord2hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glTexCoord3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glTexCoord3hNV
(JNIEnv * env, jclass clazz, jshort s, jshort t, jshort r)
{
CHECK_EXISTS(glTexCoord3hNV)
@ -298,10 +298,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord3hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glTexCoord4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glTexCoord4hNV
(JNIEnv * env, jclass clazz, jshort s, jshort t, jshort r, jshort q)
{
CHECK_EXISTS(glTexCoord4hNV)
@ -310,10 +310,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord4hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glMultiTexCoord1hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord1hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glMultiTexCoord1hNV
(JNIEnv * env, jclass clazz, jint target, jshort s)
{
CHECK_EXISTS(glMultiTexCoord1hNV)
@ -322,10 +322,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord1hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glMultiTexCoord2hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord2hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glMultiTexCoord2hNV
(JNIEnv * env, jclass clazz, jint target, jshort s, jshort t)
{
CHECK_EXISTS(glMultiTexCoord2hNV)
@ -334,10 +334,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord2hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glMultiTexCoord3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glMultiTexCoord3hNV
(JNIEnv * env, jclass clazz, jint target, jshort s, jshort t, jshort r)
{
CHECK_EXISTS(glMultiTexCoord3hNV)
@ -346,10 +346,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord3hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glMultiTexCoord4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glMultiTexCoord4hNV
(JNIEnv * env, jclass clazz, jint target, jshort s, jshort t, jshort r, jshort q)
{
CHECK_EXISTS(glMultiTexCoord4hNV)
@ -358,10 +358,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord4hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glFogCoordhNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glFogCoordhNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glFogCoordhNV
(JNIEnv * env, jclass clazz, jshort fog)
{
CHECK_EXISTS(glFogCoordhNV)
@ -370,10 +370,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glFogCoordhNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glSecondaryColor3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glSecondaryColor3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glSecondaryColor3hNV
(JNIEnv * env, jclass clazz, jshort red, jshort green, jshort blue)
{
CHECK_EXISTS(glSecondaryColor3hNV)
@ -382,10 +382,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glSecondaryColor3hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexWeighthNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexWeighthNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexWeighthNV
(JNIEnv * env, jclass clazz, jshort weight)
{
CHECK_EXISTS(glVertexWeighthNV)
@ -394,10 +394,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexWeighthNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexAttrib1hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib1hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexAttrib1hNV
(JNIEnv * env, jclass clazz, jint index, jshort x)
{
CHECK_EXISTS(glVertexAttrib1hNV)
@ -406,10 +406,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib1hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexAttrib2hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib2hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexAttrib2hNV
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y)
{
CHECK_EXISTS(glVertexAttrib2hNV)
@ -418,10 +418,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib2hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexAttrib3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexAttrib3hNV
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y, jshort z)
{
CHECK_EXISTS(glVertexAttrib3hNV)
@ -430,10 +430,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib3hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexAttrib4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexAttrib4hNV
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y, jshort z, jshort w)
{
CHECK_EXISTS(glVertexAttrib4hNV)
@ -442,10 +442,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib4hNV
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: nglVertexAttribs1hvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs1hvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_nglVertexAttribs1hvNV
(JNIEnv * env, jclass clazz, jint index, jint n, jobject attribs, jint attribsOffset)
{
CHECK_EXISTS(glVertexAttribs1hvNV)
@ -455,10 +455,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs1hvN
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: nglVertexAttribs2hvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs2hvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_nglVertexAttribs2hvNV
(JNIEnv * env, jclass clazz, jint index, jint n, jobject attribs, jint attribsOffset)
{
CHECK_EXISTS(glVertexAttribs2hvNV)
@ -468,10 +468,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs2hvN
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: nglVertexAttribs3hvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs3hvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_nglVertexAttribs3hvNV
(JNIEnv * env, jclass clazz, jint index, jint n, jobject attribs, jint attribsOffset)
{
CHECK_EXISTS(glVertexAttribs3hvNV)
@ -481,10 +481,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs3hvN
}
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: nglVertexAttribs4hvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs4hvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_nglVertexAttribs4hvNV
(JNIEnv * env, jclass clazz, jint index, jint n, jobject attribs, jint attribsOffset)
{
CHECK_EXISTS(glVertexAttribs4hvNV)

View File

@ -31,191 +31,191 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVHalfFloat
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVHalfFloat
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVHalfFloat
#define _Included_org_lwjgl_opengl_nv_NVHalfFloat
#ifndef _Included_org_lwjgl_opengl_NVHalfFloat
#define _Included_org_lwjgl_opengl_NVHalfFloat
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertex2hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex2hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertex2hNV
(JNIEnv *, jclass, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertex3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertex3hNV
(JNIEnv *, jclass, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertex4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertex4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertex4hNV
(JNIEnv *, jclass, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glNormal3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glNormal3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glNormal3hNV
(JNIEnv *, jclass, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glColor3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glColor3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glColor3hNV
(JNIEnv *, jclass, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glColor4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glColor4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glColor4hNV
(JNIEnv *, jclass, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glTexCoord1hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord1hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glTexCoord1hNV
(JNIEnv *, jclass, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glTexCoord2hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord2hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glTexCoord2hNV
(JNIEnv *, jclass, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glTexCoord3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glTexCoord3hNV
(JNIEnv *, jclass, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glTexCoord4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glTexCoord4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glTexCoord4hNV
(JNIEnv *, jclass, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glMultiTexCoord1hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord1hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glMultiTexCoord1hNV
(JNIEnv *, jclass, jint, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glMultiTexCoord2hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord2hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glMultiTexCoord2hNV
(JNIEnv *, jclass, jint, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glMultiTexCoord3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glMultiTexCoord3hNV
(JNIEnv *, jclass, jint, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glMultiTexCoord4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glMultiTexCoord4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glMultiTexCoord4hNV
(JNIEnv *, jclass, jint, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glFogCoordhNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glFogCoordhNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glFogCoordhNV
(JNIEnv *, jclass, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glSecondaryColor3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glSecondaryColor3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glSecondaryColor3hNV
(JNIEnv *, jclass, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexWeighthNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexWeighthNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexWeighthNV
(JNIEnv *, jclass, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexAttrib1hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib1hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexAttrib1hNV
(JNIEnv *, jclass, jint, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexAttrib2hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib2hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexAttrib2hNV
(JNIEnv *, jclass, jint, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexAttrib3hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib3hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexAttrib3hNV
(JNIEnv *, jclass, jint, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: glVertexAttrib4hNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_glVertexAttrib4hNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_glVertexAttrib4hNV
(JNIEnv *, jclass, jint, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: nglVertexAttribs1hvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs1hvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_nglVertexAttribs1hvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: nglVertexAttribs2hvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs2hvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_nglVertexAttribs2hvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: nglVertexAttribs3hvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs3hvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_nglVertexAttribs3hvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVHalfFloat
* Class: org.lwjgl.opengl.NVHalfFloat
* Method: nglVertexAttribs4hvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVHalfFloat_nglVertexAttribs4hvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVHalfFloat_nglVertexAttribs4hvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVOcclusionQuery
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVOcclusionQuery
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVOcclusionQuery.h"
#include "org_lwjgl_opengl_NVOcclusionQuery.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -69,10 +69,10 @@ void extgl_InitNVOcclusionQuery(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: nglGenOcclusionQueriesNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglGenOcclusionQueriesNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_nglGenOcclusionQueriesNV
(JNIEnv * env, jclass clazz, jint n, jobject piIDs, jint piIDs_offset)
{
CHECK_EXISTS(glGenOcclusionQueriesNV)
@ -82,10 +82,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglGenOcclusion
}
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: nglDeleteOcclusionQueriesNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglDeleteOcclusionQueriesNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_nglDeleteOcclusionQueriesNV
(JNIEnv * env, jclass clazz, jint n, jobject piIDs, jint piIDs_offset)
{
CHECK_EXISTS(glDeleteOcclusionQueriesNV)
@ -95,10 +95,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglDeleteOcclus
}
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: glIsOcclusionQueryNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glIsOcclusionQueryNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_glIsOcclusionQueryNV
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glIsOcclusionQueryNV)
@ -108,10 +108,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glIsOcclusi
}
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: glBeginOcclusionQueryNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glBeginOcclusionQueryNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_glBeginOcclusionQueryNV
(JNIEnv * env, jclass clazz, jint id)
{
CHECK_EXISTS(glBeginOcclusionQueryNV)
@ -120,10 +120,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glBeginOcclusio
}
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: glEndOcclusionQueryNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glEndOcclusionQueryNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_glEndOcclusionQueryNV
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glEndOcclusionQueryNV)
@ -132,10 +132,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glEndOcclusionQ
}
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: nglGetOcclusionQueryivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglGetOcclusionQueryivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_nglGetOcclusionQueryivNV
(JNIEnv * env, jclass clazz, jint id, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetOcclusionQueryivNV)
@ -145,10 +145,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglGetOcclusion
}
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: nglGetOcclusionQueryuivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglGetOcclusionQueryuivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_nglGetOcclusionQueryuivNV
(JNIEnv * env, jclass clazz, jint id, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetOcclusionQueryuivNV)

View File

@ -31,65 +31,65 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVOcclusionQuery
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVOcclusionQuery
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVOcclusionQuery
#define _Included_org_lwjgl_opengl_nv_NVOcclusionQuery
#ifndef _Included_org_lwjgl_opengl_NVOcclusionQuery
#define _Included_org_lwjgl_opengl_NVOcclusionQuery
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: nglGenOcclusionQueriesNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglGenOcclusionQueriesNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_nglGenOcclusionQueriesNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: nglDeleteOcclusionQueriesNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglDeleteOcclusionQueriesNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_nglDeleteOcclusionQueriesNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: glIsOcclusionQueryNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glIsOcclusionQueryNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_glIsOcclusionQueryNV
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: glBeginOcclusionQueryNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glBeginOcclusionQueryNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_glBeginOcclusionQueryNV
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: glEndOcclusionQueryNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_glEndOcclusionQueryNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_glEndOcclusionQueryNV
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: nglGetOcclusionQueryivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglGetOcclusionQueryivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_nglGetOcclusionQueryivNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVOcclusionQuery
* Class: org.lwjgl.opengl.NVOcclusionQuery
* Method: nglGetOcclusionQueryuivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVOcclusionQuery_nglGetOcclusionQueryuivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVOcclusionQuery_nglGetOcclusionQueryuivNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVPixelDataRange
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVPixelDataRange
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVPixelDataRange.h"
#include "org_lwjgl_opengl_NVPixelDataRange.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -56,10 +56,10 @@ void extgl_InitNVPixelDataRange(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVPixelDataRange
* Class: org.lwjgl.opengl.NVPixelDataRange
* Method: nglPixelDataRangeNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPixelDataRange_nglPixelDataRangeNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPixelDataRange_nglPixelDataRangeNV
(JNIEnv * env, jclass clazz, jint target, jint length, jobject data, jint dataOffset)
{
CHECK_EXISTS(glPixelDataRangeNV)
@ -69,10 +69,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPixelDataRange_nglPixelDataRan
}
/*
* Class: org.lwjgl.opengl.nv.NVPixelDataRange
* Class: org.lwjgl.opengl.NVPixelDataRange
* Method: glFlushPixelDataRangeNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPixelDataRange_glFlushPixelDataRangeNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPixelDataRange_glFlushPixelDataRangeNV
(JNIEnv * env, jclass clazz, jint target)
{
CHECK_EXISTS(glFlushPixelDataRangeNV)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVPixelDataRange
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVPixelDataRange
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVPixelDataRange
#define _Included_org_lwjgl_opengl_nv_NVPixelDataRange
#ifndef _Included_org_lwjgl_opengl_NVPixelDataRange
#define _Included_org_lwjgl_opengl_NVPixelDataRange
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVPixelDataRange
* Class: org.lwjgl.opengl.NVPixelDataRange
* Method: nglPixelDataRangeNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPixelDataRange_nglPixelDataRangeNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPixelDataRange_nglPixelDataRangeNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVPixelDataRange
* Class: org.lwjgl.opengl.NVPixelDataRange
* Method: glFlushPixelDataRangeNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPixelDataRange_glFlushPixelDataRangeNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPixelDataRange_glFlushPixelDataRangeNV
(JNIEnv *, jclass, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVPointSprite
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVPointSprite
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVPointSprite.h"
#include "org_lwjgl_opengl_NVPointSprite.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitNVPointSprite(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVPointSprite
* Class: org.lwjgl.opengl.NVPointSprite
* Method: glPointParameteriNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPointSprite_glPointParameteriNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPointSprite_glPointParameteriNV
(JNIEnv * env, jclass clazz, jint pname, jint param)
{
CHECK_EXISTS(glPointParameteriNV)
@ -66,10 +66,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPointSprite_glPointParameteriN
}
/*
* Class: org.lwjgl.opengl.nv.NVPointSprite
* Class: org.lwjgl.opengl.NVPointSprite
* Method: nglPointParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPointSprite_nglPointParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPointSprite_nglPointParameterivNV
(JNIEnv * env, jclass clazz, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glPointParameterivNV)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVPointSprite
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVPointSprite
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVPointSprite
#define _Included_org_lwjgl_opengl_nv_NVPointSprite
#ifndef _Included_org_lwjgl_opengl_NVPointSprite
#define _Included_org_lwjgl_opengl_NVPointSprite
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVPointSprite
* Class: org.lwjgl.opengl.NVPointSprite
* Method: glPointParameteriNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPointSprite_glPointParameteriNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPointSprite_glPointParameteriNV
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVPointSprite
* Class: org.lwjgl.opengl.NVPointSprite
* Method: nglPointParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPointSprite_nglPointParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPointSprite_nglPointParameterivNV
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVPrimitiveRestart
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVPrimitiveRestart
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVPrimitiveRestart.h"
#include "org_lwjgl_opengl_NVPrimitiveRestart.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -56,10 +56,10 @@ void extgl_InitNVPrimitiveRestart(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVPrimitiveRestart
* Class: org.lwjgl.opengl.NVPrimitiveRestart
* Method: glPrimitiveRestartNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPrimitiveRestart_glPrimitiveRestartNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPrimitiveRestart_glPrimitiveRestartNV
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glPrimitiveRestartNV)
@ -68,10 +68,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPrimitiveRestart_glPrimitiveRe
}
/*
* Class: org.lwjgl.opengl.nv.NVPrimitiveRestart
* Class: org.lwjgl.opengl.NVPrimitiveRestart
* Method: glPrimitiveRestartIndexNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPrimitiveRestart_glPrimitiveRestartIndexNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPrimitiveRestart_glPrimitiveRestartIndexNV
(JNIEnv * env, jclass clazz, jint index)
{
CHECK_EXISTS(glPrimitiveRestartIndexNV)

View File

@ -31,30 +31,30 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVPrimitiveRestart
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVPrimitiveRestart
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVPrimitiveRestart
#define _Included_org_lwjgl_opengl_nv_NVPrimitiveRestart
#ifndef _Included_org_lwjgl_opengl_NVPrimitiveRestart
#define _Included_org_lwjgl_opengl_NVPrimitiveRestart
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVPrimitiveRestart
* Class: org.lwjgl.opengl.NVPrimitiveRestart
* Method: glPrimitiveRestartNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPrimitiveRestart_glPrimitiveRestartNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPrimitiveRestart_glPrimitiveRestartNV
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.nv.NVPrimitiveRestart
* Class: org.lwjgl.opengl.NVPrimitiveRestart
* Method: glPrimitiveRestartIndexNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVPrimitiveRestart_glPrimitiveRestartIndexNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVPrimitiveRestart_glPrimitiveRestartIndexNV
(JNIEnv *, jclass, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVProgram
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVProgram
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVProgram.h"
#include "org_lwjgl_opengl_NVProgram.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -75,10 +75,10 @@ void extgl_InitNVProgram(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglLoadProgramNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglLoadProgramNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglLoadProgramNV
(JNIEnv * env, jclass clazz, jint target, jint programID, jint length, jobject string, jint stringOffset)
{
CHECK_EXISTS(glLoadProgramNV)
@ -88,10 +88,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglLoadProgramNV
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: glBindProgramNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_glBindProgramNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_glBindProgramNV
(JNIEnv * env, jclass clazz, jint target, jint programID)
{
CHECK_EXISTS(glBindProgramNV)
@ -100,10 +100,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_glBindProgramNV
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglDeleteProgramsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglDeleteProgramsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglDeleteProgramsNV
(JNIEnv * env, jclass clazz, jint n, jobject programs, jint programsOffset)
{
CHECK_EXISTS(glDeleteProgramsNV)
@ -113,10 +113,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglDeleteProgramsNV
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglGenProgramsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGenProgramsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglGenProgramsNV
(JNIEnv * env, jclass clazz, jint n, jobject programs, jint programsOffset)
{
CHECK_EXISTS(glGenProgramsNV)
@ -126,10 +126,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGenProgramsNV
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglGetProgramivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGetProgramivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglGetProgramivNV
(JNIEnv * env, jclass clazz, jint programID, jint parameterName, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetProgramivNV)
@ -139,10 +139,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGetProgramivNV
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglGetProgramStringNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGetProgramStringNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglGetProgramStringNV
(JNIEnv * env, jclass clazz, jint programID, jint parameterName, jobject paramString, jint paramStringOffset)
{
CHECK_EXISTS(glGetProgramStringNV)
@ -152,10 +152,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGetProgramStringNV
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: glIsProgramNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVProgram_glIsProgramNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVProgram_glIsProgramNV
(JNIEnv * env, jclass clazz, jint programID)
{
CHECK_EXISTS(glIsProgramNV)
@ -165,10 +165,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVProgram_glIsProgramNV
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglAreProgramsResidentNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglAreProgramsResidentNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVProgram_nglAreProgramsResidentNV
(JNIEnv * env, jclass clazz, jint n, jobject programIDs, jint programIDsOffset, jobject programResidences, jint programResidencesOffset)
{
CHECK_EXISTS(glAreProgramsResidentNV)
@ -180,10 +180,10 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglAreProgramsResi
}
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglRequestResidentProgramsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglRequestResidentProgramsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglRequestResidentProgramsNV
(JNIEnv * env, jclass clazz, jint n, jobject programIDs, jint programIDsOffset)
{
CHECK_EXISTS(glRequestResidentProgramsNV)

View File

@ -31,79 +31,79 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVProgram
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVProgram
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVProgram
#define _Included_org_lwjgl_opengl_nv_NVProgram
#ifndef _Included_org_lwjgl_opengl_NVProgram
#define _Included_org_lwjgl_opengl_NVProgram
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglLoadProgramNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglLoadProgramNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglLoadProgramNV
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: glBindProgramNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_glBindProgramNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_glBindProgramNV
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglDeleteProgramsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglDeleteProgramsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglDeleteProgramsNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglGenProgramsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGenProgramsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglGenProgramsNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglGetProgramivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGetProgramivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglGetProgramivNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglGetProgramStringNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglGetProgramStringNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglGetProgramStringNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: glIsProgramNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVProgram_glIsProgramNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVProgram_glIsProgramNV
(JNIEnv *, jclass, jint);
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglAreProgramsResidentNV
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglAreProgramsResidentNV
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_NVProgram_nglAreProgramsResidentNV
(JNIEnv *, jclass, jint, jobject, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVProgram
* Class: org.lwjgl.opengl.NVProgram
* Method: nglRequestResidentProgramsNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVProgram_nglRequestResidentProgramsNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVProgram_nglRequestResidentProgramsNV
(JNIEnv *, jclass, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVRegisterCombiners
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVRegisterCombiners
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVRegisterCombiners.h"
#include "org_lwjgl_opengl_NVRegisterCombiners.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -87,10 +87,10 @@ void extgl_InitNVRegisterCombiners(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glCombinerParameterfNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerParameterfNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glCombinerParameterfNV
(JNIEnv * env, jclass clazz, jint pname, jfloat param)
{
CHECK_EXISTS(glCombinerParameterfNV)
@ -99,10 +99,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerPa
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglCombinerParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglCombinerParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglCombinerParameterfvNV
(JNIEnv * env, jclass clazz, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glCombinerParameterfvNV)
@ -112,10 +112,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglCombinerP
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glCombinerParameteriNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerParameteriNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glCombinerParameteriNV
(JNIEnv * env, jclass clazz, jint pname, jint param)
{
CHECK_EXISTS(glCombinerParameteriNV)
@ -124,10 +124,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerPa
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglCombinerParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglCombinerParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglCombinerParameterivNV
(JNIEnv * env, jclass clazz, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glCombinerParameterivNV)
@ -137,10 +137,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglCombinerP
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glCombinerInputNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerInputNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glCombinerInputNV
(JNIEnv * env, jclass clazz, jint stage, jint portion, jint variable, jint input, jint mapping, jint componentUsage)
{
CHECK_EXISTS(glCombinerInputNV)
@ -149,10 +149,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerIn
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glCombinerOutputNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerOutputNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glCombinerOutputNV
(JNIEnv * env, jclass clazz, jint stage, jint portion, jint abOutput, jint cdOutput, jint sumOutput, jint scale, jint bias, jboolean abDotProduct, jboolean cdDotProduct, jboolean muxSum)
{
CHECK_EXISTS(glCombinerOutputNV)
@ -161,10 +161,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerOu
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glFinalCombinerInputNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glFinalCombinerInputNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glFinalCombinerInputNV
(JNIEnv * env, jclass clazz, jint variable, jint input, jint mapping, jint componentUsage)
{
CHECK_EXISTS(glFinalCombinerInputNV)
@ -173,10 +173,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glFinalCombi
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerInputParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerInputParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerInputParameterfvNV
(JNIEnv * env, jclass clazz, jint stage, jint portion, jint variable, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetCombinerInputParameterfvNV)
@ -186,10 +186,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombin
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerInputParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerInputParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerInputParameterivNV
(JNIEnv * env, jclass clazz, jint stage, jint portion, jint variable, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetCombinerInputParameterivNV)
@ -199,10 +199,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombin
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerOutputParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerOutputParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerOutputParameterfvNV
(JNIEnv * env, jclass clazz, jint stage, jint portion, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetCombinerOutputParameterfvNV)
@ -212,10 +212,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombin
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerOutputParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerOutputParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerOutputParameterivNV
(JNIEnv * env, jclass clazz, jint stage, jint portion, jint pname, jobject piParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetCombinerOutputParameterivNV)
@ -225,10 +225,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombin
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetFinalCombinerInputParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetFinalCombinerInputParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetFinalCombinerInputParameterfvNV
(JNIEnv * env, jclass clazz, jint variable, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetFinalCombinerInputParameterfvNV)
@ -238,10 +238,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetFinalC
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetFinalCombinerInputParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetFinalCombinerInputParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetFinalCombinerInputParameterivNV
(JNIEnv * env, jclass clazz, jint variable, jint pname, jobject piParams, jint piParams_offset)
{
CHECK_EXISTS(glGetFinalCombinerInputParameterivNV)

View File

@ -31,121 +31,121 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVRegisterCombiners
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVRegisterCombiners
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVRegisterCombiners
#define _Included_org_lwjgl_opengl_nv_NVRegisterCombiners
#ifndef _Included_org_lwjgl_opengl_NVRegisterCombiners
#define _Included_org_lwjgl_opengl_NVRegisterCombiners
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glCombinerParameterfNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerParameterfNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glCombinerParameterfNV
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglCombinerParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglCombinerParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglCombinerParameterfvNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glCombinerParameteriNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerParameteriNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glCombinerParameteriNV
(JNIEnv *, jclass, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglCombinerParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglCombinerParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglCombinerParameterivNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glCombinerInputNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerInputNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glCombinerInputNV
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glCombinerOutputNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glCombinerOutputNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glCombinerOutputNV
(JNIEnv *, jclass, jint, jint, jint, jint, jint, jint, jint, jboolean, jboolean, jboolean);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: glFinalCombinerInputNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_glFinalCombinerInputNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_glFinalCombinerInputNV
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerInputParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerInputParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerInputParameterfvNV
(JNIEnv *, jclass, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerInputParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerInputParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerInputParameterivNV
(JNIEnv *, jclass, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerOutputParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerOutputParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerOutputParameterfvNV
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerOutputParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerOutputParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerOutputParameterivNV
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetFinalCombinerInputParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetFinalCombinerInputParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetFinalCombinerInputParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetFinalCombinerInputParameterivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetFinalCombinerInputParameterivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetFinalCombinerInputParameterivNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglCombinerStageParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglCombinerStageParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglCombinerStageParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners
* Class: org.lwjgl.opengl.NVRegisterCombiners
* Method: nglGetCombinerStageParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners_nglGetCombinerStageParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners_nglGetCombinerStageParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVRegisterCombiners2
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVRegisterCombiners2
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVRegisterCombiners2.h"
#include "org_lwjgl_opengl_NVRegisterCombiners2.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -54,10 +54,10 @@ void extgl_InitNVRegisterCombiners2(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners2
* Class: org.lwjgl.opengl.NVRegisterCombiners2
* Method: nglCombinerStageParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners2_nglCombinerStageParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners2_nglCombinerStageParameterfvNV
(JNIEnv * env, jclass clazz, jint stage, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glCombinerStageParameterfvNV)
@ -67,10 +67,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners2_nglCombiner
}
/*
* Class: org.lwjgl.opengl.nv.NVRegisterCombiners2
* Class: org.lwjgl.opengl.NVRegisterCombiners2
* Method: nglGetCombinerStageParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners2_nglGetCombinerStageParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners2_nglGetCombinerStageParameterfvNV
(JNIEnv * env, jclass clazz, jint stage, jint pname, jobject pfParams, jint pfParams_offset)
{
CHECK_EXISTS(glGetCombinerStageParameterfvNV)

View File

@ -0,0 +1,31 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_opengl_NVRegisterCombiners2 */
#ifndef _Included_org_lwjgl_opengl_NVRegisterCombiners2
#define _Included_org_lwjgl_opengl_NVRegisterCombiners2
#ifdef __cplusplus
extern "C" {
#endif
#undef org_lwjgl_opengl_NVRegisterCombiners2_GL_PER_STAGE_CONSTANTS_NV
#define org_lwjgl_opengl_NVRegisterCombiners2_GL_PER_STAGE_CONSTANTS_NV 34101L
/*
* Class: org_lwjgl_opengl_NVRegisterCombiners2
* Method: nglCombinerStageParameterfvNV
* Signature: (IILjava/nio/FloatBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners2_nglCombinerStageParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org_lwjgl_opengl_NVRegisterCombiners2
* Method: nglGetCombinerStageParameterfvNV
* Signature: (IILjava/nio/FloatBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVRegisterCombiners2_nglGetCombinerStageParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVVertexArrayRange
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVVertexArrayRange
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVVertexArrayRange.h"
#include "org_lwjgl_opengl_NVVertexArrayRange.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -80,12 +80,12 @@ void extgl_InitNVVertexArrayRange(JNIEnv *env, jobject ext_set)
#endif /* X11 */
EXTGL_SANITY_CHECK(env, ext_set, GL_NV_vertex_array_range)
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: nglVertexArrayRangeNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_nglVertexArrayRangeNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_nglVertexArrayRangeNV
(JNIEnv * env, jclass clazz, jint size, jobject pPointer, jint pPointer_offset)
{
CHECK_EXISTS(glVertexArrayRangeNV)
@ -95,10 +95,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_nglVertexArra
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: glFlushVertexArrayRangeNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glFlushVertexArrayRangeNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_glFlushVertexArrayRangeNV
(JNIEnv * env, jclass clazz)
{
CHECK_EXISTS(glFlushVertexArrayRangeNV)
@ -107,10 +107,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glFlushVertex
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: glXAllocateMemoryNV
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glXAllocateMemoryNV
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_glXAllocateMemoryNV
(JNIEnv * env, jclass clazz, jint size, jfloat readFrequency, jfloat writeFrequency, jfloat priority)
{
#ifdef _X11
@ -124,10 +124,10 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glXAllocat
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: glXFreeMemoryNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glXFreeMemoryNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_glXFreeMemoryNV
(JNIEnv * env, jclass clazz, jobject pointer)
{
#ifdef _X11
@ -139,10 +139,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glXFreeMemory
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: wglAllocateMemoryNV
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_wglAllocateMemoryNV
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_wglAllocateMemoryNV
(JNIEnv * env, jclass clazz, jint size, jfloat readFrequency, jfloat writeFrequency, jfloat priority)
{
#ifdef _WIN32
@ -156,10 +156,10 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_wglAllocat
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: wglFreeMemoryNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_wglFreeMemoryNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_wglFreeMemoryNV
(JNIEnv * env, jclass clazz, jobject pointer)
{
#ifdef _WIN32

View File

@ -31,58 +31,58 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVVertexArrayRange
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVVertexArrayRange
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVVertexArrayRange
#define _Included_org_lwjgl_opengl_nv_NVVertexArrayRange
#ifndef _Included_org_lwjgl_opengl_NVVertexArrayRange
#define _Included_org_lwjgl_opengl_NVVertexArrayRange
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: nglVertexArrayRangeNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_nglVertexArrayRangeNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_nglVertexArrayRangeNV
(JNIEnv *, jclass, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: glFlushVertexArrayRangeNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glFlushVertexArrayRangeNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_glFlushVertexArrayRangeNV
(JNIEnv *, jclass);
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: glXAllocateMemoryNV
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glXAllocateMemoryNV
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_glXAllocateMemoryNV
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: glXFreeMemoryNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_glXFreeMemoryNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_glXFreeMemoryNV
(JNIEnv *, jclass, jobject);
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: wglAllocateMemoryNV
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_wglAllocateMemoryNV
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_wglAllocateMemoryNV
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.nv.NVVertexArrayRange
* Class: org.lwjgl.opengl.NVVertexArrayRange
* Method: wglFreeMemoryNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexArrayRange_wglFreeMemoryNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexArrayRange_wglFreeMemoryNV
(JNIEnv *, jclass, jobject);
#ifdef __cplusplus

View File

@ -31,10 +31,10 @@
*/
// ----------------------------------
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.nv.NVVertexProgram
// IMPLEMENTATION OF NATIVE METHODS FOR CLASS: org.lwjgl.opengl.NVVertexProgram
// ----------------------------------
#include "org_lwjgl_opengl_nv_NVVertexProgram.h"
#include "org_lwjgl_opengl_NVVertexProgram.h"
#include "extgl.h"
#include "checkGLerror.h"
@ -162,10 +162,10 @@ void extgl_InitNVVertexProgram(JNIEnv *env, jobject ext_set)
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglExecuteProgramNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglExecuteProgramNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglExecuteProgramNV
(JNIEnv * env, jclass clazz, jint target, jint id, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glExecuteProgramNV)
@ -175,10 +175,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglExecuteProgra
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglGetProgramParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetProgramParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglGetProgramParameterfvNV
(JNIEnv * env, jclass clazz, jint target, jint index, jint parameterName, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetProgramParameterfvNV)
@ -188,10 +188,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetProgramPar
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglGetTrackMatrixivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetTrackMatrixivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglGetTrackMatrixivNV
(JNIEnv * env, jclass clazz, jint target, jint address, jint parameterName, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetTrackMatrixivNV)
@ -201,10 +201,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetTrackMatri
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglGetVertexAttribfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetVertexAttribfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglGetVertexAttribfvNV
(JNIEnv * env, jclass clazz, jint index, jint parameterName, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetVertexAttribfvNV)
@ -214,10 +214,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetVertexAttr
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglGetVertexAttribivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetVertexAttribivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglGetVertexAttribivNV
(JNIEnv * env, jclass clazz, jint index, jint parameterName, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glGetVertexAttribivNV)
@ -227,10 +227,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetVertexAttr
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glGetVertexAttribPointerNV
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glGetVertexAttribPointerNV
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glGetVertexAttribPointerNV
(JNIEnv * env, jclass clazz, jint index, jint parameterName, jint size)
{
CHECK_EXISTS(glGetVertexAttribPointervNV)
@ -241,10 +241,10 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glGetVertexAt
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glProgramParameter4fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glProgramParameter4fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glProgramParameter4fNV
(JNIEnv * env, jclass clazz, jint target, jint index, jfloat x, jfloat y, jfloat z, jfloat w)
{
CHECK_EXISTS(glProgramParameter4fNV)
@ -253,10 +253,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glProgramParamet
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglProgramParameters4fvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglProgramParameters4fvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglProgramParameters4fvNV
(JNIEnv * env, jclass clazz, jint target, jint index, jint count, jobject params, jint paramsOffset)
{
CHECK_EXISTS(glProgramParameters4fvNV)
@ -266,10 +266,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglProgramParame
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glTrackMatrixNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glTrackMatrixNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glTrackMatrixNV
(JNIEnv * env, jclass clazz, jint target, jint address, jint matrix, jint transform)
{
CHECK_EXISTS(glTrackMatrixNV)
@ -278,10 +278,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glTrackMatrixNV
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglVertexAttribPointerNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglVertexAttribPointerNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglVertexAttribPointerNV
(JNIEnv * env, jclass clazz, jint index, jint size, jint type, jint stride, jobject buffer, jint bufferOffset)
{
CHECK_EXISTS(glVertexAttribPointerNV)
@ -291,10 +291,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglVertexAttribP
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglVertexAttribPointerNVVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglVertexAttribPointerNVVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglVertexAttribPointerNVVBO
(JNIEnv * env, jclass clazz, jint index, jint size, jint type, jint stride, jint bufferOffset)
{
CHECK_EXISTS(glVertexAttribPointerNV)
@ -303,10 +303,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglVertexAttribP
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib1sNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib1sNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib1sNV
(JNIEnv * env, jclass clazz, jint index, jshort x)
{
CHECK_EXISTS(glVertexAttrib1sNV)
@ -315,10 +315,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib1s
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib1fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib1fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib1fNV
(JNIEnv * env, jclass clazz, jint index, jfloat x)
{
CHECK_EXISTS(glVertexAttrib1fNV)
@ -327,10 +327,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib1f
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib2sNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib2sNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib2sNV
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y)
{
CHECK_EXISTS(glVertexAttrib2sNV)
@ -339,10 +339,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib2s
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib2fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib2fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib2fNV
(JNIEnv * env, jclass clazz, jint index, jfloat x, jfloat y)
{
CHECK_EXISTS(glVertexAttrib2fNV)
@ -351,10 +351,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib2f
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib3sNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib3sNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib3sNV
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y, jshort z)
{
CHECK_EXISTS(glVertexAttrib3sNV)
@ -363,10 +363,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib3s
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib3fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib3fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib3fNV
(JNIEnv * env, jclass clazz, jint index, jfloat x, jfloat y, jfloat z)
{
CHECK_EXISTS(glVertexAttrib3fNV)
@ -375,10 +375,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib3f
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib4sNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib4sNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib4sNV
(JNIEnv * env, jclass clazz, jint index, jshort x, jshort y, jshort z, jshort w)
{
CHECK_EXISTS(glVertexAttrib4sNV)
@ -387,10 +387,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib4s
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib4fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib4fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib4fNV
(JNIEnv * env, jclass clazz, jint index, jfloat x, jfloat y, jfloat z, jfloat w)
{
CHECK_EXISTS(glVertexAttrib4fNV)
@ -399,10 +399,10 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib4f
}
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib4ubNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib4ubNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib4ubNV
(JNIEnv * env, jclass clazz, jint index, jbyte x, jbyte y, jbyte z, jbyte w)
{
CHECK_EXISTS(glVertexAttrib4ubNV)

View File

@ -31,156 +31,156 @@
*/
// ----------------------------------
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.nv.NVVertexProgram
// MACHINE GENERATED HEADER OF CLASS: org.lwjgl.opengl.NVVertexProgram
// ----------------------------------
#include <jni.h>
#ifndef _Included_org_lwjgl_opengl_nv_NVVertexProgram
#define _Included_org_lwjgl_opengl_nv_NVVertexProgram
#ifndef _Included_org_lwjgl_opengl_NVVertexProgram
#define _Included_org_lwjgl_opengl_NVVertexProgram
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglExecuteProgramNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglExecuteProgramNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglExecuteProgramNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglGetProgramParameterfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetProgramParameterfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglGetProgramParameterfvNV
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglGetTrackMatrixivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetTrackMatrixivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglGetTrackMatrixivNV
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglGetVertexAttribfvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetVertexAttribfvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglGetVertexAttribfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglGetVertexAttribivNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglGetVertexAttribivNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglGetVertexAttribivNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glGetVertexAttribPointerNV
*/
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glGetVertexAttribPointerNV
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glGetVertexAttribPointerNV
(JNIEnv *, jclass, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glProgramParameter4fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glProgramParameter4fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glProgramParameter4fNV
(JNIEnv *, jclass, jint, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglProgramParameters4fvNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglProgramParameters4fvNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglProgramParameters4fvNV
(JNIEnv *, jclass, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glTrackMatrixNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glTrackMatrixNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glTrackMatrixNV
(JNIEnv *, jclass, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglVertexAttribPointerNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglVertexAttribPointerNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglVertexAttribPointerNV
(JNIEnv *, jclass, jint, jint, jint, jint, jobject, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: nglVertexAttribPointerNVVBO
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_nglVertexAttribPointerNVVBO
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_nglVertexAttribPointerNVVBO
(JNIEnv *, jclass, jint, jint, jint, jint, jint);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib1sNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib1sNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib1sNV
(JNIEnv *, jclass, jint, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib1fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib1fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib1fNV
(JNIEnv *, jclass, jint, jfloat);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib2sNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib2sNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib2sNV
(JNIEnv *, jclass, jint, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib2fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib2fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib2fNV
(JNIEnv *, jclass, jint, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib3sNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib3sNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib3sNV
(JNIEnv *, jclass, jint, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib3fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib3fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib3fNV
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib4sNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib4sNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib4sNV
(JNIEnv *, jclass, jint, jshort, jshort, jshort, jshort);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib4fNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib4fNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib4fNV
(JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org.lwjgl.opengl.nv.NVVertexProgram
* Class: org.lwjgl.opengl.NVVertexProgram
* Method: glVertexAttrib4ubNV
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVVertexProgram_glVertexAttrib4ubNV
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVVertexProgram_glVertexAttrib4ubNV
(JNIEnv *, jclass, jint, jbyte, jbyte, jbyte, jbyte);
#ifdef __cplusplus

View File

@ -1,71 +0,0 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_opengl_nv_NVFragmentProgram */
#ifndef _Included_org_lwjgl_opengl_nv_NVFragmentProgram
#define _Included_org_lwjgl_opengl_nv_NVFragmentProgram
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: _00024assertionsDisabled */
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_TARGET_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_TARGET_NV 34374L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_LENGTH_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_LENGTH_NV 34343L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_RESIDENT_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_RESIDENT_NV 34375L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_STRING_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_STRING_NV 34344L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_ERROR_POSITION_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_ERROR_POSITION_NV 34379L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_ERROR_STRING_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_PROGRAM_ERROR_STRING_NV 34932L
/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024nv_00024NVProgram */
/* Inaccessible static: _00024assertionsDisabled */
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_FRAGMENT_PROGRAM_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_FRAGMENT_PROGRAM_NV 34928L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_MAX_TEXTURE_COORDS_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_MAX_TEXTURE_COORDS_NV 34929L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_MAX_TEXTURE_IMAGE_UNITS_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_MAX_TEXTURE_IMAGE_UNITS_NV 34930L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_FRAGMENT_PROGRAM_BINDING_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_FRAGMENT_PROGRAM_BINDING_NV 34931L
#undef org_lwjgl_opengl_nv_NVFragmentProgram_GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV
#define org_lwjgl_opengl_nv_NVFragmentProgram_GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV 34920L
/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024nv_00024NVFragmentProgram */
/*
* Class: org_lwjgl_opengl_nv_NVFragmentProgram
* Method: nglProgramNamedParameter4fNV
* Signature: (IILjava/nio/ByteBuffer;IFFFF)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_nglProgramNamedParameter4fNV
(JNIEnv *, jclass, jint, jint, jobject, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org_lwjgl_opengl_nv_NVFragmentProgram
* Method: nglGetProgramNamedParameterfvNV
* Signature: (IILjava/nio/ByteBuffer;ILjava/nio/FloatBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_nglGetProgramNamedParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint);
/*
* Class: org_lwjgl_opengl_nv_NVFragmentProgram
* Method: glProgramLocalParameter4fARB
* Signature: (IIFFFF)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_glProgramLocalParameter4fARB
(JNIEnv *, jclass, jint, jint, jfloat, jfloat, jfloat, jfloat);
/*
* Class: org_lwjgl_opengl_nv_NVFragmentProgram
* Method: nglGetProgramLocalParameterfvARB
* Signature: (IILjava/nio/FloatBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVFragmentProgram_nglGetProgramLocalParameterfvARB
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -1,31 +0,0 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_opengl_nv_NVRegisterCombiners2 */
#ifndef _Included_org_lwjgl_opengl_nv_NVRegisterCombiners2
#define _Included_org_lwjgl_opengl_nv_NVRegisterCombiners2
#ifdef __cplusplus
extern "C" {
#endif
#undef org_lwjgl_opengl_nv_NVRegisterCombiners2_GL_PER_STAGE_CONSTANTS_NV
#define org_lwjgl_opengl_nv_NVRegisterCombiners2_GL_PER_STAGE_CONSTANTS_NV 34101L
/*
* Class: org_lwjgl_opengl_nv_NVRegisterCombiners2
* Method: nglCombinerStageParameterfvNV
* Signature: (IILjava/nio/FloatBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners2_nglCombinerStageParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
/*
* Class: org_lwjgl_opengl_nv_NVRegisterCombiners2
* Method: nglGetCombinerStageParameterfvNV
* Signature: (IILjava/nio/FloatBuffer;I)V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_nv_NVRegisterCombiners2_nglGetCombinerStageParameterfvNV
(JNIEnv *, jclass, jint, jint, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif