Searched refs:equation_buf (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 599 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() argument 608 if (!equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 614 …equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 679 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2() argument 688 if (!equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2() 694 …equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanex__ILjava_nio_IntBuffer_2()
|
D | android_opengl_GLES11Ext.cpp | 1051 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() argument 1060 if (!equation_buf) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 1066 …equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 3346 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2() argument 3355 if (!equation_buf) { in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2() 3361 …equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4463 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() argument 4472 if (!equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4478 …equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4555 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2() argument 4564 if (!equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2() 4570 …equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanex__ILjava_nio_IntBuffer_2()
|