Searched defs:indices_buf (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp567 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) {
576 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset);
566 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument
H A Dandroid_opengl_GLES20.cpp952 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) {
961 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset);
951 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp695 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) {
704 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset);
694 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument

Completed in 61 milliseconds