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.cpp545 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument
554 if (!coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
560 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
635 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument
644 if (!coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
650 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
725 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument
734 if (!coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
740 coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
828 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp7214 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2() argument
7223 if (!coords_buf) { in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
7229 coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
7317 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() argument
7326 if (!coords_buf) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
7332 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
7420 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() argument
7429 if (!coords_buf) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
7435 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
7523 (JNIEnv *_env, jobject _this, jobject coords_buf) { in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() argument
[all …]