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

  /external/skia/third_party/etc1/
etc1.h 27 #define ETC1_DECODED_BLOCK_SIZE 48
etc1.cpp 528 etc1_byte block[ETC1_DECODED_BLOCK_SIZE];
582 etc1_byte block[ETC1_DECODED_BLOCK_SIZE];
  /frameworks/native/opengl/include/ETC1/
etc1.h 19 #define ETC1_DECODED_BLOCK_SIZE 48
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 520 etc1_byte block[ETC1_DECODED_BLOCK_SIZE];
574 etc1_byte block[ETC1_DECODED_BLOCK_SIZE];
  /frameworks/base/core/jni/android/opengl/
util.cpp 897 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
916 if (inB.remaining() < ETC1_DECODED_BLOCK_SIZE) {
943 } else if (outB.remaining() < ETC1_DECODED_BLOCK_SIZE) {
    [all...]

Completed in 132 milliseconds