Lines Matching refs:offset

75 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset)
95 *offset = _env->CallStaticIntMethod(nioAccessClass,
195 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) {
209 if (offset < 0) {
212 _exceptionMessage = "offset < 0";
215 _remaining = _env->GetArrayLength(coords_ref) - offset;
219 _exceptionMessage = "length - offset < 5 < needed";
224 coords = coords_base + offset;
279 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) {
293 if (offset < 0) {
296 _exceptionMessage = "offset < 0";
299 _remaining = _env->GetArrayLength(coords_ref) - offset;
303 _exceptionMessage = "length - offset < 5 < needed";
308 coords = coords_base + offset;
363 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) {
377 if (offset < 0) {
380 _exceptionMessage = "offset < 0";
383 _remaining = _env->GetArrayLength(coords_ref) - offset;
387 _exceptionMessage = "length - offset < 5 < needed";
392 coords = coords_base + offset;
460 (JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) {
474 if (offset < 0) {
477 _exceptionMessage = "offset < 0";
480 _remaining = _env->GetArrayLength(coords_ref) - offset;
484 _exceptionMessage = "length - offset < 5 < needed";
489 coords = coords_base + offset;
621 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) {
635 if (offset < 0) {
638 _exceptionMessage = "offset < 0";
641 _remaining = _env->GetArrayLength(equation_ref) - offset;
644 equation = equation_base + offset;
719 (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
733 if (offset < 0) {
736 _exceptionMessage = "offset < 0";
739 _remaining = _env->GetArrayLength(params_ref) - offset;
742 params = params_base + offset;
799 (JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) {
813 if (offset < 0) {
816 _exceptionMessage = "offset < 0";
819 _remaining = _env->GetArrayLength(eqn_ref) - offset;
823 _exceptionMessage = "length - offset < 4 < needed";
828 eqn = eqn_base + offset;
885 (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
899 if (offset < 0) {
902 _exceptionMessage = "offset < 0";
905 _remaining = _env->GetArrayLength(params_ref) - offset;
908 params = params_base + offset;
951 (JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) {
965 if (offset < 0) {
968 _exceptionMessage = "offset < 0";
971 _remaining = _env->GetArrayLength(params_ref) - offset;
974 params = params_base + offset;
1019 (JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) {
1033 if (offset < 0) {
1036 _exceptionMessage = "offset < 0";
1039 _remaining = _env->GetArrayLength(params_ref) - offset;
1042 params = params_base + offset;
1087 (JNIEnv *_env, jobject _this, jint env, jint pname, jintArray params_ref, jint offset) {
1101 if (offset < 0) {
1104 _exceptionMessage = "offset < 0";
1107 _remaining = _env->GetArrayLength(params_ref) - offset;
1110 params = params_base + offset;
1155 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
1169 if (offset < 0) {
1172 _exceptionMessage = "offset < 0";
1175 _remaining = _env->GetArrayLength(params_ref) - offset;
1178 params = params_base + offset;
1233 (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
1247 if (offset < 0) {
1250 _exceptionMessage = "offset < 0";
1253 _remaining = _env->GetArrayLength(params_ref) - offset;
1256 params = params_base + offset;
1310 (JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) {
1324 if (offset < 0) {
1327 _exceptionMessage = "offset < 0";
1330 _remaining = _env->GetArrayLength(params_ref) - offset;
1333 params = params_base + offset;
1387 (JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) {
1401 if (offset < 0) {
1404 _exceptionMessage = "offset < 0";
1407 _remaining = _env->GetArrayLength(m_ref) - offset;
1410 m = m_base + offset;
1462 (JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) {
1476 if (offset < 0) {
1479 _exceptionMessage = "offset < 0";
1482 _remaining = _env->GetArrayLength(params_ref) - offset;
1485 params = params_base + offset;
1530 (JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) {
1544 if (offset < 0) {
1547 _exceptionMessage = "offset < 0";
1550 _remaining = _env->GetArrayLength(m_ref) - offset;
1553 m = m_base + offset;
1642 (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
1656 if (offset < 0) {
1659 _exceptionMessage = "offset < 0";
1662 _remaining = _env->GetArrayLength(params_ref) - offset;
1665 params = params_base + offset;
1771 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
1785 if (offset < 0) {
1788 _exceptionMessage = "offset < 0";
1791 _remaining = _env->GetArrayLength(params_ref) - offset;
1794 params = params_base + offset;
1850 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
1864 if (offset < 0) {
1867 _exceptionMessage = "offset < 0";
1870 _remaining = _env->GetArrayLength(params_ref) - offset;
1873 params = params_base + offset;
1950 (JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) {
1964 if (offset < 0) {
1967 _exceptionMessage = "offset < 0";
1970 _remaining = _env->GetArrayLength(renderbuffers_ref) - offset;
1974 _exceptionMessage = "length - offset < n < needed";
1979 renderbuffers = renderbuffers_base + offset;
2036 (JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) {
2050 if (offset < 0) {
2053 _exceptionMessage = "offset < 0";
2056 _remaining = _env->GetArrayLength(renderbuffers_ref) - offset;
2060 _exceptionMessage = "length - offset < n < needed";
2065 renderbuffers = renderbuffers_base + offset;
2134 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
2148 if (offset < 0) {
2151 _exceptionMessage = "offset < 0";
2154 _remaining = _env->GetArrayLength(params_ref) - offset;
2158 _exceptionMessage = "length - offset < 1 < needed";
2163 params = params_base + offset;
2243 (JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) {
2257 if (offset < 0) {
2260 _exceptionMessage = "offset < 0";
2263 _remaining = _env->GetArrayLength(framebuffers_ref) - offset;
2267 _exceptionMessage = "length - offset < n < needed";
2272 framebuffers = framebuffers_base + offset;
2329 (JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) {
2343 if (offset < 0) {
2346 _exceptionMessage = "offset < 0";
2349 _remaining = _env->GetArrayLength(framebuffers_ref) - offset;
2353 _exceptionMessage = "length - offset < n < needed";
2358 framebuffers = framebuffers_base + offset;
2451 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) {
2465 if (offset < 0) {
2468 _exceptionMessage = "offset < 0";
2471 _remaining = _env->GetArrayLength(params_ref) - offset;
2475 _exceptionMessage = "length - offset < 1 < needed";
2480 params = params_base + offset;
2652 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) {
2666 if (offset < 0) {
2669 _exceptionMessage = "offset < 0";
2672 _remaining = _env->GetArrayLength(equation_ref) - offset;
2675 equation = equation_base + offset;
2718 (JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) {
2732 if (offset < 0) {
2735 _exceptionMessage = "offset < 0";
2738 _remaining = _env->GetArrayLength(eqn_ref) - offset;
2742 _exceptionMessage = "length - offset < 4 < needed";
2747 eqn = eqn_base + offset;
2824 (JNIEnv *_env, jobject _this, jint coord, jint pname, jfloatArray params_ref, jint offset) {
2838 if (offset < 0) {
2841 _exceptionMessage = "offset < 0";
2844 _remaining = _env->GetArrayLength(params_ref) - offset;
2847 params = params_base + offset;
2903 (JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) {
2917 if (offset < 0) {
2920 _exceptionMessage = "offset < 0";
2923 _remaining = _env->GetArrayLength(params_ref) - offset;
2926 params = params_base + offset;
2982 (JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) {
2996 if (offset < 0) {
2999 _exceptionMessage = "offset < 0";
3002 _remaining = _env->GetArrayLength(params_ref) - offset;
3005 params = params_base + offset;
3050 (JNIEnv *_env, jobject _this, jint coord, jint pname, jfloatArray params_ref, jint offset) {
3064 if (offset < 0) {
3067 _exceptionMessage = "offset < 0";
3070 _remaining = _env->GetArrayLength(params_ref) - offset;
3073 params = params_base + offset;
3118 (JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) {
3132 if (offset < 0) {
3135 _exceptionMessage = "offset < 0";
3138 _remaining = _env->GetArrayLength(params_ref) - offset;
3141 params = params_base + offset;
3186 (JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) {
3200 if (offset < 0) {
3203 _exceptionMessage = "offset < 0";
3206 _remaining = _env->GetArrayLength(params_ref) - offset;
3209 params = params_base + offset;