HomeSort by relevance Sort by last modified time
    Searched refs:indexBits (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
TGALoader.java 473 int indexBits = offset % 8;
479 int test = indexBits == 7 ? 1 : 2 << (6-indexBits);
486 indexBits++;
487 if (indexBits == 8) {
488 indexBits = 0;
  /frameworks/native/opengl/libagl/
texture.cpp 410 int indexBits = 8;
414 indexBits = 4;
421 indexBits = 4;
430 indexBits = 4;
439 size_t size = (1 << indexBits) * entrySize; // palette size
444 int levelSize = h * ((w * indexBits) / 8) ? : 1;
455 int indexBits = 8;
459 indexBits = 4;
466 indexBits = 4;
475 indexBits = 4
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 482 GLint indexBits; /* total bits for colorindex */
    [all...]

Completed in 53 milliseconds