C# Class OpenTK.Platform.Windows.Wgl.Imports

Mostrar archivo Open project: prepare/HTML-Renderer

Private Methods

Method Description
ChoosePixelFormat ( IntPtr hDc, PixelFormatDescriptor pPfd ) : int
ChoosePixelFormatEXT ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
CopyContext ( IntPtr hglrcSrc, IntPtr hglrcDst, UInt32 mask ) : System.Boolean
CreateContext ( IntPtr hDc ) : IntPtr
CreateLayerContext ( IntPtr hDc, int level ) : IntPtr
DeleteContext ( IntPtr oldContext ) : System.Boolean
DescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, UInt32 nBytes, LayerPlaneDescriptor plpd ) : System.Boolean
DescribePixelFormat ( IntPtr hdc, int ipfd, UInt32 cjpfd, PixelFormatDescriptor ppfd ) : int
GetCurrentContext ( ) : IntPtr
GetCurrentDC ( ) : IntPtr
GetDefaultProcAddress ( String lpszProc ) : IntPtr
GetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int
GetPixelFormat ( IntPtr hdc ) : int
GetProcAddress ( String lpszProc ) : IntPtr
MakeContextCurrentEXT ( IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc ) : System.Boolean
MakeCurrent ( IntPtr hDc, IntPtr newContext ) : System.Boolean
RealizeLayerPalette ( IntPtr hdc, int iLayerPlane, System.Boolean bRealize ) : System.Boolean
SetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int
SetPixelFormat ( IntPtr hdc, int ipfd, PixelFormatDescriptor ppfd ) : System.Boolean
ShareLists ( IntPtr hrcSrvShare, IntPtr hrcSrvSource ) : System.Boolean
SwapBuffers ( IntPtr hdc ) : System.Boolean
SwapLayerBuffers ( IntPtr hdc, UInt32 fuFlags ) : System.Boolean
UseFontBitmapsA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : System.Boolean
UseFontBitmapsW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : System.Boolean
UseFontOutlinesA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, GlyphMetricsFloat glyphMetrics ) : System.Boolean
UseFontOutlinesW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, GlyphMetricsFloat glyphMetrics ) : System.Boolean