HomeSort by relevance Sort by last modified time
    Searched full:compressedimage (Results 1 - 2 of 2) sorted by null

  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 194 ByteBuffer compressedImage = ByteBuffer.allocateDirect(encodedImageSize).
196 ETC1.encodeImage(input, width, height, pixelSize, stride, compressedImage);
197 return new ETC1Texture(width, height, compressedImage);
  /cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java 185 ByteBuffer compressedImage = ByteBuffer.allocateDirect(encodedImageSize).
187 ETC1.encodeImage(input, width, height, pixelSize, stride, compressedImage);
188 return new ETC1Util.ETC1Texture(width, height, compressedImage);

Completed in 858 milliseconds