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

  /frameworks/native/opengl/include/ETC1/
etc1.h 19 #define ETC1_DECODED_BLOCK_SIZE 48
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h 21 #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];
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
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 821 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
840 if (inB.remaining() < ETC1_DECODED_BLOCK_SIZE) {
867 } else if (outB.remaining() < ETC1_DECODED_BLOCK_SIZE) {

Completed in 289 milliseconds