Home | History | Annotate | Download | only in libagl

Lines Matching refs:indexBits

411     int indexBits = 8;
415 indexBits = 4;
422 indexBits = 4;
431 indexBits = 4;
440 size_t size = (1 << indexBits) * entrySize; // palette size
445 int levelSize = h * ((w * indexBits) / 8) ? : 1;
456 int indexBits = 8;
460 indexBits = 4;
467 indexBits = 4;
476 indexBits = 4;
485 const int paletteSize = (1 << indexBits) * entrySize;
491 pixels += h * ((w * indexBits) / 8);
500 if (indexBits == 8) {
524 if (indexBits == 8) {
551 if (indexBits == 8) {