Searched refs:coords_buf (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 544 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument 553 if (!coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 559 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 634 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument 643 if (!coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 649 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 724 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument 733 if (!coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() 739 coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() 827 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 7212 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument 7221 if (!coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() 7227 coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() 7315 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument 7324 if (!coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 7330 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 7418 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument 7427 if (!coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 7433 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 7521 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument [all …]
|