Home
last modified time | relevance | path

Searched refs:angleStepJ (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DSphere.java62 float angleStepJ = ((2.0f * (float) Math.PI) / nSlices); in Sphere() local
87 float sinj = (float) Math.sin(angleStepJ * j); in Sphere()
89 float cosj = (float) Math.cos(angleStepJ * j); in Sphere()