Ejemplo n.º 1
0
 IntPtr IGraphics.PgaServerHandleOrientation(
     float hscale,
     float vscale,
     int orientation)
 {
     return(SysPGA.PgaServerHandleOrientation(hscale, vscale, orientation));
 }
Ejemplo n.º 2
0
 int IGraphics.GetPgaServerInitStatus(
     StringBuilder glVendor,
     StringBuilder glRenderer,
     StringBuilder glVersion)
 {
     return(SysPGA.GetPgaServerInitStatus(glVendor, glRenderer, glVersion));
 }
Ejemplo n.º 3
0
 int IGraphics.PgaServerInit(
     IntPtr h,
     int x,
     int y,
     int width,
     int height,
     SafeWaitHandle evt,
     int glRenderMode,
     string engine)
 {
     return(SysPGA.PgaServerInit(h, x, y, width, height, evt, glRenderMode, engine));
 }
Ejemplo n.º 4
0
 void IGraphics.PgaLoggerInit(Logger.HdLoggerCallback cb)
 {
     SysPGA.PgaLoggerInit(cb);
 }
Ejemplo n.º 5
0
 int IGraphics.PgaIsHwAstcSupported()
 {
     return(SysPGA.PgaIsHwAstcSupported());
 }
Ejemplo n.º 6
0
 void IGraphics.PgaSetAstcConfig(int config)
 {
     SysPGA.PgaSetAstcConfig(config);
 }
Ejemplo n.º 7
0
 void IGraphics.PgaSetVSyncState(int enable)
 {
     SysPGA.PgaSetVSyncState(enable);
 }
Ejemplo n.º 8
0
 void IGraphics.ImgdUpdateScreenPoint(ref float xPos, ref float yPos, ref uint crc)
 {
     SysPGA.ImgdUpdateScreenPoint(ref xPos, ref yPos, ref crc);
 }
Ejemplo n.º 9
0
 void IGraphics.ToggleFarmMode(bool enable)
 {
     SysPGA.ToggleFarmMode(enable);
 }
Ejemplo n.º 10
0
 void IGraphics.PgaShowFps(int enable)
 {
     SysPGA.PgaShowFps(enable);
 }
Ejemplo n.º 11
0
 void IGraphics.PgaSetFps(int fps)
 {
     SysPGA.PgaSetFps(fps);
 }
Ejemplo n.º 12
0
 int IGraphics.PgaIsGLES3()
 {
     return(SysPGA.PgaIsGLES3());
 }
Ejemplo n.º 13
0
 int IGraphics.PgaUtilsIsHotAttach()
 {
     return(SysPGA.PgaUtilsIsHotAttach());
 }
Ejemplo n.º 14
0
 void IGraphics.PgaServerHandleCommand(int scancode)
 {
     SysPGA.PgaServerHandleCommand(scancode);
 }
Ejemplo n.º 15
0
 IntPtr IGraphics.PgaServerHandleAppActivity(string package, string activity)
 {
     return(SysPGA.PgaServerHandleAppActivity(package, activity));
 }
Ejemplo n.º 16
0
 IntPtr IGraphics.PgaServerGetSubwindow()
 {
     return(SysPGA.PgaServerGetSubwindow());
 }