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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp600 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
609 if (!equation_buf) {
615 equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
680 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
689 if (!equation_buf) {
695 equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
599 android_glClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
679 android_glClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
H A Dandroid_opengl_GLES11Ext.cpp1052 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
1061 if (!equation_buf) {
1067 equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
3347 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
3356 if (!equation_buf) {
3362 equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
1051 android_glClipPlanexOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
3346 android_glClipPlanefOES__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp4464 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
4473 if (!equation_buf) {
4479 equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4556 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
4565 if (!equation_buf) {
4571 equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4463 android_glClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
4555 android_glClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument

Completed in 1439 milliseconds