RetroArch
|
Go to the source code of this file.
Classes | |
struct | GX2DisplayListOverrunData |
Typedefs | |
typedef void(* | GX2EventCallbackFunction) (GX2EventType, void *) |
typedef struct GX2DisplayListOverrunData | GX2DisplayListOverrunData |
Functions | |
BOOL | GX2DrawDone () |
void | GX2WaitForVsync () |
void | GX2WaitForFlip () |
void | GX2SetEventCallback (GX2EventType type, GX2EventCallbackFunction func, void *userData) |
void | GX2GetEventCallback (GX2EventType type, GX2EventCallbackFunction *funcOut, void **userDataOut) |
OSTime | GX2GetRetiredTimeStamp () |
OSTime | GX2GetLastSubmittedTimeStamp () |
BOOL | GX2WaitTimeStamp (OSTime time) |
void | GX2GetSwapStatus (uint32_t *swapCount, uint32_t *flipCount, OSTime *lastFlip, OSTime *lastVsync) |
typedef struct GX2DisplayListOverrunData GX2DisplayListOverrunData |
typedef void(* GX2EventCallbackFunction) (GX2EventType, void *) |
BOOL GX2DrawDone | ( | ) |
void GX2GetEventCallback | ( | GX2EventType | type, |
GX2EventCallbackFunction * | funcOut, | ||
void ** | userDataOut | ||
) |
OSTime GX2GetLastSubmittedTimeStamp | ( | ) |
OSTime GX2GetRetiredTimeStamp | ( | ) |
void GX2GetSwapStatus | ( | uint32_t * | swapCount, |
uint32_t * | flipCount, | ||
OSTime * | lastFlip, | ||
OSTime * | lastVsync | ||
) |
void GX2SetEventCallback | ( | GX2EventType | type, |
GX2EventCallbackFunction | func, | ||
void * | userData | ||
) |
void GX2WaitForFlip | ( | ) |
void GX2WaitForVsync | ( | ) |