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

/frameworks/base/opengl/java/android/opengl/
H A DVisibility.java112 * @param positionsCount number of position triples to process
117 * positionsOffset < 0, positionsOffset > positions.length - positionsCount,
121 int positionsOffset, int positionsCount, float[] sphere,
120 computeBoundingSphere(float[] positions, int positionsOffset, int positionsCount, float[] sphere, int sphereOffset) argument
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp236 jfloatArray positions_ref, jint positionsOffset, jint positionsCount,
249 if ( positionsCount < 1 ) {
250 doThrowIAE(env, "positionsCount < 1");
264 for(int i = 1; i < positionsCount; i++) {
235 util_computeBoundingSphere(JNIEnv *env, jclass clazz, jfloatArray positions_ref, jint positionsOffset, jint positionsCount, jfloatArray sphere_ref, jint sphereOffset) argument
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp616 int positionsCount = 0; local
617 float* positions = getFloats(positionsCount);
628 int32_t positionsCount = 0; local
629 float* positions = getFloats(positionsCount);
1256 int32_t positionsCount = 0; local
1257 float* positions = getFloats(positionsCount);
1270 int32_t positionsCount = 0; local
1271 float* positions = getFloats(positionsCount);

Completed in 55 milliseconds