Uses of Class
org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject

Packages that use OpenGLLibrary._CGLContextObject
org.rococoa.cocoa.opengl   
 

Uses of OpenGLLibrary._CGLContextObject in org.rococoa.cocoa.opengl
 

Methods in org.rococoa.cocoa.opengl that return OpenGLLibrary._CGLContextObject
 OpenGLLibrary._CGLContextObject OpenGLLibrary.CGLGetCurrentContext()
          Original signature : CGLContextObj CGLGetCurrentContext()
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/CGLCurrent.h:18
 OpenGLLibrary._CGLContextObject OpenGLLibrary.CGLRetainContext(OpenGLLibrary._CGLContextObject ctx)
          Original signature : CGLContextObj CGLRetainContext(CGLContextObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:47
 

Methods in org.rococoa.cocoa.opengl with parameters of type OpenGLLibrary._CGLContextObject
 int OpenGLLibrary.CGLClearDrawable(OpenGLLibrary._CGLContextObject ctx)
           
 int OpenGLLibrary.CGLCopyContext(OpenGLLibrary._CGLContextObject src, OpenGLLibrary._CGLContextObject dst, int mask)
           
 int OpenGLLibrary.CGLCreateContext(OpenGLLibrary._CGLPixelFormatObject pix, OpenGLLibrary._CGLContextObject share, OpenGLLibrary._CGLContextObject[] ctx)
           
 int OpenGLLibrary.CGLCreateContext(OpenGLLibrary._CGLPixelFormatObject pix, OpenGLLibrary._CGLContextObject share, OpenGLLibrary._CGLContextObject[] ctx)
           
 int OpenGLLibrary.CGLCreateContext(OpenGLLibrary._CGLPixelFormatObject pix, OpenGLLibrary._CGLContextObject share, PointerByReference ctx)
          Deprecated. use the safer method OpenGLLibrary.CGLCreateContext(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPixelFormatObject, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject[]) instead
 int OpenGLLibrary.CGLDestroyContext(OpenGLLibrary._CGLContextObject ctx)
           
 int OpenGLLibrary.CGLDisable(OpenGLLibrary._CGLContextObject ctx, int pname)
           
 int OpenGLLibrary.CGLEnable(OpenGLLibrary._CGLContextObject ctx, int pname)
           
 int OpenGLLibrary.CGLFlushDrawable(OpenGLLibrary._CGLContextObject ctx)
           
 int OpenGLLibrary.CGLGetContextRetainCount(OpenGLLibrary._CGLContextObject ctx)
          Original signature : GLuint CGLGetContextRetainCount(CGLContextObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:49
 int OpenGLLibrary.CGLGetOffScreen(OpenGLLibrary._CGLContextObject ctx, IntBuffer width, IntBuffer height, IntBuffer rowbytes, PointerByReference baseaddr)
           
 int OpenGLLibrary.CGLGetOffScreen(OpenGLLibrary._CGLContextObject ctx, IntByReference width, IntByReference height, IntByReference rowbytes, PointerByReference baseaddr)
          Deprecated. use the safer methods OpenGLLibrary.CGLGetOffScreen(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and OpenGLLibrary.CGLGetOffScreen(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 int OpenGLLibrary.CGLGetParameter(OpenGLLibrary._CGLContextObject ctx, int pname, IntBuffer params)
           
 int OpenGLLibrary.CGLGetParameter(OpenGLLibrary._CGLContextObject ctx, int pname, IntByReference params)
          Deprecated. use the safer methods OpenGLLibrary.CGLGetParameter(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, java.nio.IntBuffer) and OpenGLLibrary.CGLGetParameter(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, com.sun.jna.ptr.IntByReference) instead
 int OpenGLLibrary.CGLGetPBuffer(OpenGLLibrary._CGLContextObject ctx, OpenGLLibrary._CGLPBufferObject[] pbuffer, IntBuffer face, IntBuffer level, IntBuffer screen)
           
 int OpenGLLibrary.CGLGetPBuffer(OpenGLLibrary._CGLContextObject ctx, OpenGLLibrary._CGLPBufferObject[] pbuffer, IntByReference face, IntByReference level, IntByReference screen)
           
 int OpenGLLibrary.CGLGetPBuffer(OpenGLLibrary._CGLContextObject ctx, PointerByReference pbuffer, IntByReference face, IntByReference level, IntByReference screen)
          Deprecated. use the safer methods OpenGLLibrary.CGLGetPBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject[], java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) and OpenGLLibrary.CGLGetPBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject[], com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead
 OpenGLLibrary._CGLPixelFormatObject OpenGLLibrary.CGLGetPixelFormat(OpenGLLibrary._CGLContextObject ctx)
          Original signature : CGLPixelFormatObj CGLGetPixelFormat(CGLContextObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:50
 int OpenGLLibrary.CGLGetVirtualScreen(OpenGLLibrary._CGLContextObject ctx, IntBuffer screen)
           
 int OpenGLLibrary.CGLGetVirtualScreen(OpenGLLibrary._CGLContextObject ctx, IntByReference screen)
          Deprecated. use the safer methods OpenGLLibrary.CGLGetVirtualScreen(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, java.nio.IntBuffer) and OpenGLLibrary.CGLGetVirtualScreen(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, com.sun.jna.ptr.IntByReference) instead
 int OpenGLLibrary.CGLIsEnabled(OpenGLLibrary._CGLContextObject ctx, int pname, IntBuffer enable)
           
 int OpenGLLibrary.CGLIsEnabled(OpenGLLibrary._CGLContextObject ctx, int pname, IntByReference enable)
          Deprecated. use the safer methods OpenGLLibrary.CGLIsEnabled(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, java.nio.IntBuffer) and OpenGLLibrary.CGLIsEnabled(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, com.sun.jna.ptr.IntByReference) instead
 int OpenGLLibrary.CGLLockContext(OpenGLLibrary._CGLContextObject ctx)
           
 void OpenGLLibrary.CGLReleaseContext(OpenGLLibrary._CGLContextObject ctx)
          Original signature : void CGLReleaseContext(CGLContextObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:48
 OpenGLLibrary._CGLContextObject OpenGLLibrary.CGLRetainContext(OpenGLLibrary._CGLContextObject ctx)
          Original signature : CGLContextObj CGLRetainContext(CGLContextObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:47
 int OpenGLLibrary.CGLSetCurrentContext(OpenGLLibrary._CGLContextObject ctx)
           
 int OpenGLLibrary.CGLSetFullScreen(OpenGLLibrary._CGLContextObject ctx)
           
 int OpenGLLibrary.CGLSetFullScreenOnDisplay(OpenGLLibrary._CGLContextObject ctx, int display_mask)
           
 int OpenGLLibrary.CGLSetOffScreen(OpenGLLibrary._CGLContextObject ctx, int width, int height, int rowbytes, Pointer baseaddr)
           
 int OpenGLLibrary.CGLSetParameter(OpenGLLibrary._CGLContextObject ctx, int pname, int[] params)
           
 int OpenGLLibrary.CGLSetParameter(OpenGLLibrary._CGLContextObject ctx, int pname, IntByReference params)
          Deprecated. use the safer methods OpenGLLibrary.CGLSetParameter(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, int[]) and OpenGLLibrary.CGLSetParameter(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, com.sun.jna.ptr.IntByReference) instead
 int OpenGLLibrary.CGLSetPBuffer(OpenGLLibrary._CGLContextObject ctx, OpenGLLibrary._CGLPBufferObject pbuffer, int face, int level, int screen)
           
 int OpenGLLibrary.CGLSetVirtualScreen(OpenGLLibrary._CGLContextObject ctx, int screen)
           
 int OpenGLLibrary.CGLTexImagePBuffer(OpenGLLibrary._CGLContextObject ctx, OpenGLLibrary._CGLPBufferObject pbuffer, int source)
           
 int OpenGLLibrary.CGLUnlockContext(OpenGLLibrary._CGLContextObject ctx)
           
 



Copyright © 2009. All Rights Reserved.