Searched defs:coords_buf (Results 1 - 2 of 2) sorted by relevance

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

Completed in 502 milliseconds