Searched defs:winX (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
194 * @param winX window coordinates X
213 public static int gluUnProject(float winX, float winY, float winZ, argument
229 2.0f * (winX - view[viewOffset + 0]) / view[viewOffset + 2]

Completed in 80 milliseconds