/frameworks/native/opengl/libagl/ |
D | vertex.cpp | 124 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()
|
D | primitives.cpp | 901 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()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 168 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/ |
D | GLES11.java | 183 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
|
D | GLES11Ext.java | 298 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
|
D | GLErrorWrapper.java | 846 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()
|
D | GLLogWrapper.java | 2586 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/ |
D | GLES11.spec | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation ) 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
D | GLES11Ext.spec | 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation ) 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
D | glspec-checks | 1 glClipPlanef check equation 4 2 glClipPlanex check equation 4
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 426 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 443 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 447 (GLfloat *)equation in android_glClipPlanef__I_3FI() 470 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local 472 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 473 if (equation == NULL) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 475 equation = (GLfloat *) (_equationBase + _bufferOffset); in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 479 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 482 releasePointer(_env, _array, equation, JNI_FALSE); in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 498 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local [all …]
|
D | android_opengl_GLES11Ext.cpp | 832 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local 849 equation = equation_base + offset; in android_glClipPlanexOES__I_3II() 853 (GLfixed *)equation in android_glClipPlanexOES__I_3II() 873 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() local 875 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 876 if (equation == NULL) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 878 equation = (GLfixed *) (_equationBase + _bufferOffset); in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 882 (GLfixed *)equation in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 885 releasePointer(_env, _array, equation, JNI_FALSE); in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 2863 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 4179 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 4202 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 4206 (GLfloat *)equation in android_glClipPlanef__I_3FI() 4229 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local 4231 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset); in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4238 if (equation == NULL) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4240 equation = (GLfloat *) (_equationBase + _bufferOffset); in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4244 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4249 releasePointer(_env, _array, equation, JNI_FALSE); in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4265 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local [all …]
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 115 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed * equation) { 116 CALL_GL_API(glClipPlanexOES, plane, equation); 133 void API_ENTRY(glGetClipPlanexOES)(GLenum plane, GLfixed * equation) { 134 CALL_GL_API(glGetClipPlanexOES, plane, equation); 310 void API_ENTRY(glClipPlanefOES)(GLenum plane, const GLfloat * equation) { 311 CALL_GL_API(glClipPlanefOES, plane, equation); 319 void API_ENTRY(glGetClipPlanefOES)(GLenum plane, GLfloat * equation) { 320 CALL_GL_API(glGetClipPlanefOES, plane, equation);
|
D | gl_api.in | 28 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/ |
D | GLImpl.java | 1195 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/native/opengl/libs/ |
D | trace.in | 71 …efOES, (GLenum plane, const GLfloat * equation), (plane, equation), 2, "GLenum", plane, "const GLf… 72 …lanex, (GLenum plane, const GLfixed * equation), (plane, equation), 2, "GLenum", plane, "const GLf… 74 …exOES, (GLenum plane, const GLfixed * equation), (plane, equation), 2, "GLenum", plane, "const GLf… 254 …lGetClipPlanef, (GLenum plane, GLfloat * equation), (plane, equation), 2, "GLenum", plane, "GLfloa… 255 …tClipPlanefOES, (GLenum plane, GLfloat * equation), (plane, equation), 2, "GLenum", plane, "GLfloa… 256 …lGetClipPlanex, (GLenum plane, GLfixed * equation), (plane, equation), 2, "GLenum", plane, "GLfixe… 257 …tClipPlanexOES, (GLenum plane, GLfixed * equation), (plane, equation), 2, "GLenum", plane, "GLfixe…
|
D | entries.in | 71 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat * equation) 72 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed * equation) 74 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation) 254 GL_ENTRY(void, glGetClipPlanef, GLenum plane, GLfloat * equation) 255 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat * equation) 256 GL_ENTRY(void, glGetClipPlanex, GLenum plane, GLfixed * equation) 257 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed * equation)
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 167 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/ |
D | glext.h | 670 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);
|
D | gl.h | 596 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/ |
D | gltrace_api.h | 571 void GLTrace_glGetClipPlanef(GLenum plane, GLfloat * equation); 598 void GLTrace_glClipPlanex(GLenum plane, const GLfixed * equation); 608 void GLTrace_glGetClipPlanex(GLenum plane, GLfixed * equation); 690 void GLTrace_glClipPlanexOES(GLenum plane, const GLfixed * equation); 696 void GLTrace_glGetClipPlanexOES(GLenum plane, GLfixed * equation); 752 void GLTrace_glClipPlanefOES(GLenum plane, const GLfloat * equation); 755 void GLTrace_glGetClipPlanefOES(GLenum plane, GLfloat * equation);
|
/frameworks/base/docs/html/distribute/analyze/ |
D | google-services.jd | 98 optimizations and take the guesswork out of the equation.
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 106 // x y z w = a b c d in the plane equation
|