RetroArch
Typedefs | Enumerations | Functions
screen.h File Reference
#include <wiiu/types.h>
Include dependency graph for screen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum OSScreenID OSScreenID
 

Enumerations

enum  OSScreenID { SCREEN_TV = 0, SCREEN_DRC = 1 }
 

Functions

void OSScreenInit ()
 
uint32_t OSScreenGetBufferSizeEx (OSScreenID screen)
 
void OSScreenSetBufferEx (OSScreenID screen, void *addr)
 
void OSScreenClearBufferEx (OSScreenID screen, uint32_t colour)
 
void OSScreenFlipBuffersEx (OSScreenID screen)
 
void OSScreenPutFontEx (OSScreenID screen, uint32_t row, uint32_t column, const char *buffer)
 
void OSScreenPutPixelEx (OSScreenID screen, uint32_t x, uint32_t y, uint32_t colour)
 
void OSScreenEnableEx (OSScreenID screen, BOOL enable)
 

Typedef Documentation

◆ OSScreenID

typedef enum OSScreenID OSScreenID

Enumeration Type Documentation

◆ OSScreenID

enum OSScreenID
Enumerator
SCREEN_TV 
SCREEN_DRC 

Function Documentation

◆ OSScreenClearBufferEx()

void OSScreenClearBufferEx ( OSScreenID  screen,
uint32_t  colour 
)

◆ OSScreenEnableEx()

void OSScreenEnableEx ( OSScreenID  screen,
BOOL  enable 
)

◆ OSScreenFlipBuffersEx()

void OSScreenFlipBuffersEx ( OSScreenID  screen)

◆ OSScreenGetBufferSizeEx()

uint32_t OSScreenGetBufferSizeEx ( OSScreenID  screen)

◆ OSScreenInit()

void OSScreenInit ( )

◆ OSScreenPutFontEx()

void OSScreenPutFontEx ( OSScreenID  screen,
uint32_t  row,
uint32_t  column,
const char *  buffer 
)

◆ OSScreenPutPixelEx()

void OSScreenPutPixelEx ( OSScreenID  screen,
uint32_t  x,
uint32_t  y,
uint32_t  colour 
)

◆ OSScreenSetBufferEx()

void OSScreenSetBufferEx ( OSScreenID  screen,
void addr 
)