Searched refs:ETC1 (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | ETC1Util.java | 106 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 D | ETC1.java | 32 public class ETC1 { class
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 5742 android.opengl.ETC1
|
H A D | boot-image-profile.txt | 28529 Landroid/opengl/ETC1;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 5746 android.opengl.ETC1
|
H A D | boot-image-profile.txt | 38636 Landroid/opengl/ETC1;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29676 public class ETC1 { 29677 ctor public ETC1();
|