Home
last modified time | relevance | path

Searched refs:etc1Texture (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCompressedTextureActivity.java116 … ETC1Util.ETC1Texture etc1Texture = ETC1Util.compressTexture(image, width, height, 3, 3 * width); in load() local
121 ETC1Util.writeTexture(etc1Texture, bos); in load()
130 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, etc1Texture); in load()