Searched defs:winY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLU.java140 * @param win the output vector {winX, winY, winZ}, that returns the
195 * @param winY window coordinates Y
213 public static int gluUnProject(float winX, float winY, float winZ, argument
232 2.0f * (winY - view[viewOffset + 1]) / view[viewOffset + 3]

Completed in 47 milliseconds