RetroArch
Classes | Typedefs | Functions
tpl.h File Reference
#include "gx.h"
Include dependency graph for tpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _tplfile
 

Typedefs

typedef voidFHANDLE
 
typedef struct _tplfile TPLFile
 

Functions

s32 TPL_OpenTPLFromFile (TPLFile *tdf, const char *file_name)
 
s32 TPL_OpenTPLFromMemory (TPLFile *tdf, void *memory, u32 len)
 
s32 TPL_GetTexture (TPLFile *tdf, s32 id, GXTexObj *texObj)
 
s32 TPL_GetTextureCI (TPLFile *tdf, s32 id, GXTexObj *texObj, GXTlutObj *tlutObj, u8 tluts)
 
s32 TPL_GetTextureInfo (TPLFile *tdf, s32 id, u32 *fmt, u16 *width, u16 *height)
 
void TPL_CloseTPLFile (TPLFile *tdf)
 

Typedef Documentation

◆ FHANDLE

typedef void* FHANDLE

◆ TPLFile

typedef struct _tplfile TPLFile

Function Documentation

◆ TPL_CloseTPLFile()

void TPL_CloseTPLFile ( TPLFile tdf)
Here is the call graph for this function:

◆ TPL_GetTexture()

s32 TPL_GetTexture ( TPLFile tdf,
s32  id,
GXTexObj texObj 
)
Here is the call graph for this function:

◆ TPL_GetTextureCI()

s32 TPL_GetTextureCI ( TPLFile tdf,
s32  id,
GXTexObj texObj,
GXTlutObj tlutObj,
u8  tluts 
)
Here is the call graph for this function:

◆ TPL_GetTextureInfo()

s32 TPL_GetTextureInfo ( TPLFile tdf,
s32  id,
u32 fmt,
u16 width,
u16 height 
)

◆ TPL_OpenTPLFromFile()

s32 TPL_OpenTPLFromFile ( TPLFile tdf,
const char *  file_name 
)
Here is the call graph for this function:

◆ TPL_OpenTPLFromMemory()

s32 TPL_OpenTPLFromMemory ( TPLFile tdf,
void memory,
u32  len 
)