Lines Matching refs:GX2API

49 GX2TVScanMode GX2API GX2GetSystemTVScanMode(void);
57 GX2AspectRatio GX2API GX2GetSystemTVAspectRatio(void);
65 GX2Boolean GX2API GX2IsVideoOutReady(void);
78 GX2DRCMode GX2API GX2GetSystemDRCMode(void);
88 GX2DRCMode GX2API GX2GetSystemDRCScanMode(void);
115 GX2DRCConnectCB GX2API GX2SetDRCConnectCallback(s32 chan, GX2DRCConnectCB callback);
131 void GX2API GX2GetDRCVerticalInfo( u32 *pVcount, u32 *pVphase );
168 void GX2API GX2CalcTVSize(GX2TVRenderMode tvRenderMode, GX2SurfaceFormat fmt,
190 void GX2API GX2CalcDRCSize(GX2DRCMode mode, GX2SurfaceFormat fmt,
225 void GX2API GX2SetTVBuffer(void *buffer, u32 size, GX2TVRenderMode tvRenderMode,
253 void GX2API GX2SetDRCBuffer(void *buffer, u32 size, GX2DRCMode mode,
279 void GX2API GX2SetTVScale(u32 actualWidth, u32 actualHeight);
299 void GX2API GX2SetDRCScale(u32 actualWidth, u32 actualHeight);
340 void GX2API GX2SetTVGamma(f32 gamma);
355 void GX2API GX2GetTVGamma(f32* gamma);
368 void GX2API GX2GetTVGammaEx(f32* gamma);
383 void GX2API GX2GetDRCGamma(f32* gamma);
397 void GX2API GX2GetDRCGammaEx(f32* gamma);
434 void GX2API GX2SetDRCGamma(f32 gamma);
454 void GX2API GX2SetTVEnable(GX2Boolean enable);
474 void GX2API GX2SetDRCEnable(GX2Boolean enable);
505 void GX2API GX2CopyColorBufferToScanBuffer(const GX2ColorBuffer *renderBuffer,
519 void GX2API GX2SwapScanBuffers(void);
537 void GX2API GX2GetSwapStatus(u32 *pSwapCount, u32 *pFlipCount,
549 void GX2API GX2WaitForFlip(void);
555 void GX2API GX2WaitForVsync(void);
574 void GX2API GX2SetSwapInterval(u32 swapInterval);
580 u32 GX2API GX2GetSwapInterval(void);
622 GX2Boolean GX2API GX2SetVideoEncodingHint( GX2DRCEncodingHint hint_bitmap, s8 motion_vector_x, s8 …
646 GX2Boolean GX2API GX2GetLastFrame(GX2ScanTarget target, GX2Texture * texture);
663 GX2Boolean GX2API GX2GetLastFrameGamma(GX2ScanTarget target, f32* gamma);