Searched refs:coords_buf (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 566 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument 575 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 650 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument 659 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 734 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument 743 coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() 831 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument 840 coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 6840 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument 6849 coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() 6937 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument 6946 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 7034 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument 7043 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 7131 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument 7140 coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
|