C# Class SkiaSharp.GRGlInterface

Inheritance: SKObject
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AssembleAngleInterface ( GRGlGetProcDelegate get ) : GRGlInterface
AssembleAngleInterface ( object context, GRGlGetProcDelegate get ) : GRGlInterface
AssembleGlInterface ( GRGlGetProcDelegate get ) : GRGlInterface
AssembleGlInterface ( object context, GRGlGetProcDelegate get ) : GRGlInterface
AssembleGlesInterface ( GRGlGetProcDelegate get ) : GRGlInterface
AssembleGlesInterface ( object context, GRGlGetProcDelegate get ) : GRGlInterface
AssembleInterface ( GRGlGetProcDelegate get ) : GRGlInterface
AssembleInterface ( object context, GRGlGetProcDelegate get ) : GRGlInterface
Clone ( ) : GRGlInterface
CreateDefaultInterface ( ) : GRGlInterface
CreateNativeAngleInterface ( ) : GRGlInterface
CreateNativeGlInterface ( ) : GRGlInterface
HasExtension ( string extension ) : bool
Validate ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateNativeInterface ( ) : GRGlInterface
GRGlInterface ( ) : System
GRGlInterface ( IntPtr h, bool owns ) : System
GrGLGetProcInternal ( IntPtr context, string name ) : IntPtr

Method Details

AssembleAngleInterface() public static method

public static AssembleAngleInterface ( GRGlGetProcDelegate get ) : GRGlInterface
get GRGlGetProcDelegate
return GRGlInterface

AssembleAngleInterface() public static method

public static AssembleAngleInterface ( object context, GRGlGetProcDelegate get ) : GRGlInterface
context object
get GRGlGetProcDelegate
return GRGlInterface

AssembleGlInterface() public static method

public static AssembleGlInterface ( GRGlGetProcDelegate get ) : GRGlInterface
get GRGlGetProcDelegate
return GRGlInterface

AssembleGlInterface() public static method

public static AssembleGlInterface ( object context, GRGlGetProcDelegate get ) : GRGlInterface
context object
get GRGlGetProcDelegate
return GRGlInterface

AssembleGlesInterface() public static method

public static AssembleGlesInterface ( GRGlGetProcDelegate get ) : GRGlInterface
get GRGlGetProcDelegate
return GRGlInterface

AssembleGlesInterface() public static method

public static AssembleGlesInterface ( object context, GRGlGetProcDelegate get ) : GRGlInterface
context object
get GRGlGetProcDelegate
return GRGlInterface

AssembleInterface() public static method

public static AssembleInterface ( GRGlGetProcDelegate get ) : GRGlInterface
get GRGlGetProcDelegate
return GRGlInterface

AssembleInterface() public static method

public static AssembleInterface ( object context, GRGlGetProcDelegate get ) : GRGlInterface
context object
get GRGlGetProcDelegate
return GRGlInterface

Clone() public method

public Clone ( ) : GRGlInterface
return GRGlInterface

CreateDefaultInterface() public static method

public static CreateDefaultInterface ( ) : GRGlInterface
return GRGlInterface

CreateNativeAngleInterface() public static method

public static CreateNativeAngleInterface ( ) : GRGlInterface
return GRGlInterface

CreateNativeGlInterface() public static method

public static CreateNativeGlInterface ( ) : GRGlInterface
return GRGlInterface

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HasExtension() public method

public HasExtension ( string extension ) : bool
extension string
return bool

Validate() public method

public Validate ( ) : bool
return bool