|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSOpenGLContext | |
---|---|
org.rococoa.cocoa.appkit |
Uses of NSOpenGLContext in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSOpenGLContext | |
---|---|
static NSOpenGLContext |
NSOpenGLContext.alloc()
|
abstract NSOpenGLContext |
NSOpenGLContext._class_.alloc()
|
static NSOpenGLContext |
NSOpenGLContext.createWithCGLContextObj(Pointer context)
Factory method |
static NSOpenGLContext |
NSOpenGLContext.createWithFormat_shareContext(NSOpenGLPixelFormat format,
NSOpenGLContext share)
Factory method |
static NSOpenGLContext |
NSOpenGLContext.currentContext()
Original signature : +(NSOpenGLContext*)currentContext native declaration : NSOpenGL.h:210 |
abstract NSOpenGLContext |
NSOpenGLContext._class_.currentContext()
Original signature : +(NSOpenGLContext*)currentContext native declaration : NSOpenGL.h:210 |
abstract NSOpenGLContext |
NSOpenGLContext.initWithCGLContextObj(Pointer context)
Original signature : -(id)initWithCGLContextObj:(void*) native declaration : NSOpenGL.h:194 |
abstract NSOpenGLContext |
NSOpenGLContext.initWithFormat_shareContext(NSOpenGLPixelFormat format,
NSOpenGLContext share)
Context creation Original signature : -(id)initWithFormat:(NSOpenGLPixelFormat*) shareContext:(NSOpenGLContext*) native declaration : NSOpenGL.h:193 |
static NSOpenGLContext |
NSOpenGLContext.new_()
|
abstract NSOpenGLContext |
NSOpenGLContext._class_.new_()
|
abstract NSOpenGLContext |
NSOpenGLView.openGLContext()
Original signature : -(NSOpenGLContext*)openGLContext native declaration : NSOpenGLView.h:27 |
Methods in org.rococoa.cocoa.appkit with parameters of type NSOpenGLContext | |
---|---|
static NSOpenGLContext |
NSOpenGLContext.createWithFormat_shareContext(NSOpenGLPixelFormat format,
NSOpenGLContext share)
Factory method |
abstract NSOpenGLContext |
NSOpenGLContext.initWithFormat_shareContext(NSOpenGLPixelFormat format,
NSOpenGLContext share)
Context creation Original signature : -(id)initWithFormat:(NSOpenGLPixelFormat*) shareContext:(NSOpenGLContext*) native declaration : NSOpenGL.h:193 |
abstract void |
NSOpenGLView.setOpenGLContext(NSOpenGLContext context)
Original signature : -(void)setOpenGLContext:(NSOpenGLContext*) native declaration : NSOpenGLView.h:26 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |