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

Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
AssociateImageBufferEvents ( IntPtr hDC, IntPtr pEvent, IntPtr pAddress, Int32 pSize, Int32 count ) : System.Boolean
AssociateImageBufferEvents ( IntPtr hDC, IntPtr pEvent, [ pAddress, Int32 pSize, Int32 count ) : System.Boolean
BeginFrameTracking ( ) : System.Boolean
DestroyImageBuffer ( IntPtr hDC, IntPtr pAddress ) : System.Boolean
DestroyImageBuffer ( IntPtr hDC, [ pAddress ) : System.Boolean
DisableFrameLock ( ) : System.Boolean
DisableGenlock ( IntPtr hDC ) : System.Boolean
EnableFrameLock ( ) : System.Boolean
EnableGenlock ( IntPtr hDC ) : System.Boolean
EndFrameTracking ( ) : System.Boolean
GenlockSampleRate ( IntPtr hDC, Int32 uRate ) : System.Boolean
GenlockSource ( IntPtr hDC, Int32 uSource ) : System.Boolean
GenlockSourceDelay ( IntPtr hDC, Int32 uDelay ) : System.Boolean
GenlockSourceEdge ( IntPtr hDC, Int32 uEdge ) : System.Boolean
GetDigitalVideoParameters ( IntPtr hDC, int iAttribute, [ piValue ) : System.Boolean
GetFrameUsage ( [ pUsage ) : System.Boolean
GetGammaTableParameters ( IntPtr hDC, int iAttribute, [ piValue ) : System.Boolean
IsEnabledFrameLock ( [ pFlag ) : System.Boolean
IsEnabledGenlock ( IntPtr hDC, [ pFlag ) : System.Boolean
QueryFrameLockMaster ( [ pFlag ) : System.Boolean
QueryFrameTracking ( [ pFrameCount, [ pMissedFrames, [ pLastMissedUsage ) : System.Boolean
ReleaseImageBufferEvents ( IntPtr hDC, IntPtr pAddress, Int32 count ) : System.Boolean
ReleaseImageBufferEvents ( IntPtr hDC, [ pAddress, Int32 count ) : System.Boolean
SetDigitalVideoParameters ( IntPtr hDC, int iAttribute, int piValue ) : System.Boolean
SetGammaTable ( IntPtr hDC, int iEntries, Int16 puRed, Int16 puGreen, Int16 puBlue ) : System.Boolean
SetGammaTableParameters ( IntPtr hDC, int iAttribute, int piValue ) : System.Boolean

Private Methods

Method Description
AssociateImageBufferEvents ( IntPtr hDC, IntPtr pEvent, IntPtr pAddress, Int32 pSize, UInt32 count ) : System.Boolean
AssociateImageBufferEvents ( IntPtr hDC, IntPtr pEvent, [ pAddress, Int32 pSize, UInt32 count ) : System.Boolean
CreateImageBuffer ( IntPtr hDC, Int32 dwSize, Int32 uFlags ) : IntPtr
CreateImageBuffer ( IntPtr hDC, Int32 dwSize, UInt32 uFlags ) : IntPtr
GenlockSampleRate ( IntPtr hDC, UInt32 uRate ) : System.Boolean
GenlockSource ( IntPtr hDC, UInt32 uSource ) : System.Boolean
GenlockSourceDelay ( IntPtr hDC, UInt32 uDelay ) : System.Boolean
GenlockSourceEdge ( IntPtr hDC, UInt32 uEdge ) : System.Boolean
GetGammaTable ( IntPtr hDC, int iEntries, [ puRed, [ puGreen, [ puBlue ) : System.Boolean
GetGenlockSampleRate ( IntPtr hDC, [ uRate ) : System.Boolean
GetGenlockSource ( IntPtr hDC, [ uSource ) : System.Boolean
GetGenlockSourceDelay ( IntPtr hDC, [ uDelay ) : System.Boolean
GetGenlockSourceEdge ( IntPtr hDC, [ uEdge ) : System.Boolean
QueryGenlockMaxSourceDelay ( IntPtr hDC, [ uMaxLineDelay, [ uMaxPixelDelay ) : System.Boolean
ReleaseImageBufferEvents ( IntPtr hDC, IntPtr pAddress, UInt32 count ) : System.Boolean
ReleaseImageBufferEvents ( IntPtr hDC, [ pAddress, UInt32 count ) : System.Boolean
SetGammaTable ( IntPtr hDC, int iEntries, UInt16 puRed, UInt16 puGreen, UInt16 puBlue ) : System.Boolean

Method Details

AssociateImageBufferEvents() public static method

public static AssociateImageBufferEvents ( IntPtr hDC, IntPtr pEvent, IntPtr pAddress, Int32 pSize, Int32 count ) : System.Boolean
hDC System.IntPtr
pEvent System.IntPtr
pAddress System.IntPtr
pSize System.Int32
count System.Int32
return System.Boolean

AssociateImageBufferEvents() public static method

public static AssociateImageBufferEvents ( IntPtr hDC, IntPtr pEvent, [ pAddress, Int32 pSize, Int32 count ) : System.Boolean
hDC System.IntPtr
pEvent System.IntPtr
pAddress [
pSize System.Int32
count System.Int32
return System.Boolean

BeginFrameTracking() public static method

public static BeginFrameTracking ( ) : System.Boolean
return System.Boolean

DestroyImageBuffer() public static method

public static DestroyImageBuffer ( IntPtr hDC, IntPtr pAddress ) : System.Boolean
hDC System.IntPtr
pAddress System.IntPtr
return System.Boolean

DestroyImageBuffer() public static method

public static DestroyImageBuffer ( IntPtr hDC, [ pAddress ) : System.Boolean
hDC System.IntPtr
pAddress [
return System.Boolean

DisableFrameLock() public static method

public static DisableFrameLock ( ) : System.Boolean
return System.Boolean

DisableGenlock() public static method

public static DisableGenlock ( IntPtr hDC ) : System.Boolean
hDC System.IntPtr
return System.Boolean

EnableFrameLock() public static method

public static EnableFrameLock ( ) : System.Boolean
return System.Boolean

EnableGenlock() public static method

public static EnableGenlock ( IntPtr hDC ) : System.Boolean
hDC System.IntPtr
return System.Boolean

EndFrameTracking() public static method

public static EndFrameTracking ( ) : System.Boolean
return System.Boolean

GenlockSampleRate() public static method

public static GenlockSampleRate ( IntPtr hDC, Int32 uRate ) : System.Boolean
hDC System.IntPtr
uRate System.Int32
return System.Boolean

GenlockSource() public static method

public static GenlockSource ( IntPtr hDC, Int32 uSource ) : System.Boolean
hDC System.IntPtr
uSource System.Int32
return System.Boolean

GenlockSourceDelay() public static method

public static GenlockSourceDelay ( IntPtr hDC, Int32 uDelay ) : System.Boolean
hDC System.IntPtr
uDelay System.Int32
return System.Boolean

GenlockSourceEdge() public static method

public static GenlockSourceEdge ( IntPtr hDC, Int32 uEdge ) : System.Boolean
hDC System.IntPtr
uEdge System.Int32
return System.Boolean

GetDigitalVideoParameters() public static method

public static GetDigitalVideoParameters ( IntPtr hDC, int iAttribute, [ piValue ) : System.Boolean
hDC System.IntPtr
iAttribute int
piValue [
return System.Boolean

GetFrameUsage() public static method

public static GetFrameUsage ( [ pUsage ) : System.Boolean
pUsage [
return System.Boolean

GetGammaTableParameters() public static method

public static GetGammaTableParameters ( IntPtr hDC, int iAttribute, [ piValue ) : System.Boolean
hDC System.IntPtr
iAttribute int
piValue [
return System.Boolean

IsEnabledFrameLock() public static method

public static IsEnabledFrameLock ( [ pFlag ) : System.Boolean
pFlag [
return System.Boolean

IsEnabledGenlock() public static method

public static IsEnabledGenlock ( IntPtr hDC, [ pFlag ) : System.Boolean
hDC System.IntPtr
pFlag [
return System.Boolean

QueryFrameLockMaster() public static method

public static QueryFrameLockMaster ( [ pFlag ) : System.Boolean
pFlag [
return System.Boolean

QueryFrameTracking() public static method

public static QueryFrameTracking ( [ pFrameCount, [ pMissedFrames, [ pLastMissedUsage ) : System.Boolean
pFrameCount [
pMissedFrames [
pLastMissedUsage [
return System.Boolean

ReleaseImageBufferEvents() public static method

public static ReleaseImageBufferEvents ( IntPtr hDC, IntPtr pAddress, Int32 count ) : System.Boolean
hDC System.IntPtr
pAddress System.IntPtr
count System.Int32
return System.Boolean

ReleaseImageBufferEvents() public static method

public static ReleaseImageBufferEvents ( IntPtr hDC, [ pAddress, Int32 count ) : System.Boolean
hDC System.IntPtr
pAddress [
count System.Int32
return System.Boolean

SetDigitalVideoParameters() public static method

public static SetDigitalVideoParameters ( IntPtr hDC, int iAttribute, int piValue ) : System.Boolean
hDC System.IntPtr
iAttribute int
piValue int
return System.Boolean

SetGammaTable() public static method

public static SetGammaTable ( IntPtr hDC, int iEntries, Int16 puRed, Int16 puGreen, Int16 puBlue ) : System.Boolean
hDC System.IntPtr
iEntries int
puRed System.Int16
puGreen System.Int16
puBlue System.Int16
return System.Boolean

SetGammaTableParameters() public static method

public static SetGammaTableParameters ( IntPtr hDC, int iAttribute, int piValue ) : System.Boolean
hDC System.IntPtr
iAttribute int
piValue int
return System.Boolean