Home
last modified time | relevance | path

Searched refs:ETC1 (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java106 if (results[i] == ETC1.ETC1_RGB8_OES) { in isETC1Supported()
157 if (input.read(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE) != ETC1.ETC_PKM_HEADER_SIZE) { in createTexture()
163 if (!ETC1.isValid(headerBuffer)) { in createTexture()
166 width = ETC1.getWidth(headerBuffer); in createTexture()
167 height = ETC1.getHeight(headerBuffer); in createTexture()
169 int encodedSize = ETC1.getEncodedDataSize(width, height); in createTexture()
193 int encodedImageSize = ETC1.getEncodedDataSize(width, height); in compressTexture()
213 ETC1.formatHeader(header, width, height); in writeTexture()
215 header.get(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE); in writeTexture()
216 output.write(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE); in writeTexture()
[all …]
H A DETC1.java32 public class ETC1 { class
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5742 android.opengl.ETC1
H A Dboot-image-profile.txt28529 Landroid/opengl/ETC1;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5746 android.opengl.ETC1
H A Dboot-image-profile.txt38636 Landroid/opengl/ETC1;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29676 public class ETC1 {
29677 ctor public ETC1();