Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-2.1/build/tools/TexConv/sample/
Dsample.tcs48 file 0 = dolphin_32.tga ; this is a 32-bit rgba image
49 file 1 = pikachu_8.tga ; this is an 8-bit color-indexed image with 256 entry 24-bit
50 file 2 = car_24.tga ; this is a 24-bit rgb image
87 image 2 = 0, 0, CMPR, 0, 7, 0 ; compressed format with source alpha reduced to 1-bit alpha.
/RvlSDK-2.1/build/demos/kpaddemo/src/
Dkfont.c320 u32 bit = 1 ; in draw_kfont_bit() local
328 if ( (bit & 0x01010100) != 0 ) { in draw_kfont_bit()
332 if ( (val & bit) != 0 ) { in draw_kfont_bit()
338 bit <<= 1 ; in draw_kfont_bit()