OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compressedimage
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/opengl/java/android/opengl/
ETC1Util.java
194
ByteBuffer
compressedImage
= ByteBuffer.allocateDirect(encodedImageSize).
196
ETC1.encodeImage(input, width, height, 3, stride,
compressedImage
);
197
return new ETC1Texture(width, height,
compressedImage
);
Completed in 109 milliseconds