Searched refs:coloron (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c425 register uint_t coloron; local
431 for (coloron = 0; coloron < 256; coloron++)
432 efb_info.efb_palet[coloron] = REGR(RADEON_PALETTE_30_DATA);
442 register uint_t coloron; local
451 for (coloron = 0; coloron < 256; coloron++) {
452 new_red = ((coloron >>
544 register uint_t coloron; local
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c542 register uint_t coloron; local
546 for (coloron = 0; coloron < 256; coloron++) {
547 if (ast_set_reg(DAC_INDEX_READ, coloron) != 0)
553 if (ast_get_reg(&ast_info.ast_red[coloron], DAC_DATA) != 0)
559 if (ast_get_reg(&ast_info.ast_green[coloron], DAC_DATA) != 0)
565 if (ast_get_reg(&ast_info.ast_blue[coloron], DAC_DATA) != 0)
580 register uint_t coloron; local
596 for (coloron
688 register uint_t coloron; local
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dtools.c617 register uint_t coloron; local
622 for (coloron = 0; coloron < 256; coloron++) {
623 mga_info.mga_red[coloron] = mgaptr->mga_paldata;
624 mga_info.mga_green[coloron] = mgaptr->mga_paldata;
625 mga_info.mga_blue[coloron] = mgaptr->mga_paldata;
637 register uint_t coloron; local
645 for (coloron = 0; coloron < 25
719 register uint_t coloron; local
[all...]

Completed in 782 milliseconds