Searched defs:data_buf (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp340 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
349 if (data_buf) {
350 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
358 if (data_buf && data == NULL) {
381 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
390 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
339 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
380 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
H A Dandroid_opengl_GLES10.cpp508 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
514 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
537 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
543 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
507 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
536 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
H A Dandroid_opengl_GLES20.cpp474 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
483 if (data_buf) {
484 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
492 if (data_buf && data == NULL) {
515 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
524 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
625 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
631 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
654 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
660 data = (GLvoid *)getPointer(_env, data_buf,
473 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
514 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
624 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
653 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
[all...]
H A Dandroid_opengl_GLES30.cpp497 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_buf) {
503 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
544 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_buf) {
550 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
1665 (JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) {
1671 data = (GLint *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
3922 (JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) {
3928 data = (GLint64 *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
496 android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_buf) argument
543 android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_buf) argument
1664 android_glGetIntegeri_v__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
3921 android_glGetInteger64i_v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp442 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
448 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
471 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
477 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
4093 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
4102 if (data_buf) {
4103 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
4111 if (data_buf && data == NULL) {
4134 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
4143 data = (GLvoid *)getPointer(_env, data_buf,
441 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
470 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
4092 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
4133 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
[all...]

Completed in 795 milliseconds