Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/G2D/
DG2D-testLevel1.c273 0, G2D_CTG_TEXTURE, NULL, &toTilesRGB_1, NULL,
280 0, G2D_CTG_TEXTURE, &CloudTint, &toCloudRGBA8_1, NULL,
/RvlSDK-2.1/include/
DG2D.h35 G2D_CTG_TEXTURE = 0x0, // Tiles with this format use texture mapping. enumerator
/RvlSDK-2.1/include/revolution/
DG2D.h38 G2D_CTG_TEXTURE = 0x0, // Tiles with this format use texture mapping. enumerator
/RvlSDK-2.1/build/libraries/G2D/src/
DG2D.c775 case G2D_CTG_TEXTURE: in G2DDrawLayer()