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

  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h 20 #define ETC1_ENCODED_BLOCK_SIZE 8
  /frameworks/base/opengl/include/ETC1/
etc1.h 18 #define ETC1_ENCODED_BLOCK_SIZE 8
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 521 etc1_byte encoded[ETC1_ENCODED_BLOCK_SIZE];
590 pIn += ETC1_ENCODED_BLOCK_SIZE;
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 521 etc1_byte encoded[ETC1_ENCODED_BLOCK_SIZE];
590 pIn += ETC1_ENCODED_BLOCK_SIZE;
  /frameworks/base/core/jni/android/opengl/
util.cpp 836 } else if (outB.remaining() < ETC1_ENCODED_BLOCK_SIZE) {
859 if (inB.remaining() < ETC1_ENCODED_BLOCK_SIZE) {

Completed in 1048 milliseconds