Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DVisibility.java103 float[] spheres, int spheresOffset, int spheresCount, in frustumCullSpheres() argument
/frameworks/base/core/jni/android/opengl/
Dutil.cpp496 FloatArrayHelper spheres(env, spheres_ref, spheresOffset, spheresCount * 4); in util_frustumCullSpheres() local
499 bool initializedOK = mvp.check() && spheres.check() && results.check(); in util_frustumCullSpheres()
505 spheres.bind(); in util_frustumCullSpheres()
512 pSphere = spheres.mData; in util_frustumCullSpheres()