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.cpp477 FloatArrayHelper spheres(env, spheres_ref, spheresOffset, spheresCount * 4); in util_frustumCullSpheres() local
480 bool initializedOK = mvp.check() && spheres.check() && results.check(); in util_frustumCullSpheres()
486 spheres.bind(); in util_frustumCullSpheres()
493 pSphere = spheres.mData; in util_frustumCullSpheres()