Searched refs:winZ (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLU.java188 * @param win the output vector {winX, winY, winZ}, that returns the
244 * @param winZ window coordinates Z
261 public static int gluUnProject(float winX, float winY, float winZ, argument
282 scratch[V_OFFSET + 2] = 2.0f * winZ - 1.0f;

Completed in 1753 milliseconds