com.jogamp.opengl.impl.windows.wgl
Class WGL

java.lang.Object
  extended by com.jogamp.opengl.impl.windows.wgl.WGL

public class WGL
extends Object

Provides access to the Windows-specific OpenGL vendor extensions. See GLBase for more information.


Field Summary
static int WGL_SWAP_MAIN_PLANE
          Part of CORE DEF
static int WGL_SWAP_OVERLAY1
          Part of CORE DEF
static int WGL_SWAP_OVERLAY10
          Part of CORE DEF
static int WGL_SWAP_OVERLAY11
          Part of CORE DEF
static int WGL_SWAP_OVERLAY12
          Part of CORE DEF
static int WGL_SWAP_OVERLAY13
          Part of CORE DEF
static int WGL_SWAP_OVERLAY14
          Part of CORE DEF
static int WGL_SWAP_OVERLAY15
          Part of CORE DEF
static int WGL_SWAP_OVERLAY2
          Part of CORE DEF
static int WGL_SWAP_OVERLAY3
          Part of CORE DEF
static int WGL_SWAP_OVERLAY4
          Part of CORE DEF
static int WGL_SWAP_OVERLAY5
          Part of CORE DEF
static int WGL_SWAP_OVERLAY6
          Part of CORE DEF
static int WGL_SWAP_OVERLAY7
          Part of CORE DEF
static int WGL_SWAP_OVERLAY8
          Part of CORE DEF
static int WGL_SWAP_OVERLAY9
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY1
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY10
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY11
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY12
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY13
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY14
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY15
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY2
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY3
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY4
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY5
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY6
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY7
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY8
          Part of CORE DEF
static int WGL_SWAP_UNDERLAY9
          Part of CORE DEF
 
Constructor Summary
WGL()
           
 
Method Summary
static boolean dispatch_wglCopyContext1(long arg0, long arg1, int arg2, long procAddress)
          Entry point to C language function: BOOL wglCopyContext(HANDLE, HANDLE, UINT);
Part of CORE FUNC
static long dispatch_wglCreateContext1(long arg0, long procAddress)
          Entry point to C language function: HANDLE wglCreateContext(HANDLE);
Part of CORE FUNC
static boolean dispatch_wglDeleteContext1(long arg0, long procAddress)
          Entry point to C language function: BOOL wglDeleteContext(HANDLE);
Part of CORE FUNC
static long dispatch_wglGetCurrentContext1(long procAddress)
          Entry point to C language function: HANDLE wglGetCurrentContext(void);
Part of CORE FUNC
static long dispatch_wglGetCurrentDC1(long procAddress)
          Entry point to C language function: HANDLE wglGetCurrentDC(void);
Part of CORE FUNC
static long dispatch_wglGetProcAddress1(String arg0, long procAddress)
          Entry point to C language function: PROC wglGetProcAddress(LPCSTR);
Part of CORE FUNC
static boolean dispatch_wglMakeCurrent1(long arg0, long arg1, long procAddress)
          Entry point to C language function: BOOL wglMakeCurrent(HANDLE, HANDLE);
Part of CORE FUNC
static boolean dispatch_wglShareLists1(long arg0, long arg1, long procAddress)
          Entry point to C language function: BOOL wglShareLists(HANDLE, HANDLE);
Part of CORE FUNC
static boolean dispatch_wglSwapLayerBuffers1(long arg0, int arg1, long procAddress)
          Entry point to C language function: BOOL wglSwapLayerBuffers(HANDLE, UINT);
Part of CORE FUNC
static WGLProcAddressTable getWGLProcAddressTable()
           
static boolean wglCopyContext(long arg0, long arg1, int arg2)
          Entry point to C language function: BOOL wglCopyContext(HANDLE, HANDLE, UINT);
Part of CORE FUNC
static long wglCreateContext(long arg0)
          Entry point to C language function: HANDLE wglCreateContext(HANDLE);
Part of CORE FUNC
static boolean wglDeleteContext(long arg0)
          Entry point to C language function: BOOL wglDeleteContext(HANDLE);
Part of CORE FUNC
static long wglGetCurrentContext()
          Entry point to C language function: HANDLE wglGetCurrentContext(void);
Part of CORE FUNC
static long wglGetCurrentDC()
          Entry point to C language function: HANDLE wglGetCurrentDC(void);
Part of CORE FUNC
protected static long wglGetProcAddress(long wglGetProcAddressHandle, String procname)
           
static long wglGetProcAddress(String arg0)
          Entry point to C language function: PROC wglGetProcAddress(LPCSTR);
Part of CORE FUNC
static boolean wglMakeCurrent(long arg0, long arg1)
          Entry point to C language function: BOOL wglMakeCurrent(HANDLE, HANDLE);
Part of CORE FUNC
static boolean wglShareLists(long arg0, long arg1)
          Entry point to C language function: BOOL wglShareLists(HANDLE, HANDLE);
Part of CORE FUNC
static boolean wglSwapLayerBuffers(long arg0, int arg1)
          Entry point to C language function: BOOL wglSwapLayerBuffers(HANDLE, UINT);
Part of CORE FUNC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WGL_SWAP_MAIN_PLANE

public static final int WGL_SWAP_MAIN_PLANE
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY1

public static final int WGL_SWAP_OVERLAY1
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY2

public static final int WGL_SWAP_OVERLAY2
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY3

public static final int WGL_SWAP_OVERLAY3
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY4

public static final int WGL_SWAP_OVERLAY4
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY5

public static final int WGL_SWAP_OVERLAY5
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY6

public static final int WGL_SWAP_OVERLAY6
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY7

public static final int WGL_SWAP_OVERLAY7
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY8

public static final int WGL_SWAP_OVERLAY8
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY9

public static final int WGL_SWAP_OVERLAY9
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY10

