Home | History | Annotate | Download | only in libagl

Lines Matching refs:indexBits

403     int indexBits = 8;
407 indexBits = 4;
414 indexBits = 4;
423 indexBits = 4;
432 size_t size = (1 << indexBits) * entrySize; // palette size
437 int levelSize = h * ((w * indexBits) / 8) ? : 1;
448 int indexBits = 8;
452 indexBits = 4;
459 indexBits = 4;
468 indexBits = 4;
477 const int paletteSize = (1 << indexBits) * entrySize;
483 pixels += h * ((w * indexBits) / 8);
492 if (indexBits == 8) {
516 if (indexBits == 8) {
543 if (indexBits == 8) {