Searched refs:equation (Results 1 - 17 of 17) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v);
172 vec4_t& equation = c->clipPlanes.plane[p].equation; local
173 memcpy(equation.v, equ, sizeof(vec4_t));
177 mvit.point4(&mvit, &equation, &equation);
H A Dprimitives.cpp901 const vec4_t& equation = c->clipPlanes.plane[plane].equation; local
902 GLfixed sd = dot4(equation.v, s->eye.v);
906 const GLfixed pd = dot4(equation.v, p->eye.v);
1043 const vec4_t& equation = c->clipPlanes.plane[plane].equation; local
1044 const GLfixed sd = dot4(equation.v, s->eye.v);
1045 const GLfixed pd = dot4(equation.v, p->eye.v);
H A Dcontext.h273 vec4_t equation; member in struct:android::gl::clip_plane_t
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
183 float[] equation,
187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
191 java.nio.FloatBuffer equation
194 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
198 int[] equation,
202 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
206 java.nio.IntBuffer equation
181 glClipPlanef( int plane, float[] equation, int offset ) argument
196 glClipPlanex( int plane, int[] equation, int offset ) argument
H A DGLES11Ext.java294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
298 int[] equation,
302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
306 java.nio.IntBuffer equation
968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
972 float[] equation,
976 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
980 java.nio.FloatBuffer equation
296 glClipPlanexOES( int plane, int[] equation, int offset ) argument
970 glClipPlanefOES( int plane, float[] equation, int offset ) argument
H A DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { argument
848 mgl11.glClipPlanef(plane, equation, offset);
852 public void glClipPlanef(int plane, FloatBuffer equation) { argument
854 mgl11.glClipPlanef(plane, equation);
858 public void glClipPlanex(int plane, int[] equation, int offset) { argument
860 mgl11.glClipPlanex(plane, equation, offset);
864 public void glClipPlanex(int plane, IntBuffer equation) { argument
866 mgl11.glClipPlanex(plane, equation);
H A DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { argument
2589 arg("equation", 4, equation, offset);
2592 mgl11.glClipPlanef(plane, equation, offset);
2596 public void glClipPlanef(int plane, FloatBuffer equation) { argument
2599 arg("equation", 4, equation);
2601 mgl11.glClipPlanef(plane, equation);
2605 public void glClipPlanex(int plane, int[] equation, int offset) { argument
2608 arg("equation",
2615 glClipPlanex(int plane, IntBuffer equation) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java168 float[] equation,
174 java.nio.FloatBuffer equation
179 int[] equation,
185 java.nio.IntBuffer equation
166 glClipPlanef( int plane, float[] equation, int offset ) argument
177 glClipPlanex( int plane, int[] equation, int offset ) argument
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
H A DGLES11Ext.spec17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp554 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
563 GLfloat *equation = (GLfloat *) 0; local
568 _exceptionMessage = "equation == null";
580 equation = equation_base + offset;
584 (GLfloat *)equation
597 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
607 GLfloat *equation = (GLfloat *) 0; local
612 _exceptionMessage = "equation == null";
615 equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
616 if (equation
643 GLfixed *equation = (GLfixed *) 0; local
687 GLfixed *equation = (GLfixed *) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1006 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
1015 GLfixed *equation = (GLfixed *) 0; local
1020 _exceptionMessage = "equation == null";
1032 equation = equation_base + offset;
1036 (GLfixed *)equation
1049 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
1059 GLfixed *equation = (GLfixed *) 0; local
1064 _exceptionMessage = "equation == null";
1067 equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
1068 if (equation
3310 GLfloat *equation = (GLfloat *) 0; local
3354 GLfloat *equation = (GLfloat *) 0; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp4412 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4421 GLfloat *equation = (GLfloat *) 0; local
4426 _exceptionMessage = "equation == null";
4444 equation = equation_base + offset;
4448 (GLfloat *)equation
4461 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4471 GLfloat *equation = (GLfloat *) 0; local
4476 _exceptionMessage = "equation == null";
4479 equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4486 if (equation
4513 GLfixed *equation = (GLfixed *) 0; local
4563 GLfixed *equation = (GLfixed *) 0; local
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1191 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1195 float[] equation,
1199 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1203 java.nio.FloatBuffer equation
1206 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1210 int[] equation,
1214 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1218 java.nio.IntBuffer equation
1193 glClipPlanef( int plane, float[] equation, int offset ) argument
1208 glClipPlanex( int plane, int[] equation, int offset ) argument
/frameworks/native/opengl/include/GLES/
H A 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);
H A 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/rs/script_api/
H A Drs_matrix.spec62 // x y z w = a b c d in the plane equation

Completed in 334 milliseconds