OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readInt16
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/java/android/opengl/
Texture.java
48
private int
readInt16
(InputStream is) throws IOException {
53
this.width =
readInt16
(is);
54
this.height =
readInt16
(is);
/development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java
284
private int
readInt16
(InputStream is) throws Exception {
/development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java
376
private int
readInt16
(InputStream is) throws IOException {
474
int lightWidth =
readInt16
(lis);
475
int lightHeight =
readInt16
(lis);
476
sNumLights =
readInt16
(lis);
[
all
...]
Completed in 382 milliseconds