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

  /frameworks/base/opengl/libagl/
texture.cpp 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
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 482 GLint indexBits; /* total bits for colorindex */
    [all...]

Completed in 734 milliseconds