OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ETC1
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/cc/resources/
resource_format.h
20
ETC1
,
21
RESOURCE_FORMAT_MAX =
ETC1
,
ui_resource_bitmap.h
23
// holds the content of the bitmap (cannot use SkBitmap because of
ETC1
).
30
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/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
/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/8/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 119 milliseconds