Searched refs:spheresCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | Visibility.java | 103 float[] spheres, int spheresOffset, int spheresCount, in frustumCullSpheres() argument
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 468 jfloatArray spheres_ref, jint spheresOffset, jint spheresCount, in util_frustumCullSpheres() argument 475 FloatArrayHelper spheres(env, spheres_ref, spheresOffset, spheresCount * 4); in util_frustumCullSpheres() 494 for(int i = 0; i < spheresCount; i++, pSphere += 4) { in util_frustumCullSpheres()
|