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

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat System.Boolean

AssociateImageBufferEvents() public static méthode

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
Résultat System.Boolean

BeginFrameTracking() public static méthode

public static BeginFrameTracking ( ) : System.Boolean
Résultat System.Boolean

DestroyImageBuffer() public static méthode

public static DestroyImageBuffer ( IntPtr hDC, IntPtr pAddress ) : System.Boolean
hDC System.IntPtr
pAddress System.IntPtr
Résultat System.Boolean

DestroyImageBuffer() public static méthode

public static DestroyImageBuffer ( IntPtr hDC, [ pAddress ) : System.Boolean
hDC System.IntPtr
pAddress [
Résultat System.Boolean

DisableFrameLock() public static méthode

public static DisableFrameLock ( ) : System.Boolean
Résultat System.Boolean

DisableGenlock() public static méthode

public static DisableGenlock ( IntPtr hDC ) : System.Boolean
hDC System.IntPtr
Résultat System.Boolean

EnableFrameLock() public static méthode

public static EnableFrameLock ( ) : System.Boolean
Résultat System.Boolean

EnableGenlock() public static méthode

public static EnableGenlock ( IntPtr hDC ) : System.Boolean
hDC System.IntPtr
Résultat System.Boolean

EndFrameTracking() public static méthode

public static EndFrameTracking ( ) : System.Boolean
Résultat System.Boolean

GenlockSampleRate() public static méthode

public static GenlockSampleRate ( IntPtr hDC, Int32 uRate ) : System.Boolean
hDC System.IntPtr
uRate System.Int32
Résultat System.Boolean

GenlockSource() public static méthode

public static GenlockSource ( IntPtr hDC, Int32 uSource ) : System.Boolean
hDC System.IntPtr
uSource System.Int32
Résultat System.Boolean

GenlockSourceDelay() public static méthode

public static GenlockSourceDelay ( IntPtr hDC, Int32 uDelay ) : System.Boolean
hDC System.IntPtr
uDelay System.Int32
Résultat System.Boolean

GenlockSourceEdge() public static méthode

public static GenlockSourceEdge ( IntPtr hDC, Int32 uEdge ) : System.Boolean
hDC System.IntPtr
uEdge System.Int32
Résultat System.Boolean

GetDigitalVideoParameters() public static méthode

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

GetFrameUsage() public static méthode

public static GetFrameUsage ( [ pUsage ) : System.Boolean
pUsage [
Résultat System.Boolean

GetGammaTableParameters() public static méthode

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

IsEnabledFrameLock() public static méthode

public static IsEnabledFrameLock ( [ pFlag ) : System.Boolean
pFlag [
Résultat System.Boolean

IsEnabledGenlock() public static méthode

public static IsEnabledGenlock ( IntPtr hDC, [ pFlag ) : System.Boolean
hDC System.IntPtr
pFlag [
Résultat System.Boolean

QueryFrameLockMaster() public static méthode

public static QueryFrameLockMaster ( [ pFlag ) : System.Boolean
pFlag [
Résultat System.Boolean

QueryFrameTracking() public static méthode

public static QueryFrameTracking ( [ pFrameCount, [ pMissedFrames, [ pLastMissedUsage ) : System.Boolean
pFrameCount [
pMissedFrames [
pLastMissedUsage [
Résultat System.Boolean

ReleaseImageBufferEvents() public static méthode

public static ReleaseImageBufferEvents ( IntPtr hDC, IntPtr pAddress, Int32 count ) : System.Boolean
hDC System.IntPtr
pAddress System.IntPtr
count System.Int32
Résultat System.Boolean

ReleaseImageBufferEvents() public static méthode

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

SetDigitalVideoParameters() public static méthode

public static SetDigitalVideoParameters ( IntPtr hDC, int iAttribute, int piValue ) : System.Boolean
hDC System.IntPtr
iAttribute int
piValue int
Résultat System.Boolean

SetGammaTable() public static méthode

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
Résultat System.Boolean

SetGammaTableParameters() public static méthode

public static SetGammaTableParameters ( IntPtr hDC, int iAttribute, int piValue ) : System.Boolean
hDC System.IntPtr
iAttribute int
piValue int
Résultat System.Boolean