|
RetroArch
|
#include <pspge.h>#include "pspgu.h"Go to the source code of this file.
Classes | |
| struct | GuSettings |
| struct | GuDisplayList |
| struct | GuContext |
| struct | GuDrawBuffer |
| struct | GuLightSettings |
Macros | |
| #define | sendCommandi(cmd, argument) *(gu_list->current++) = (cmd << 24) | (argument & 0xffffff) |
| #define | sendCommandiStall(cmd, argument) |
| #define | __sceGuCopyImage(psm, sx, sy, width, height, srcw, src, dx, dy, destw, dest) |
| #define | __sceGuSync(mode, what) |
| #define | __sceGuTexFlush() sendCommandf(203,0.0f) |
| #define | __sceGuTexImage(mipmap, width, height, tbw, tbp) |
| #define | __sceGuCallList(list) |
| #define | __sceGuFinish_GU_DIRECT() |
Typedefs | |
| typedef void(* | GuCallback) (int) |
Functions | |
| void | sendCommandf (int cmd, float argument) |
| void | callbackSig (int id, void *arg) |
| void | callbackFin (int id, void *arg) |
| void | resetValues () |
Variables | |
| unsigned int | gu_current_frame |
| GuContext | gu_contexts [3] |
| int | ge_list_executed [2] |
| void * | ge_edram_address |
| GuSettings | gu_settings |
| GuDisplayList * | gu_list |
| int | gu_curr_context |
| int | gu_init |
| int | gu_display_on |
| int | gu_call_mode |
| int | gu_states |
| GuDrawBuffer | gu_draw_buffer |
| unsigned int * | gu_object_stack [] |
| int | gu_object_stack_depth |
| GuLightSettings | light_settings [4] |
| static int | tbpcmd_tbl [8] = { 0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7 } |
| static int | tbwcmd_tbl [8] = { 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf } |
| static int | tsizecmd_tbl [8] = { 0xb8, 0xb9, 0xba, 0xbb, 0xbc, 0xbd, 0xbe, 0xbf } |
| #define __sceGuCallList | ( | list | ) |
| #define __sceGuFinish_GU_DIRECT | ( | ) |
| #define __sceGuSync | ( | mode, | |
| what | |||
| ) |
| #define __sceGuTexFlush | ( | ) | sendCommandf(203,0.0f) |
| typedef void(* GuCallback) (int) |
| void resetValues | ( | ) |
| void sendCommandf | ( | int | cmd, |
| float | argument | ||
| ) |
| void* ge_edram_address |
| int ge_list_executed[2] |
| int gu_call_mode |
| GuContext gu_contexts[3] |
| int gu_curr_context |
| unsigned int gu_current_frame |
| int gu_display_on |
| GuDrawBuffer gu_draw_buffer |
| int gu_init |
| GuDisplayList* gu_list |
| unsigned int* gu_object_stack[] |
| int gu_object_stack_depth |
| GuSettings gu_settings |
| int gu_states |
| GuLightSettings light_settings[4] |
|
static |
|
static |
|
static |
1.8.15