Searched refs:coords_buf (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 578 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument 587 if (!coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 593 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 668 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument 677 if (!coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 683 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 758 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument 767 if (!coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() 773 coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() 861 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 7267 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument 7276 if (!coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() 7282 coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() 7370 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument 7379 if (!coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 7385 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 7473 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument 7482 if (!coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 7488 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 7576 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument [all …]
|