Searched refs:getEncodedDataSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DETC1.java86 public static native int getEncodedDataSize(int width, int height); method in class:ETC1
H A DETC1Util.java169 int encodedSize = ETC1.getEncodedDataSize(width, height);
193 int encodedImageSize = ETC1.getEncodedDataSize(width, height);
217 int encodedSize = ETC1.getEncodedDataSize(width, height);

Completed in 66 milliseconds