| /RvlSDK-2.1/include/win32/ |
| D | thpcore.h | 66 extern void (*THPPrintFunc)( const char* format, va_list argptr ); 71 extern void (*THPPrintErrorFunc)( const char* format, va_list argptr ); 76 extern void (*THPPrintLogFunc)( const char* format, va_list argptr ); 93 void THPPrint( const char* format, ... ); 98 void THPPrintError( const char* format, ... ); 103 void THPPrintLog( const char* format, ... );
|
| /RvlSDK-2.1/build/demos/carddemo/tpl/ |
| D | icon.tcs | 12 ; convert to RGB5A3 format 14 ; convert to RGB5A3 format 16 ; convert to RGB5A3 format 18 ; convert to RGB5A3 format 20 ; convert to RGB5A3 format 22 ; convert to RGB5A3 format 24 ; convert to RGB5A3 format 26 ; convert to RGB5A3 format
|
| D | bannerc.tcs | 5 ; convert to CI8 format
|
| D | banner.tcs | 5 ; convert to RGB5A3 format
|
| D | iconc.tcs | 5 ; convert to CI8 format
|
| /RvlSDK-2.1/build/demos/carddemo/ |
| D | makefile | 52 CSRCS = format.c create.c list.c save.c \ 60 BINNAMES = format create list save \ 69 $(FULLBIN_ROOT)/format$(BINSUFFIX): format.o \
|
| /RvlSDK-2.1/build/tools/TexConv/sample/ |
| D | sample.tcs | 63 ; and palette IA8 format. 81 ; convert to RGBA8 format 87 image 2 = 0, 0, CMPR, 0, 7, 0 ; compressed format with source alpha reduced to 1-bit alpha. 89 image 3 = 1, x, CI8 ; when source format is CI8 (file 2) and dest. format is CI8, 94 image 4 = 1, x, RGB565, 0, 7, 0 ; when source format is CI8 and dest. format is true color, 97 ; note: if converting a C8 source file to true color format, 126 ; palettes can be converted to RGB565, RGB5A3 format.
|
| /RvlSDK-2.1/include/revolution/gd/ |
| D | GDTexture.h | 68 void GDSetTexImgAttr ( GXTexMapID id, u16 width, u16 height, GXTexFmt format ); 73 void GDSetTexTlut ( GXTexMapID id, u32 tmem_addr, GXTlutFmt format ); 149 #define TX_SETIMAGE0(width, height, format, rid) \ argument 152 (((u32)(format)) << TX_SETIMAGE0_FORMAT_SHIFT) | \ 198 #define TX_SETTLUT(tmem_offset, format, rid) \ argument 200 (((u32)(format)) << TX_SETTLUT_FORMAT_SHIFT) | \
|
| D | GDIndirect.h | 49 GXIndTexFormat format, 97 GXIndTexFormat format,
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-copy.c | 69 u32 format; member 333 sc->copyTex.format = 0; in DrawInit() 395 " COPY : %s ", TexFormats[sc->copyTex.format].cpyFmtStr); in DrawTick() 397 " USE : %s ", TexFormats[sc->copyTex.format].useFmtStr); in DrawTick() 443 sc->copyTex.format = ( sc->copyTex.format + 1 ) % TEX_FORMATS; in AnimTick() 449 sc->copyTex.format = ( sc->copyTex.format + TEX_FORMATS - 1 ) % TEX_FORMATS; in AnimTick() 703 cpyFmt = TexFormats[ct->format].cpyFmt; in CopyTextureFromFB() 704 useFmt = TexFormats[ct->format].useFmt; in CopyTextureFromFB()
|
| /RvlSDK-2.1/build/libraries/gd/src/ |
| D | GDIndirect.c | 66 GXIndTexFormat format, in GDSetTevIndirect() argument 77 (format & 3), in GDSetTevIndirect() 260 GXIndTexFormat format, GXIndTexMtxID matrix_sel, in GDSetTevIndTile() argument 300 format, // format in GDSetTevIndTile()
|
| D | GDTexture.c | 250 void GDSetTexImgAttr ( GXTexMapID id, u16 width, u16 height, GXTexFmt format ) in GDSetTexImgAttr() argument 254 format, in GDSetTexImgAttr() 386 void GDSetTexTlut ( GXTexMapID id, u32 tmem_addr, GXTlutFmt format ) in GDSetTexTlut() argument 388 GDWriteBPCmd(TX_SETTLUT( (tmem_addr-GX_TMEM_HALF) >> 9, format, in GDSetTexTlut()
|
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | create-1icon.c | 50 static void CreateFile(s32 chan, u32 secSize, u32 blockSize, u32 format); 184 static void CreateFile(s32 chan, u32 secSize, u32 blockSize, u32 format) in CreateFile() argument 225 if (format == CARD_STAT_ICON_C8) in CreateFile() 229 else if (format == CARD_STAT_ICON_RGB5A3) in CreateFile()
|
| D | create-8icon.c | 50 static void CreateFile(s32 chan, u32 secSize, u32 blockSize, u32 format); 199 static void CreateFile(s32 chan, u32 secSize, u32 blockSize, u32 format) in CreateFile() argument 240 if (format == CARD_STAT_ICON_C8) in CreateFile() 244 else if (format == CARD_STAT_ICON_RGB5A3) in CreateFile()
|
| /RvlSDK-2.1/include/revolution/ |
| D | tpl.h | 58 GXTlutFmt format; member 69 u32 format; member
|
| /RvlSDK-2.1/include/revolution/gx/ |
| D | GXTexture.h | 120 GXTexFmt format, 130 GXCITexFmt format, 167 u32 format,
|
| D | GXBump.h | 59 GXIndTexFormat format, GXIndTexBiasSel bias_sel, 74 GXIndTexFormat format, GXIndTexMtxID matrix_sel,
|
| D | GXGet.h | 175 GXTexFmt* format, 209 GXTlutFmt* format,
|
| /RvlSDK-2.1/build/demos/carddemo/include/ |
| D | cardutil.h | 42 static void DrawIcon(s16 x, s16 y, void* image, void* tlut, u16 width, u16 height, int format); 95 …Icon ( int x, int y, int size, void* image, void* tlut, u16 width, u16 height, int format );
|
| /RvlSDK-2.1/build/demos/axdemo/src/ |
| D | axstream.c | 358 addr.format = AX_PB_FORMAT_PCM16; in startStreamPcm16() 377 addr.format = AX_PB_FORMAT_PCM16; in startStreamPcm16() 447 addr.format = AX_PB_FORMAT_PCM16; in startStreamPcm16() 475 addr.format = AX_PB_FORMAT_PCM16; in startStreamPcm16() 527 addr.format = AX_PB_FORMAT_PCM8; in startStreamPcm8() 546 addr.format = AX_PB_FORMAT_PCM8; in startStreamPcm8() 616 addr.format = AX_PB_FORMAT_PCM8; in startStreamPcm8() 644 addr.format = AX_PB_FORMAT_PCM8; in startStreamPcm8() 699 addr.format = AX_PB_FORMAT_ADPCM; in startStreamAdpcm() 745 addr.format = AX_PB_FORMAT_ADPCM; in startStreamAdpcm() [all …]
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Texture/ |
| D | tex-tlut.c | 76 GXCITexFmt format; member 546 to->format = ( ciSize <= 16 ) ? GX_TF_C4 in CreateColorMapTexture() 558 to->format, in CreateColorMapTexture() 580 to->format, in CreateColorMapTexture() 627 to->format = ( ciSize <= 16 ) ? GX_TF_C4 in CreateSampleImgTexture() 639 to->format, in CreateSampleImgTexture() 709 to->format, in CreateSampleImgTexture() 941 switch(to->format) in PlotOnTexture()
|
| D | tex-fmt-tpl.c | 439 fmt = (u32)tdp->textureHeader->format; in GetTplTexture() 461 (GXTlutFmt)tdp->CLUTHeader->format, in GetTplTexture() 493 OSReport("Format = %s ", TxFmtStr[tdp->textureHeader->format]); in GetTplTexture() 494 OSReport("(%d)\n", tdp->textureHeader->format); in GetTplTexture()
|
| /RvlSDK-2.1/build/tools/sndconv/src/ |
| D | soundconv.h | 113 void soundSetDefaultFormat (u32 format); 149 u32 format,
|
| /RvlSDK-2.1/build/tools/dls1wt/src/ |
| D | dls.c | 781 u16 format; in dls_fmt() local 813 format = WT_FORMAT_ADPCM; in dls_fmt() 818 format = WT_FORMAT_PCM16; in dls_fmt() 827 format = WT_FORMAT_ADPCM; in dls_fmt() 832 format = WT_FORMAT_PCM8; in dls_fmt() 847 waveSample[waveIndex].format = reverse_endian_16(format); in dls_fmt() 875 switch (reverse_endian_16(waveSample[waveIndex].format)) in dls_data()
|
| /RvlSDK-2.1/build/tools/dspadpcm/src/ |
| D | dspheader.h | 39 u16 format; member
|