HomeSort by relevance Sort by last modified time
    Searched defs:ETC1 (Results 1 - 16 of 16) 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
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 22 * Methods for encoding and decoding ETC1 textures.
24 * The standard for the ETC1 texture format can be found at
28 * followed by the encoded ETC1 texture data.
32 public class ETC1 {
65 * ETC1 compressed version of the data.
74 * ETC1 compressed version of the data.
ETC1Util.java 27 * Utility methods for using ETC1 compressed textures.
32 * Convenience method to load an ETC1 texture whether or not the active OpenGL context
33 * supports the ETC1 texture compression format.
37 * @param fallbackFormat the format to use if ETC1 texture compression is not supported.
39 * @param fallbackType the type to use if ETC1 texture compression is not supported.
42 * @param input the input stream containing an ETC1 texture in PKM format.
52 * Convenience method to load an ETC1 texture whether or not the active OpenGL context
53 * supports the ETC1 texture compression format.
57 * @param fallbackFormat the format to use if ETC1 texture compression is not supported.
59 * @param fallbackType the type to use if ETC1 texture compression is not supported
    [all...]
  /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
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 67 milliseconds