/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()
|
D | context.h | 272 vec4_t equation; member
|
/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 | 544 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 590 …equation = (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 …]
|
D | android_opengl_GLES11Ext.cpp | 950 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 993 …equation = (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 …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 4183 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 4235 …equation = (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/ |
D | glext_api.in | 49 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);
|
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/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/base/docs/html/distribute/analyze/ |
D | google-services.jd | 98 optimizations and take the guesswork out of the equation.
|
/frameworks/native/opengl/libs/ |
D | entries.in | 85 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/ |
D | rs_matrix.spec | 62 // x y z w = a b c d in the plane equation
|
/frameworks/rs/scriptc/ |
D | rs_matrix.rsh | 71 // x y z w = a b c d in the plane equation
|