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

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

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

Methods in org.rococoa.cocoa.opengl that return OpenGLLibrary._CGLPixelFormatObject
 OpenGLLibrary._CGLPixelFormatObject OpenGLLibrary.CGLGetPixelFormat(OpenGLLibrary._CGLContextObject ctx)
          Original signature : CGLPixelFormatObj CGLGetPixelFormat(CGLContextObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:50
 OpenGLLibrary._CGLPixelFormatObject OpenGLLibrary.CGLRetainPixelFormat(OpenGLLibrary._CGLPixelFormatObject pix)
          Original signature : CGLPixelFormatObj CGLRetainPixelFormat(CGLPixelFormatObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:31
 

Methods in org.rococoa.cocoa.opengl with parameters of type OpenGLLibrary._CGLPixelFormatObject
 int OpenGLLibrary.CGLChoosePixelFormat(IntByReference attribs, OpenGLLibrary._CGLPixelFormatObject[] pix, IntByReference npix)
           
 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.CGLDescribePixelFormat(OpenGLLibrary._CGLPixelFormatObject pix, int pix_num, int attrib, IntBuffer value)
           
 int OpenGLLibrary.CGLDescribePixelFormat(OpenGLLibrary._CGLPixelFormatObject pix, int pix_num, int attrib, IntByReference value)
          Deprecated. use the safer methods OpenGLLibrary.CGLDescribePixelFormat(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPixelFormatObject, int, int, java.nio.IntBuffer) and OpenGLLibrary.CGLDescribePixelFormat(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPixelFormatObject, int, int, com.sun.jna.ptr.IntByReference) instead
 int OpenGLLibrary.CGLDestroyPixelFormat(OpenGLLibrary._CGLPixelFormatObject pix)
           
 int OpenGLLibrary.CGLGetPixelFormatRetainCount(OpenGLLibrary._CGLPixelFormatObject pix)
          Original signature : GLuint CGLGetPixelFormatRetainCount(CGLPixelFormatObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:32
 void OpenGLLibrary.CGLReleasePixelFormat(OpenGLLibrary._CGLPixelFormatObject pix)
          Original signature : void CGLReleasePixelFormat(CGLPixelFormatObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:30
 OpenGLLibrary._CGLPixelFormatObject OpenGLLibrary.CGLRetainPixelFormat(OpenGLLibrary._CGLPixelFormatObject pix)
          Original signature : CGLPixelFormatObj CGLRetainPixelFormat(CGLPixelFormatObj)
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:31
 



Copyright © 2009. All Rights Reserved.