HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COP2_Generator.h File Reference
#include "COP2_API.h"
#include <TIL/TIL_Defines.h>
#include "COP2_MaskOp.h"
+ Include dependency graph for COP2_Generator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  COP2_Generator
 

Macros

#define CREATE_PLANE_RGBA   0
 
#define CREATE_PLANE_RGBA3   1
 
#define CREATE_PLANE_RGB   2
 
#define CREATE_PLANE_A   3
 
#define CREATE_PLANE_A3   4
 
#define CREATE_PLANE_M   5
 
#define CREATE_PLANE_M3   6
 
#define CREATE_PLANE_Z   7
 
#define CREATE_PLANE_L   8
 
#define CREATE_PLANE_B   9
 
#define CREATE_PLANE_P   10
 
#define CREATE_PLANE_N   11
 
#define CREATE_PLANE_V   12
 
#define CREATE_PLANE_TERRAIN_H   13
 
#define CREATE_PLANE_NONE   14
 
#define ADD_REPLACE   0
 
#define ADD_RENAME   1
 
#define ADD_ADD   2
 
#define ADD_SCREEN   3
 
#define ADD_SUB   4
 
#define ADD_MULT   5
 
#define ADD_MIN   6
 
#define ADD_MAX   7
 
#define ADD_AVERAGE   8
 

Macro Definition Documentation

#define ADD_ADD   2

Definition at line 38 of file COP2_Generator.h.

#define ADD_AVERAGE   8

Definition at line 44 of file COP2_Generator.h.

#define ADD_MAX   7

Definition at line 43 of file COP2_Generator.h.

#define ADD_MIN   6

Definition at line 42 of file COP2_Generator.h.

#define ADD_MULT   5

Definition at line 41 of file COP2_Generator.h.

#define ADD_RENAME   1

Definition at line 37 of file COP2_Generator.h.

#define ADD_REPLACE   0

Definition at line 36 of file COP2_Generator.h.

#define ADD_SCREEN   3

Definition at line 39 of file COP2_Generator.h.

#define ADD_SUB   4

Definition at line 40 of file COP2_Generator.h.

#define CREATE_PLANE_A   3

Definition at line 23 of file COP2_Generator.h.

#define CREATE_PLANE_A3   4

Definition at line 24 of file COP2_Generator.h.

#define CREATE_PLANE_B   9

Definition at line 29 of file COP2_Generator.h.

#define CREATE_PLANE_L   8

Definition at line 28 of file COP2_Generator.h.

#define CREATE_PLANE_M   5

Definition at line 25 of file COP2_Generator.h.

#define CREATE_PLANE_M3   6

Definition at line 26 of file COP2_Generator.h.

#define CREATE_PLANE_N   11

Definition at line 31 of file COP2_Generator.h.

#define CREATE_PLANE_NONE   14

Definition at line 34 of file COP2_Generator.h.

#define CREATE_PLANE_P   10

Definition at line 30 of file COP2_Generator.h.

#define CREATE_PLANE_RGB   2

Definition at line 22 of file COP2_Generator.h.

#define CREATE_PLANE_RGBA   0

Definition at line 20 of file COP2_Generator.h.

#define CREATE_PLANE_RGBA3   1

Definition at line 21 of file COP2_Generator.h.

#define CREATE_PLANE_TERRAIN_H   13

Definition at line 33 of file COP2_Generator.h.

#define CREATE_PLANE_V   12

Definition at line 32 of file COP2_Generator.h.

#define CREATE_PLANE_Z   7

Definition at line 27 of file COP2_Generator.h.