HomeSort by relevance Sort by last modified time
    Searched defs:ETC1 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/resources/
resource_format.h 21 ETC1,
22 RESOURCE_FORMAT_MAX = ETC1,
ui_resource_bitmap.h 23 // holds the content of the bitmap (cannot use SkBitmap because of ETC1).
31 ETC1
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 32 import android.opengl.ETC1;
44 public static final String TEXTURE_ETC1 = "ETC1";
184 int encodedImageSize = ETC1.getEncodedDataSize(width, height);
187 ETC1.encodeImage(input, width, height, pixelSize, stride, compressedImage);
207 ETC1.ETC1_RGB8_OES, compressed.getData(), TEXTURE_ETC1);
455 // Check ETC1

Completed in 3556 milliseconds