Searched defs:spheresCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DVisibility.java85 * @param spheresCount the number of spheres to cull.
103 float[] spheres, int spheresOffset, int spheresCount,
102 frustumCullSpheres(float[] mvp, int mvpOffset, float[] spheres, int spheresOffset, int spheresCount, int[] results, int resultsOffset, int resultsCapacity) argument
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp489 jfloatArray spheres_ref, jint spheresOffset, jint spheresCount,
496 FloatArrayHelper spheres(env, spheres_ref, spheresOffset, spheresCount * 4);
515 for(int i = 0; i < spheresCount; i++, pSphere += 4) {
487 util_frustumCullSpheres(JNIEnv *env, jclass clazz, jfloatArray mvp_ref, jint mvpOffset, jfloatArray spheres_ref, jint spheresOffset, jint spheresCount, jintArray results_ref, jint resultsOffset, jint resultsCapacity) argument

Completed in 34 milliseconds