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

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

Completed in 95 milliseconds