Home
last modified time | relevance | path

Searched refs:equation (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/native/opengl/libagl/
Dvertex.cpp124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v); in clipAllPerspective()
172 vec4_t& equation = c->clipPlanes.plane[p].equation; in clipPlanex() local
173 memcpy(equation.v, equ, sizeof(vec4_t)); in clipPlanex()
177 mvit.point4(&mvit, &equation, &equation); in clipPlanex()
Dprimitives.cpp901 const vec4_t& equation = c->clipPlanes.plane[plane].equation; in clip_triangle() local
902 GLfixed sd = dot4(equation.v, s->eye.v); in clip_triangle()
906 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_triangle()
1043 const vec4_t& equation = c->clipPlanes.plane[plane].equation; in clip_line() local
1044 const GLfixed sd = dot4(equation.v, s->eye.v); in clip_line()
1045 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_line()
Dcontext.h272 vec4_t equation; member
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java168 float[] equation, in glClipPlanef() argument
174 java.nio.FloatBuffer equation in glClipPlanef() argument
179 int[] equation, in glClipPlanex() argument
185 java.nio.IntBuffer equation in glClipPlanex() argument
/frameworks/base/opengl/java/android/opengl/
DGLES11.java183 float[] equation, in glClipPlanef() argument
191 java.nio.FloatBuffer equation in glClipPlanef() argument
198 int[] equation, in glClipPlanex() argument
206 java.nio.IntBuffer equation in glClipPlanex() argument
DGLES11Ext.java298 int[] equation, in glClipPlanexOES() argument
306 java.nio.IntBuffer equation in glClipPlanexOES() argument
972 float[] equation, in glClipPlanefOES() argument
980 java.nio.FloatBuffer equation in glClipPlanefOES() argument
DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() argument
848 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() argument
854 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() argument
860 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() argument
866 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() argument
2589 arg("equation", 4, equation, offset); in glClipPlanef()
2592 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() argument
2599 arg("equation", 4, equation); in glClipPlanef()
2601 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() argument
2608 arg("equation", 4, equation, offset); in glClipPlanex()
2611 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() argument
[all …]
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11.spec4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
DGLES11Ext.spec17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.14 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
Dglspec-checks1 glClipPlanef check equation 4
2 glClipPlanex check equation 4
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp544 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local
561 equation = equation_base + offset; in android_glClipPlanef__I_3FI()
565 (GLfloat *)equation in android_glClipPlanef__I_3FI()
588 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
590equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
591 if (equation == NULL) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
593 equation = (GLfloat *) (_equationBase + _bufferOffset); in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
597 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
600 _env->ReleaseFloatArrayElements(_array, (jfloat*)equation, JNI_ABORT); in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
616 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local
[all …]
Dandroid_opengl_GLES11Ext.cpp950 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local
967 equation = equation_base + offset; in android_glClipPlanexOES__I_3II()
971 (GLfixed *)equation in android_glClipPlanexOES__I_3II()
991 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() local
993equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
994 if (equation == NULL) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
996 equation = (GLfixed *) (_equationBase + _bufferOffset); in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
1000 (GLfixed *)equation in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
1003 _env->ReleaseIntArrayElements(_array, (jint*)equation, JNI_ABORT); in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
2981 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp4183 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local
4206 equation = equation_base + offset; in android_glClipPlanef__I_3FI()
4210 (GLfloat *)equation in android_glClipPlanef__I_3FI()
4233 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
4235equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4242 if (equation == NULL) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4244 equation = (GLfloat *) (_equationBase + _bufferOffset); in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4248 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4253 _env->ReleaseFloatArrayElements(_array, (jfloat*)equation, JNI_ABORT); in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4269 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local
[all …]
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) {
50 CALL_GL_API(glClipPlanexOES, plane, equation);
67 void API_ENTRY(glGetClipPlanexOES)(GLenum plane, GLfixed *equation) {
68 CALL_GL_API(glGetClipPlanexOES, plane, equation);
241 void API_ENTRY(glClipPlanefOES)(GLenum plane, const GLfloat *equation) {
242 CALL_GL_API(glClipPlanefOES, plane, equation);
250 void API_ENTRY(glGetClipPlanefOES)(GLenum plane, GLfloat *equation) {
251 CALL_GL_API(glGetClipPlanefOES, plane, equation);
Dgl_api.in28 void API_ENTRY(glGetClipPlanef)(GLenum plane, GLfloat *equation) {
29 CALL_GL_API(glGetClipPlanef, plane, equation);
151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) {
152 CALL_GL_API(glClipPlanex, plane, equation);
238 void API_ENTRY(glGetClipPlanex)(GLenum plane, GLfixed *equation) {
239 CALL_GL_API(glGetClipPlanex, plane, equation);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1195 float[] equation, in glClipPlanef() argument
1203 java.nio.FloatBuffer equation in glClipPlanef() argument
1210 int[] equation, in glClipPlanex() argument
1218 java.nio.IntBuffer equation in glClipPlanex() argument
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd167 barometric pressure, for water vapor to condense into water. The following equation shows how you
189 humidity is measured in grams/meter<sup>3</sup>. The following equation shows how you
/frameworks/native/opengl/include/GLES/
Dglext.h670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
710 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
849 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
856 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/frameworks/base/docs/html/distribute/analyze/
Dgoogle-services.jd98 optimizations and take the guesswork out of the equation.
/frameworks/native/opengl/libs/
Dentries.in85 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
86 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
88 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
311 GL_ENTRY(void, glGetClipPlanef, GLenum plane, GLfloat *equation)
312 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
313 GL_ENTRY(void, glGetClipPlanex, GLenum plane, GLfixed *equation)
314 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
/frameworks/rs/api/
Drs_matrix.spec62 // x y z w = a b c d in the plane equation
/frameworks/rs/scriptc/
Drs_matrix.rsh71 // x y z w = a b c d in the plane equation

12