Searched refs:ETC1_ENCODED_BLOCK_SIZE (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/include/ETC1/
H A Detc1.h18 #define ETC1_ENCODED_BLOCK_SIZE 8 macro
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp521 etc1_byte encoded[ETC1_ENCODED_BLOCK_SIZE];
590 pIn += ETC1_ENCODED_BLOCK_SIZE;
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp842 } else if (outB.remaining() < ETC1_ENCODED_BLOCK_SIZE) {
865 if (inB.remaining() < ETC1_ENCODED_BLOCK_SIZE) {

Completed in 76 milliseconds