FileDocCategorySizeDatePackage
Visibility.javaAPI DocAndroid 5.1 API600Sat Mar 14 14:09:38 GMT 2015android.opengl

Visibility.java

package android.opengl;
public class Visibility
{
public  Visibility() { throw new RuntimeException("Stub!"); }
public static native  int visibilityTest(float[] ws, int wsOffset, float[] positions, int positionsOffset, char[] indices, int indicesOffset, int indexCount);
public static native  int frustumCullSpheres(float[] mvp, int mvpOffset, float[] spheres, int spheresOffset, int spheresCount, int[] results, int resultsOffset, int resultsCapacity);
public static native  void computeBoundingSphere(float[] positions, int positionsOffset, int positionsCount, float[] sphere, int sphereOffset);
}