Searched refs:ETC1 (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 79 GLES10.glCompressedTexImage2D(target, level, ETC1.ETC1_RGB8_OES, width, height, in loadTexture() 87 ETC1.decodeImage(data, decodedData, width, height, pixelSize, stride); in loadTexture() 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() 160 ByteBuffer headerBuffer = ByteBuffer.allocateDirect(ETC1.ETC_PKM_HEADER_SIZE) in createTexture() 162 headerBuffer.put(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE).position(0); 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() [all …]
|
D | ETC1.java | 32 public class ETC1 { class
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 1 // Build the ETC1 library 4 srcs: ["ETC1/etc1.cpp"],
|
/frameworks/base/config/ |
D | preloaded-classes | 2676 android.opengl.ETC1
|
D | boot-image-profile.txt | 35105 Landroid/opengl/ETC1;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18837 public class ETC1 { 18838 ctor public ETC1();
|
/frameworks/base/api/ |
D | current.txt | 31220 public class ETC1 { 31221 ctor public ETC1();
|