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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp2418 (JNIEnv *_env, jobject _this, jint program, jint maxcount, jintArray count_ref, jint countOffset, jintArray shaders_ref, jint shadersOffset) {
2430 if (countOffset < 0) {
2433 _exceptionMessage = "countOffset < 0";
2436 _countRemaining = _env->GetArrayLength(count_ref) - countOffset;
2440 _exceptionMessage = "length - countOffset < 1 < needed";
2445 count = count_base + countOffset;
2417 android_glGetAttachedShaders__II_3II_3II(JNIEnv *_env, jobject _this, jint program, jint maxcount, jintArray count_ref, jint countOffset, jintArray shaders_ref, jint shadersOffset) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java909 int countOffset,
905 glGetAttachedShaders( int program, int maxcount, int[] count, int countOffset, int[] shaders, int shadersOffset ) argument

Completed in 120 milliseconds