Home
last modified time | relevance | path

Searched refs:G2D_CTG_EMPTY (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-2.1/include/
DG2D.h40 G2D_CTG_EMPTY = 0x3 // Tiles with this format are not rendered at all enumerator
/RvlSDK-2.1/include/revolution/
DG2D.h43 G2D_CTG_EMPTY = 0x3 // Tiles with this format are not rendered at all enumerator
/RvlSDK-2.1/build/demos/gxdemo/src/G2D/
DG2D-testLevel1.c279 0, G2D_CTG_EMPTY, NULL, NULL, NULL,
/RvlSDK-2.1/build/libraries/G2D/src/
DG2D.c649 case G2D_CTG_EMPTY: in G2DDrawLayer()