Searched refs:equation (Results 1 - 18 of 18) 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.h268 vec4_t equation; member in struct:android::gl::clip_plane_t
/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/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/core/jni/
H A Dandroid_opengl_GLES11.cpp212 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
221 GLfloat *equation = (GLfloat *) 0; local
226 _exceptionMessage = "equation == null";
238 equation = equation_base + offset;
242 (GLfloat *)equation
255 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
265 GLfloat *equation = (GLfloat *) 0; local
267 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
268 if (equation == NULL) {
270 equation
293 GLfixed *equation = (GLfixed *) 0; local
337 GLfixed *equation = (GLfixed *) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp618 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
627 GLfixed *equation = (GLfixed *) 0; local
632 _exceptionMessage = "equation == null";
644 equation = equation_base + offset;
648 (GLfixed *)equation
661 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
668 GLfixed *equation = (GLfixed *) 0; local
670 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
671 if (equation == NULL) {
673 equation
2658 GLfloat *equation = (GLfloat *) 0; local
2699 GLfloat *equation = (GLfloat *) 0; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp4170 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4179 GLfloat *equation = (GLfloat *) 0; local
4184 _exceptionMessage = "equation == null";
4202 equation = equation_base + offset;
4206 (GLfloat *)equation
4219 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4229 GLfloat *equation = (GLfloat *) 0; local
4231 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
4238 if (equation == NULL) {
4240 equation
4265 GLfixed *equation = (GLfixed *) 0; local
4315 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.h621 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
661 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
795 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
802 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/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h294 void GLTrace_glClipPlanef(GLenum plane, const GLfloat *equation);
326 void GLTrace_glClipPlanex(GLenum plane, const GLfixed *equation);
397 void GLTrace_glClipPlanexOES(GLenum plane, const GLfixed *equation);
456 void GLTrace_glClipPlanefOES(GLenum plane, const GLfloat *equation);
H A Dgltrace_api.cpp11200 void GLTrace_glClipPlanef(GLenum plane, const GLfloat *equation) { argument
11212 // copy argument equation
11216 arg_equation->add_intvalue((int)equation);
11221 glContext->hooks->gl.glClipPlanef(plane, equation);
11226 (void *) equation,
12445 void GLTrace_glClipPlanex(GLenum plane, const GLfixed *equation) { argument
12457 // copy argument equation
12461 arg_equation->add_intvalue((int)equation);
12466 glContext->hooks->gl.glClipPlanex(plane, equation);
12471 (void *) equation,
15016 GLTrace_glClipPlanexOES(GLenum plane, const GLfixed *equation) argument
17326 GLTrace_glClipPlanefOES(GLenum plane, const GLfloat *equation) argument
[all...]

Completed in 2435 milliseconds