public static final int WGL_SWAP_OVERLAY10
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY11

public static final int WGL_SWAP_OVERLAY11
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY12

public static final int WGL_SWAP_OVERLAY12
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY13

public static final int WGL_SWAP_OVERLAY13
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY14

public static final int WGL_SWAP_OVERLAY14
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_OVERLAY15

public static final int WGL_SWAP_OVERLAY15
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY1

public static final int WGL_SWAP_UNDERLAY1
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY2

public static final int WGL_SWAP_UNDERLAY2
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY3

public static final int WGL_SWAP_UNDERLAY3
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY4

public static final int WGL_SWAP_UNDERLAY4
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY5

public static final int WGL_SWAP_UNDERLAY5
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY6

public static final int WGL_SWAP_UNDERLAY6
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY7

public static final int WGL_SWAP_UNDERLAY7
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY8

public static final int WGL_SWAP_UNDERLAY8
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY9

public static final int WGL_SWAP_UNDERLAY9
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY10

public static final int WGL_SWAP_UNDERLAY10
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY11

public static final int WGL_SWAP_UNDERLAY11
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY12

public static final int WGL_SWAP_UNDERLAY12
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY13

public static final int WGL_SWAP_UNDERLAY13
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY14

public static final int WGL_SWAP_UNDERLAY14
Part of CORE DEF

See Also:
Constant Field Values

WGL_SWAP_UNDERLAY15

public static final int WGL_SWAP_UNDERLAY15
Part of CORE DEF

See Also:
Constant Field Values
Constructor Detail

WGL

public WGL()
Method Detail

wglCopyContext

public static boolean wglCopyContext(long arg0,
                                     long arg1,
                                     int arg2)
Entry point to C language function: BOOL wglCopyContext(HANDLE, HANDLE, UINT);
Part of CORE FUNC


dispatch_wglCopyContext1

public static boolean dispatch_wglCopyContext1(long arg0,
                                               long arg1,
                                               int arg2,
                                               long procAddress)
Entry point to C language function: BOOL wglCopyContext(HANDLE, HANDLE, UINT);
Part of CORE FUNC


wglCreateContext

public static long wglCreateContext(long arg0)
Entry point to C language function: HANDLE wglCreateContext(HANDLE);
Part of CORE FUNC


dispatch_wglCreateContext1

public static long dispatch_wglCreateContext1(long arg0,
                                              long procAddress)
Entry point to C language function: HANDLE wglCreateContext(HANDLE);
Part of CORE FUNC


wglDeleteContext

public static boolean wglDeleteContext(long arg0)
Entry point to C language function: BOOL wglDeleteContext(HANDLE);
Part of CORE FUNC


dispatch_wglDeleteContext1

public static boolean dispatch_wglDeleteContext1(long arg0,
                                                 long procAddress)
Entry point to C language function: BOOL wglDeleteContext(HANDLE);
Part of CORE FUNC


wglGetCurrentContext

public static long wglGetCurrentContext()
Entry point to C language function: HANDLE wglGetCurrentContext(void);
Part of CORE FUNC


dispatch_wglGetCurrentContext1

public static long dispatch_wglGetCurrentContext1(long procAddress)
Entry point to C language function: HANDLE wglGetCurrentContext(void);
Part of CORE FUNC


wglGetCurrentDC

public static long wglGetCurrentDC()
Entry point to C language function: HANDLE wglGetCurrentDC(void);
Part of CORE FUNC


dispatch_wglGetCurrentDC1

public static long dispatch_wglGetCurrentDC1(long procAddress)
Entry point to C language function: HANDLE wglGetCurrentDC(void);
Part of CORE FUNC


wglGetProcAddress

public static long wglGetProcAddress(String arg0)
Entry point to C language function: PROC wglGetProcAddress(LPCSTR);
Part of CORE FUNC


dispatch_wglGetProcAddress1

public static long dispatch_wglGetProcAddress1(String arg0,
                                               long procAddress)
Entry point to C language function: PROC wglGetProcAddress(LPCSTR);
Part of CORE FUNC


wglMakeCurrent

public static boolean wglMakeCurrent(long arg0,
                                     long arg1)
Entry point to C language function: BOOL wglMakeCurrent(HANDLE, HANDLE);
Part of CORE FUNC


dispatch_wglMakeCurrent1

public static boolean dispatch_wglMakeCurrent1(long arg0,
                                               long arg1,
                                               long procAddress)
Entry point to C language function: BOOL wglMakeCurrent(HANDLE, HANDLE);
Part of CORE FUNC


wglShareLists

public static boolean wglShareLists(long arg0,
                                    long arg1)
Entry point to C language function: BOOL wglShareLists(HANDLE, HANDLE);
Part of CORE FUNC


dispatch_wglShareLists1

public static boolean dispatch_wglShareLists1(long arg0,
                                              long arg1,
                                              long procAddress)
Entry point to C language function: BOOL wglShareLists(HANDLE, HANDLE);
Part of CORE FUNC


wglSwapLayerBuffers

public static boolean wglSwapLayerBuffers(long arg0,
                                          int arg1)
Entry point to C language function: BOOL wglSwapLayerBuffers(HANDLE, UINT);
Part of CORE FUNC


dispatch_wglSwapLayerBuffers1

public static boolean dispatch_wglSwapLayerBuffers1(long arg0,
                                                    int arg1,
                                                    long procAddress)
Entry point to C language function: BOOL wglSwapLayerBuffers(HANDLE, UINT);
Part of CORE FUNC


getWGLProcAddressTable

public static WGLProcAddressTable getWGLProcAddressTable()

wglGetProcAddress

protected static long wglGetProcAddress(long wglGetProcAddressHandle,
                                        String procname)


Copyright 2010 JogAmp Community.