summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/test.h
blob: cef2b7eb6a954339e6fe94f0e676823c82abb93c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#define GL_INVALID_INDEX             0xFFFFFFFFu
#define AL_FLANGER_DEFAULT_FEEDBACK (-0.5f)

typedef unsigned long foo;
typedef unsigned long size_t;

int arrayTest(long context, foo * array );

int bufferTest(void * object);

void pbTest(size_t * object);

int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5);

int mixedTest(long context, void * object, foo * array );

int doubleTest(long context, void * object1, foo * array1, void * object2, foo * array2 );