Searched refs:bos (Results 1 – 1 of 1) sorted by relevance
120 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in load() local121 ETC1Util.writeTexture(etc1Texture, bos); in load()122 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in load()