My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
gx.c File Reference
#include <stdlib.h>
#include <3ds.h>

Go to the source code of this file.

Functions

Result GX_RequestDma (u32 *gxbuf, u32 *src, u32 *dst, u32 length)
 
Result GX_SetCommandList_Last (u32 *gxbuf, u32 *buf0a, u32 buf0s, u8 flags)
 
Result GX_SetMemoryFill (u32 *gxbuf, u32 *buf0a, u32 buf0v, u32 *buf0e, u16 width0, u32 *buf1a, u32 buf1v, u32 *buf1e, u16 width1)
 
Result GX_SetDisplayTransfer (u32 *gxbuf, u32 *inadr, u32 indim, u32 *outadr, u32 outdim, u32 flags)
 
Result GX_SetTextureCopy (u32 *gxbuf, u32 *inadr, u32 indim, u32 *outadr, u32 outdim, u32 size, u32 flags)
 
Result GX_SetCommandList_First (u32 *gxbuf, u32 *buf0a, u32 buf0s, u32 *buf1a, u32 buf1s, u32 *buf2a, u32 buf2s)
 

Variables

u32gxCmdBuf
 

Function Documentation

Result GX_RequestDma ( u32 gxbuf,
u32 src,
u32 dst,
u32  length 
)

Definition at line 10 of file gx.c.

Result GX_SetCommandList_First ( u32 gxbuf,
u32 buf0a,
u32  buf0s,
u32 buf1a,
u32  buf1s,
u32 buf2a,
u32  buf2s 
)

Definition at line 91 of file gx.c.

Result GX_SetCommandList_Last ( u32 gxbuf,
u32 buf0a,
u32  buf0s,
u8  flags 
)

Definition at line 24 of file gx.c.

Result GX_SetDisplayTransfer ( u32 gxbuf,
u32 inadr,
u32  indim,
u32 outadr,
u32  outdim,
u32  flags 
)

Definition at line 58 of file gx.c.

Result GX_SetMemoryFill ( u32 gxbuf,
u32 buf0a,
u32  buf0v,
u32 buf0e,
u16  width0,
u32 buf1a,
u32  buf1v,
u32 buf1e,
u16  width1 
)

Definition at line 39 of file gx.c.

Result GX_SetTextureCopy ( u32 gxbuf,
u32 inadr,
u32  indim,
u32 outadr,
u32  outdim,
u32  size,
u32  flags 
)

Definition at line 74 of file gx.c.

Variable Documentation

u32* gxCmdBuf

Definition at line 8 of file gx.c.