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

/frameworks/base/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);
/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/base/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.cpp189 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
195 GLfloat *equation = (GLfloat *) 0; local
198 jniThrowException(_env, "java/lang/IllegalArgumentException", "equation == null");
208 equation = equation_base + offset;
212 (GLfloat *)equation
222 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
228 GLfloat *equation = (GLfloat *) 0; local
230 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining);
233 (GLfloat *)equation
236 releasePointer(_env, _array, equation, JNI_FALS
246 GLfixed *equation = (GLfixed *) 0; local
279 GLfixed *equation = (GLfixed *) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp514 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
520 GLfixed *equation = (GLfixed *) 0; local
523 jniThrowException(_env, "java/lang/IllegalArgumentException", "equation == null");
533 equation = equation_base + offset;
537 (GLfixed *)equation
547 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
553 GLfixed *equation = (GLfixed *) 0; local
555 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining);
558 (GLfixed *)equation
561 releasePointer(_env, _array, equation, JNI_FALS
2199 GLfloat *equation = (GLfloat *) 0; local
2232 GLfloat *equation = (GLfloat *) 0; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp3703 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
3709 GLfloat *equation = (GLfloat *) 0; local
3712 jniThrowException(_env, "java/lang/IllegalArgumentException", "equation == null");
3726 equation = equation_base + offset;
3730 (GLfloat *)equation
3740 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
3746 GLfloat *equation = (GLfloat *) 0; local
3748 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining);
3755 (GLfloat *)equation
3760 releasePointer(_env, _array, equation, JNI_FALS
3770 GLfixed *equation = (GLfixed *) 0; local
3807 GLfixed *equation = (GLfixed *) 0; local
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1190 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1194 float[] equation,
1198 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1202 java.nio.FloatBuffer equation
1205 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1209 int[] equation,
1213 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1217 java.nio.IntBuffer equation
1192 glClipPlanef( int plane, float[] equation, int offset ) argument
1207 glClipPlanex( int plane, int[] equation, int offset ) argument
/frameworks/base/opengl/include/GLES/
H A Dglext.h532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
572 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
706 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
713 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/base/opengl/libs/
H A Dglesv2dbg_functions.h39 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
41 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
42 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
44 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
/frameworks/base/include/private/opengles/
H A Dgl_context.h268 vec4_t equation; member in struct:android::gl::clip_plane_t

Completed in 830 milliseconds