Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCompressedTextureActivity.java120 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in load() local
121 ETC1Util.writeTexture(etc1Texture, bos); in load()
122 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in load()