Home
last modified time | relevance | path

Searched refs:coords_buf (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp579 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument
588 if (!coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
594 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
669 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument
678 if (!coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
684 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
759 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument
768 if (!coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
774 coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
862 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp7268 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument
7277 if (!coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
7283 coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
7371 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument
7380 if (!coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
7386 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
7474 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument
7483 if (!coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
7489 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
7577 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument
[all …]