Searched defs:_bufferOffset (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsInstanced.cpp6 jint _bufferOffset = (jint) 0; local
10 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset);
13 indices = (GLvoid *) (_indicesBase + _bufferOffset);
H A DglGetShaderSource.cpp75 jint _bufferOffset = (jint) 0; local
79 length = (GLsizei *)getPointer(_env, length_buf, &_array, &_remaining, &_bufferOffset);
82 length = (GLsizei *) (_lengthBase + _bufferOffset);
H A Dcommon.cpp269 jint _bufferOffset = (jint) 0; local
274 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
288 params = (CTYPE *) (_paramsBase + _bufferOffset);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp291 jint _bufferOffset = (jint) 0; local
296 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
310 params = (CTYPE *) (_paramsBase + _bufferOffset);
H A Dandroid_opengl_GLES11.cpp291 jint _bufferOffset = (jint) 0; local
296 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
310 params = (CTYPE *) (_paramsBase + _bufferOffset);
345 jint _bufferOffset = (jint) 0; local
350 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
360 data = (GLvoid *) (_dataBase + _bufferOffset);
386 jint _bufferOffset = (jint) 0; local
390 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
399 data = (GLvoid *) (_dataBase + _bufferOffset);
468 jint _bufferOffset local
540 jint _bufferOffset = (jint) 0; local
642 jint _bufferOffset = (jint) 0; local
746 jint _bufferOffset = (jint) 0; local
846 jint _bufferOffset = (jint) 0; local
933 jint _bufferOffset = (jint) 0; local
1019 jint _bufferOffset = (jint) 0; local
1096 jint _bufferOffset = (jint) 0; local
1210 jint _bufferOffset = (jint) 0; local
1348 jint _bufferOffset = (jint) 0; local
1484 jint _bufferOffset = (jint) 0; local
1618 jint _bufferOffset = (jint) 0; local
1740 jint _bufferOffset = (jint) 0; local
1850 jint _bufferOffset = (jint) 0; local
1960 jint _bufferOffset = (jint) 0; local
2059 jint _bufferOffset = (jint) 0; local
2147 jint _bufferOffset = (jint) 0; local
2235 jint _bufferOffset = (jint) 0; local
2376 jint _bufferOffset = (jint) 0; local
2472 jint _bufferOffset = (jint) 0; local
2506 jint _bufferOffset = (jint) 0; local
2616 jint _bufferOffset = (jint) 0; local
2715 jint _bufferOffset = (jint) 0; local
2814 jint _bufferOffset = (jint) 0; local
2902 jint _bufferOffset = (jint) 0; local
[all...]
H A Dandroid_opengl_GLES31.cpp289 jint _bufferOffset = (jint) 0; local
294 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
308 params = (CTYPE *) (_paramsBase + _bufferOffset);
433 jint _bufferOffset = (jint) 0; local
437 params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
440 params = (GLint *) (_paramsBase + _bufferOffset);
502 jint _bufferOffset = (jint) 0; local
506 params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
509 params = (GLint *) (_paramsBase + _bufferOffset);
836 jint _bufferOffset local
902 jint _bufferOffset = (jint) 0; local
980 jint _bufferOffset = (jint) 0; local
1199 jint _bufferOffset = (jint) 0; local
1269 jint _bufferOffset = (jint) 0; local
1339 jint _bufferOffset = (jint) 0; local
1409 jint _bufferOffset = (jint) 0; local
1479 jint _bufferOffset = (jint) 0; local
1549 jint _bufferOffset = (jint) 0; local
1619 jint _bufferOffset = (jint) 0; local
1689 jint _bufferOffset = (jint) 0; local
1759 jint _bufferOffset = (jint) 0; local
1829 jint _bufferOffset = (jint) 0; local
1899 jint _bufferOffset = (jint) 0; local
1969 jint _bufferOffset = (jint) 0; local
2040 jint _bufferOffset = (jint) 0; local
2112 jint _bufferOffset = (jint) 0; local
2184 jint _bufferOffset = (jint) 0; local
2256 jint _bufferOffset = (jint) 0; local
2328 jint _bufferOffset = (jint) 0; local
2400 jint _bufferOffset = (jint) 0; local
2472 jint _bufferOffset = (jint) 0; local
2544 jint _bufferOffset = (jint) 0; local
2616 jint _bufferOffset = (jint) 0; local
2729 jint _bufferOffset = (jint) 0; local
2829 jint _bufferOffset = (jint) 0; local
2908 jint _bufferOffset = (jint) 0; local
2978 jint _bufferOffset = (jint) 0; local
[all...]
H A Dandroid_opengl_GLES31Ext.cpp290 jint _bufferOffset = (jint) 0; local
295 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
309 params = (CTYPE *) (_paramsBase + _bufferOffset);
385 jint _bufferOffset = (jint) 0; local
389 ids = (GLuint *)getPointer(_env, ids_buf, &_array, &_remaining, &_bufferOffset);
392 ids = (GLuint *) (_idsBase + _bufferOffset);
807 jint _bufferOffset = (jint) 0; local
811 params = (GLint *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
814 params = (GLint *) (_paramsBase + _bufferOffset);
875 jint _bufferOffset local
943 jint _bufferOffset = (jint) 0; local
1011 jint _bufferOffset = (jint) 0; local
1079 jint _bufferOffset = (jint) 0; local
1147 jint _bufferOffset = (jint) 0; local
1215 jint _bufferOffset = (jint) 0; local
1283 jint _bufferOffset = (jint) 0; local
[all...]
H A Dandroid_opengl_GLES10.cpp291 jint _bufferOffset = (jint) 0; local
296 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
310 params = (CTYPE *) (_paramsBase + _bufferOffset);
486 jint _bufferOffset = (jint) 0; local
510 jint _bufferOffset = (jint) 0; local
514 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
517 data = (GLvoid *) (_dataBase + _bufferOffset);
539 jint _bufferOffset = (jint) 0; local
543 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
546 data = (GLvoid *) (_dataBase + _bufferOffset);
662 jint _bufferOffset = (jint) 0; local
766 jint _bufferOffset = (jint) 0; local
907 jint _bufferOffset = (jint) 0; local
1025 jint _bufferOffset = (jint) 0; local
1159 jint _bufferOffset = (jint) 0; local
1304 jint _bufferOffset = (jint) 0; local
1422 jint _bufferOffset = (jint) 0; local
1556 jint _bufferOffset = (jint) 0; local
1705 jint _bufferOffset = (jint) 0; local
1832 jint _bufferOffset = (jint) 0; local
1896 jint _bufferOffset = (jint) 0; local
2014 jint _bufferOffset = (jint) 0; local
2159 jint _bufferOffset = (jint) 0; local
2268 jint _bufferOffset = (jint) 0; local
2332 jint _bufferOffset = (jint) 0; local
2402 jint _bufferOffset = (jint) 0; local
2515 jint _bufferOffset = (jint) 0; local
2661 jint _bufferOffset = (jint) 0; local
2760 jint _bufferOffset = (jint) 0; local
2881 jint _bufferOffset = (jint) 0; local
2927 jint _bufferOffset = (jint) 0; local
2981 jint _bufferOffset = (jint) 0; local
3035 jint _bufferOffset = (jint) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp291 jint _bufferOffset = (jint) 0; local
296 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
310 params = (CTYPE *) (_paramsBase + _bufferOffset);
453 jint _bufferOffset = (jint) 0; local
457 coords = (GLshort *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset);
466 coords = (GLshort *) (_coordsBase + _bufferOffset);
537 jint _bufferOffset = (jint) 0; local
541 coords = (GLint *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset);
550 coords = (GLint *) (_coordsBase + _bufferOffset);
621 jint _bufferOffset local
718 jint _bufferOffset = (jint) 0; local
751 jint _bufferOffset = (jint) 0; local
774 jint _bufferOffset = (jint) 0; local
871 jint _bufferOffset = (jint) 0; local
969 jint _bufferOffset = (jint) 0; local
1058 jint _bufferOffset = (jint) 0; local
1135 jint _bufferOffset = (jint) 0; local
1202 jint _bufferOffset = (jint) 0; local
1270 jint _bufferOffset = (jint) 0; local
1338 jint _bufferOffset = (jint) 0; local
1406 jint _bufferOffset = (jint) 0; local
1483 jint _bufferOffset = (jint) 0; local
1561 jint _bufferOffset = (jint) 0; local
1636 jint _bufferOffset = (jint) 0; local
1713 jint _bufferOffset = (jint) 0; local
1779 jint _bufferOffset = (jint) 0; local
1892 jint _bufferOffset = (jint) 0; local
2022 jint _bufferOffset = (jint) 0; local
2101 jint _bufferOffset = (jint) 0; local
2209 jint _bufferOffset = (jint) 0; local
2295 jint _bufferOffset = (jint) 0; local
2394 jint _bufferOffset = (jint) 0; local
2502 jint _bufferOffset = (jint) 0; local
2588 jint _bufferOffset = (jint) 0; local
2712 jint _bufferOffset = (jint) 0; local
2773 jint _bufferOffset = (jint) 0; local
2797 jint _bufferOffset = (jint) 0; local
2902 jint _bufferOffset = (jint) 0; local
2977 jint _bufferOffset = (jint) 0; local
3075 jint _bufferOffset = (jint) 0; local
3154 jint _bufferOffset = (jint) 0; local
3233 jint _bufferOffset = (jint) 0; local
3301 jint _bufferOffset = (jint) 0; local
3369 jint _bufferOffset = (jint) 0; local
3437 jint _bufferOffset = (jint) 0; local
[all...]
H A Dandroid_opengl_GLES20.cpp291 jint _bufferOffset = (jint) 0; local
296 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
310 params = (CTYPE *) (_paramsBase + _bufferOffset);
480 jint _bufferOffset = (jint) 0; local
485 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
495 data = (GLvoid *) (_dataBase + _bufferOffset);
521 jint _bufferOffset = (jint) 0; local
525 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
534 data = (GLvoid *) (_dataBase + _bufferOffset);
628 jint _bufferOffset local
657 jint _bufferOffset = (jint) 0; local
800 jint _bufferOffset = (jint) 0; local
886 jint _bufferOffset = (jint) 0; local
981 jint _bufferOffset = (jint) 0; local
1076 jint _bufferOffset = (jint) 0; local
1198 jint _bufferOffset = (jint) 0; local
1352 jint _bufferOffset = (jint) 0; local
1447 jint _bufferOffset = (jint) 0; local
1533 jint _bufferOffset = (jint) 0; local
1619 jint _bufferOffset = (jint) 0; local
2552 jint _bufferOffset = (jint) 0; local
2654 jint _bufferOffset = (jint) 0; local
2746 jint _bufferOffset = (jint) 0; local
2853 jint _bufferOffset = (jint) 0; local
2941 jint _bufferOffset = (jint) 0; local
3202 jint _bufferOffset = (jint) 0; local
3302 jint _bufferOffset = (jint) 0; local
3390 jint _bufferOffset = (jint) 0; local
3478 jint _bufferOffset = (jint) 0; local
3566 jint _bufferOffset = (jint) 0; local
3699 jint _bufferOffset = (jint) 0; local
3809 jint _bufferOffset = (jint) 0; local
3980 jint _bufferOffset = (jint) 0; local
4052 jint _bufferOffset = (jint) 0; local
4247 jint _bufferOffset = (jint) 0; local
4343 jint _bufferOffset = (jint) 0; local
4442 jint _bufferOffset = (jint) 0; local
4477 jint _bufferOffset = (jint) 0; local
4572 jint _bufferOffset = (jint) 0; local
4670 jint _bufferOffset = (jint) 0; local
4769 jint _bufferOffset = (jint) 0; local
4868 jint _bufferOffset = (jint) 0; local
4968 jint _bufferOffset = (jint) 0; local
5068 jint _bufferOffset = (jint) 0; local
5169 jint _bufferOffset = (jint) 0; local
5270 jint _bufferOffset = (jint) 0; local
5359 jint _bufferOffset = (jint) 0; local
5449 jint _bufferOffset = (jint) 0; local
5539 jint _bufferOffset = (jint) 0; local
5655 jint _bufferOffset = (jint) 0; local
5752 jint _bufferOffset = (jint) 0; local
5850 jint _bufferOffset = (jint) 0; local
5949 jint _bufferOffset = (jint) 0; local
5997 jint _bufferOffset = (jint) 0; local
[all...]
H A Dandroid_opengl_GLES30.cpp291 jint _bufferOffset = (jint) 0; local
296 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
310 params = (CTYPE *) (_paramsBase + _bufferOffset);
341 jint _bufferOffset = (jint) 0; local
345 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset);
348 indices = (GLvoid *) (_indicesBase + _bufferOffset);
382 jint _bufferOffset = (jint) 0; local
386 pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset);
389 pixels = (GLvoid *) (_pixelsBase + _bufferOffset);
431 jint _bufferOffset local
499 jint _bufferOffset = (jint) 0; local
546 jint _bufferOffset = (jint) 0; local
640 jint _bufferOffset = (jint) 0; local
706 jint _bufferOffset = (jint) 0; local
803 jint _bufferOffset = (jint) 0; local
871 jint _bufferOffset = (jint) 0; local
960 jint _bufferOffset = (jint) 0; local
1028 jint _bufferOffset = (jint) 0; local
1098 jint _bufferOffset = (jint) 0; local
1168 jint _bufferOffset = (jint) 0; local
1238 jint _bufferOffset = (jint) 0; local
1308 jint _bufferOffset = (jint) 0; local
1378 jint _bufferOffset = (jint) 0; local
1523 jint _bufferOffset = (jint) 0; local
1589 jint _bufferOffset = (jint) 0; local
1667 jint _bufferOffset = (jint) 0; local
2108 jint _bufferOffset = (jint) 0; local
2190 jint _bufferOffset = (jint) 0; local
2258 jint _bufferOffset = (jint) 0; local
2351 jint _bufferOffset = (jint) 0; local
2417 jint _bufferOffset = (jint) 0; local
2484 jint _bufferOffset = (jint) 0; local
2632 jint _bufferOffset = (jint) 0; local
2700 jint _bufferOffset = (jint) 0; local
2768 jint _bufferOffset = (jint) 0; local
2836 jint _bufferOffset = (jint) 0; local
2904 jint _bufferOffset = (jint) 0; local
2972 jint _bufferOffset = (jint) 0; local
3040 jint _bufferOffset = (jint) 0; local
3438 jint _bufferOffset = (jint) 0; local
3613 jint _bufferOffset = (jint) 0; local
3751 jint _bufferOffset = (jint) 0; local
3926 jint _bufferOffset = (jint) 0; local
3994 jint _bufferOffset = (jint) 0; local
4061 jint _bufferOffset = (jint) 0; local
4127 jint _bufferOffset = (jint) 0; local
4226 jint _bufferOffset = (jint) 0; local
4305 jint _bufferOffset = (jint) 0; local
4373 jint _bufferOffset = (jint) 0; local
4441 jint _bufferOffset = (jint) 0; local
4528 jint _bufferOffset = (jint) 0; local
4594 jint _bufferOffset = (jint) 0; local
4645 jint _bufferOffset = (jint) 0; local
4774 jint _bufferOffset = (jint) 0; local
4854 jint _bufferOffset = (jint) 0; local
4926 jint _bufferOffset = (jint) 0; local
5027 jint _bufferOffset = (jint) 0; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp420 jint _bufferOffset = (jint) 0; local
444 jint _bufferOffset = (jint) 0; local
448 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
451 data = (GLvoid *) (_dataBase + _bufferOffset);
473 jint _bufferOffset = (jint) 0; local
477 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
480 data = (GLvoid *) (_dataBase + _bufferOffset);
596 jint _bufferOffset = (jint) 0; local
600 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining, &_bufferOffset);
609 textures = (GLuint *) (_texturesBase + _bufferOffset);
700 jint _bufferOffset = (jint) 0; local
855 jint _bufferOffset = (jint) 0; local
1001 jint _bufferOffset = (jint) 0; local
1149 jint _bufferOffset = (jint) 0; local
1575 jint _bufferOffset = (jint) 0; local
2033 jint _bufferOffset = (jint) 0; local
2161 jint _bufferOffset = (jint) 0; local
2317 jint _bufferOffset = (jint) 0; local
2500 jint _bufferOffset = (jint) 0; local
2644 jint _bufferOffset = (jint) 0; local
2708 jint _bufferOffset = (jint) 0; local
2831 jint _bufferOffset = (jint) 0; local
2986 jint _bufferOffset = (jint) 0; local
3100 jint _bufferOffset = (jint) 0; local
3164 jint _bufferOffset = (jint) 0; local
3234 jint _bufferOffset = (jint) 0; local
3347 jint _bufferOffset = (jint) 0; local
3493 jint _bufferOffset = (jint) 0; local
3603 jint _bufferOffset = (jint) 0; local
3746 jint _bufferOffset = (jint) 0; local
3803 jint _bufferOffset = (jint) 0; local
3857 jint _bufferOffset = (jint) 0; local
3911 jint _bufferOffset = (jint) 0; local
4098 jint _bufferOffset = (jint) 0; local
4139 jint _bufferOffset = (jint) 0; local
4227 jint _bufferOffset = (jint) 0; local
4313 jint _bufferOffset = (jint) 0; local
4423 jint _bufferOffset = (jint) 0; local
4527 jint _bufferOffset = (jint) 0; local
4604 jint _bufferOffset = (jint) 0; local
4686 jint _bufferOffset = (jint) 0; local
4752 jint _bufferOffset = (jint) 0; local
4818 jint _bufferOffset = (jint) 0; local
4884 jint _bufferOffset = (jint) 0; local
5002 jint _bufferOffset = (jint) 0; local
5174 jint _bufferOffset = (jint) 0; local
5332 jint _bufferOffset = (jint) 0; local
5476 jint _bufferOffset = (jint) 0; local
5614 jint _bufferOffset = (jint) 0; local
5746 jint _bufferOffset = (jint) 0; local
5856 jint _bufferOffset = (jint) 0; local
5944 jint _bufferOffset = (jint) 0; local
6032 jint _bufferOffset = (jint) 0; local
6173 jint _bufferOffset = (jint) 0; local
6269 jint _bufferOffset = (jint) 0; local
6303 jint _bufferOffset = (jint) 0; local
6424 jint _bufferOffset = (jint) 0; local
6534 jint _bufferOffset = (jint) 0; local
6633 jint _bufferOffset = (jint) 0; local
6721 jint _bufferOffset = (jint) 0; local
6841 jint _bufferOffset = (jint) 0; local
6938 jint _bufferOffset = (jint) 0; local
7035 jint _bufferOffset = (jint) 0; local
7132 jint _bufferOffset = (jint) 0; local
7172 jint _bufferOffset = (jint) 0; local
7208 jint _bufferOffset = (jint) 0; local
7398 jint _bufferOffset = (jint) 0; local
7494 jint _bufferOffset = (jint) 0; local
7639 jint _bufferOffset = (jint) 0; local
7735 jint _bufferOffset = (jint) 0; local
7824 jint _bufferOffset = (jint) 0; local
7903 jint _bufferOffset = (jint) 0; local
7981 jint _bufferOffset = (jint) 0; local
8059 jint _bufferOffset = (jint) 0; local
8137 jint _bufferOffset = (jint) 0; local
8280 jint _bufferOffset = (jint) 0; local
8374 jint _bufferOffset = (jint) 0; local
8468 jint _bufferOffset = (jint) 0; local
[all...]

Completed in 240 milliseconds