RetroArch
Typedefs | Functions
rtga.h File Reference
#include <stdint.h>
#include <stddef.h>
#include <retro_common_api.h>
#include <boolean.h>
Include dependency graph for rtga.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef typedefRETRO_BEGIN_DECLS struct rtga rtga_t
 

Functions

int rtga_process_image (rtga_t *rtga, void **buf, size_t size, unsigned *width, unsigned *height)
 
bool rtga_set_buf_ptr (rtga_t *rtga, void *data)
 
void rtga_free (rtga_t *rtga)
 
rtga_trtga_alloc (void)
 

Typedef Documentation

◆ rtga_t

typedef typedefRETRO_BEGIN_DECLS struct rtga rtga_t

Function Documentation

◆ rtga_alloc()

rtga_t* rtga_alloc ( void  )
Here is the caller graph for this function:

◆ rtga_free()

void rtga_free ( rtga_t rtga)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rtga_process_image()

int rtga_process_image ( rtga_t rtga,
void **  buf,
size_t  size,
unsigned *  width,
unsigned *  height 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rtga_set_buf_ptr()

bool rtga_set_buf_ptr ( rtga_t rtga,
void data 
)
Here is the caller graph for this function: