/external/chromium_org/cc/resources/ |
resource_format.h | 20 ETC1, 21 RESOURCE_FORMAT_MAX = ETC1,
|
resource_format.cc | 16 case ETC1:
|
ui_resource_bitmap.cc | 28 opaque_ = (format == ETC1); 47 Create(etc1_pixel_ref, ETC1, size);
|
ui_resource_bitmap.h | 23 // holds the content of the bitmap (cannot use SkBitmap because of ETC1). 30 ETC1
|
raster_worker_pool.cc | 144 case ETC1:
|
resource_provider.cc | 72 case ETC1: 88 case ETC1: [all...] |
resource_provider_unittest.cc | [all...] |
/frameworks/base/opengl/java/android/opengl/ |
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...] |
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.
|
/frameworks/native/opengl/libs/ |
Android.mk | 135 # Build the ETC1 host static library 141 ETC1/etc1.cpp \ 150 # Build the ETC1 device library 156 ETC1/etc1.cpp \
|
/external/chromium_org/cc/scheduler/ |
texture_uploader.cc | 144 if (format == ETC1) { 145 // ETC1 does not support subimage uploads. 242 DCHECK_NE(ETC1, format); 297 GLInternalFormat(ETC1), 301 Resource::MemorySizeBytes(size, ETC1),
|
/cts/tests/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
|
CompressedTextureSurfaceView.java | 39 import android.opengl.ETC1;
|
/development/tools/etc1tool/ |
etc1tool.cpp | 22 #include <ETC1/etc1.h> 47 "\t\t--encode create an ETC1 file from a PNG file.\n"); 50 "\t\t--encodeNoHeader create a raw ETC1 data file (without a header) from a PNG file.\n"); 52 "\t\t--decode create a PNG file from an ETC1 file.\n");
|
/frameworks/native/opengl/libs/ETC1/ |
etc1.cpp | 15 #include <ETC1/etc1.h> 81 Add table 3.17.2: Intensity modifier sets for ETC1 compressed textures: 96 ETC1 compressed textures: 197 // Input is an ETC1 compressed version of the data. 482 // Output is an ETC1 compressed version of the data.
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
etc1.cpp | 15 #include <ETC1/etc1.h> 81 Add table 3.17.2: Intensity modifier sets for ETC1 compressed textures: 96 ETC1 compressed textures: 197 // Input is an ETC1 compressed version of the data. 482 // Output is an ETC1 compressed version of the data.
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 28 #include <ETC1/etc1.h> 724 * ETC1 methods. 828 * @param out an ETC1 compressed version of the data. 854 * @param in an ETC1 compressed version of the data. 1060 {"android/opengl/ETC1", gEtc1Methods, NELEM(gEtc1Methods)},
|
/external/chromium_org/cc/trees/ |
layer_tree_host_impl.cc | [all...] |
/frameworks/native/opengl/libagl/ |
texture.cpp | 26 #include <ETC1/etc1.h> [all...] |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |