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

/frameworks/base/opengl/java/android/opengl/
H A DVisibility.java31 * @param wsOffset an index into the ws array where the data starts.
45 * @throws IllegalArgumentException if ws is null, wsOffset < 0,
49 public static native int visibilityTest(float[] ws, int wsOffset, argument
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp528 public native int visibilityTest(float[] ws, int wsOffset,
535 jfloatArray ws_ref, jint wsOffset,
539 FloatArrayHelper ws(env, ws_ref, wsOffset, 16);
534 util_visibilityTest(JNIEnv *env, jclass clazz, jfloatArray ws_ref, jint wsOffset, jfloatArray positions_ref, jint positionsOffset, jcharArray indices_ref, jint indicesOffset, jint indexCount) argument

Completed in 152 milliseconds