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

/frameworks/base/opengl/java/android/opengl/
H A DVisibility.java55 * describes a frustum) and a list of spheres, determine which spheres
82 * @param spheres a float array containing the sphere data.
85 * @param spheresCount the number of spheres to cull.
86 * @param results an integer array containing the indices of the spheres
92 * @return the number of spheres that intersected the frustum. Can be
97 * mvpOffset > mvp.length - 16, spheres is null, spheresOffset < 0,
98 * spheresOffset > spheres.length - sphereCount,
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

Completed in 46 milliseconds