Searched refs:near (Results 1 – 3 of 3) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 43 float near, float far) { in glFrustumf() argument 44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); in glFrustumf() 47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() argument 51 fixedToFloat(near), fixedToFloat(far)); in glFrustumx() 103 float near, float far) { in glOrthof() argument 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); in glOrthof() 107 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() argument 111 fixedToFloat(near), fixedToFloat(far)); in glOrthox()
|
D | MatrixTrackingGL.java | 192 public void glDepthRangef(float near, float far) { in glDepthRangef() argument 193 mgl.glDepthRangef(near, far); in glDepthRangef() 196 public void glDepthRangex(int near, int far) { in glDepthRangex() argument 197 mgl.glDepthRangex(near, far); in glDepthRangex() 261 float near, float far) { in glFrustumf() argument 262 mCurrent.glFrustumf(left, right, bottom, top, near, far); in glFrustumf() 263 mgl.glFrustumf(left, right, bottom, top, near, far); in glFrustumf() 267 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() argument 269 mCurrent.glFrustumx(left, right, bottom, top, near, far); in glFrustumx() 270 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx() [all …]
|
/development/samples/browseable/Geofencing/ |
D | _index.jd | 9 … Gardens near the Moscone center in San Francisco, a notification silently appears on his/her
|