C# Class OpenTK.Platform.MacOS.Agl

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Private Methods

Method Description
ErrorString ( AglError code ) : string
GetError ( ) : AglError
_aglDestroyContext ( AGLContext ctx ) : byte
_aglErrorString ( AglError code ) : IntPtr
_aglSetCurrentContext ( AGLContext ctx ) : byte
_aglSetDrawable ( AGLContext ctx, AGLDrawable draw ) : byte
_aglSetFullScreen ( AGLContext ctx, int width, int height, int freq, int device ) : byte
aglChoosePixelFormat ( AGLDevice &gdevs, int ndev, int attribs ) : AGLPixelFormat
aglChoosePixelFormat ( IntPtr gdevs, int ndev, int attribs ) : AGLPixelFormat
aglConfigure ( GLenum pname, uint param ) : byte
aglCopyContext ( AGLContext src, AGLContext dst, uint mask ) : byte
aglCreateContext ( AGLPixelFormat pix, AGLContext share ) : AGLContext
aglCreatePBuffer ( int width, int height, GLenum target, GLenum internalFormat, long max_level, AGLPbuffer pbuffer ) : byte
aglDescribePBuffer ( AGLPbuffer pbuffer, int width, int height, GLenum target, GLenum internalFormat, int max_level ) : byte
aglDescribePixelFormat ( AGLPixelFormat pix, int attrib, int &value ) : byte
aglDescribeRenderer ( AGLRendererInfo rend, int prop, int &value ) : byte
aglDestroyContext ( AGLContext context ) : bool
aglDestroyPBuffer ( AGLPbuffer pbuffer ) : byte
aglDestroyPixelFormat ( AGLPixelFormat pix ) : void
aglDestroyRendererInfo ( AGLRendererInfo rend ) : void
aglDevicesOfPixelFormat ( AGLPixelFormat pix, int ndevs ) : AGLDevice*
aglDisable ( AGLContext ctx, ParameterNames pname ) : byte
aglEnable ( AGLContext ctx, ParameterNames pname ) : byte
aglGetCGLContext ( AGLContext ctx, void cgl_ctx ) : byte
aglGetCGLPixelFormat ( AGLPixelFormat pix, void cgl_pix ) : byte
aglGetCurrentContext ( ) : AGLContext
aglGetDrawable ( AGLContext ctx ) : AGLDrawable
aglGetInteger ( AGLContext ctx, GLenum pname, int @params ) : byte
aglGetPBuffer ( AGLContext ctx, AGLPbuffer pbuffer, int face, int level, int screen ) : byte
aglGetVersion ( int major, int minor ) : void
aglGetVirtualScreen ( AGLContext ctx ) : int
aglIsEnabled ( AGLContext ctx, GLenum pname ) : byte
aglNextPixelFormat ( AGLPixelFormat pix ) : AGLPixelFormat
aglNextRendererInfo ( AGLRendererInfo rend ) : AGLRendererInfo
aglQueryRendererInfo ( AGLDevice gdevs, int ndev ) : AGLRendererInfo
aglResetLibrary ( ) : void
aglSetCurrentContext ( IntPtr context ) : bool
aglSetDrawable ( AGLContext ctx, AGLDrawable draw ) : void
aglSetFullScreen ( AGLContext ctx, int width, int height, int freq, int device ) : void
aglSetInteger ( AGLContext ctx, ParameterNames pname, int &@params ) : byte
aglSetOffScreen ( AGLContext ctx, int width, int height, int rowbytes, IntPtr baseaddr ) : byte
aglSetPBuffer ( AGLContext ctx, AGLPbuffer pbuffer, int face, int level, int screen ) : byte
aglSetVirtualScreen ( AGLContext ctx, int screen ) : byte
aglSurfaceTexture ( AGLContext context, GLenum target, GLenum internalformat, AGLContext surfacecontext ) : void
aglSwapBuffers ( AGLContext ctx ) : void
aglTexImagePBuffer ( AGLContext ctx, AGLPbuffer pbuffer, int source ) : byte
aglUpdateContext ( AGLContext ctx ) : byte
aglUseFont ( AGLContext ctx, int fontID, int face, int size, int first, int count, int @base ) : byte