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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp135 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
144 if (data_buf) {
145 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
153 if (data_buf && data == NULL) {
176 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
185 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
134 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
175 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.cpp314 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
320 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
343 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
349 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
313 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
342 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.cpp274 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
283 if (data_buf) {
284 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
292 if (data_buf && data == NULL) {
315 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
324 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
425 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
431 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining, &_bufferOffset);
454 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
460 data = (GLvoid *)getPointer(_env, data_buf,
273 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
314 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
424 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
453 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 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 129 milliseconds