/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A 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
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A 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
|
H A 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
|
H A 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()
|
H A D | GLLogWrapper.java | 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 2618 arg("equation", 4, equation); in glClipPlanex() [all …]
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11.spec | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation ) 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
H A D | GLES11Ext.spec | 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
H A D | glspec-1.1 | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation ) 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
H A D | glspec-checks | 1 glClipPlanef check equation 4 2 glClipPlanex check equation 4
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A 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);
|
H A 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);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11.cpp | 528 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 545 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 549 (GLfloat *)equation in android_glClipPlanef__I_3FI() 572 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local 581 if (equation == NULL) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 587 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 608 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 625 equation = equation_base + offset; in android_glClipPlanex__I_3II() 629 (GLfixed *)equation in android_glClipPlanex__I_3II() 661 if (equation == NULL) { in android_glClipPlanex__ILjava_nio_IntBuffer_2() [all …]
|
H A D | android_opengl_GLES11Ext.cpp | 982 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local 999 equation = equation_base + offset; in android_glClipPlanexOES__I_3II() 1003 (GLfixed *)equation in android_glClipPlanexOES__I_3II() 1026 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() local 1035 if (equation == NULL) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 1041 (GLfixed *)equation in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 3277 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local 3294 equation = equation_base + offset; in android_glClipPlanefOES__I_3FI() 3298 (GLfloat *)equation in android_glClipPlanefOES__I_3FI() 3330 if (equation == NULL) { in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2() [all …]
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 4364 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 4387 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 4391 (GLfloat *)equation in android_glClipPlanef__I_3FI() 4414 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local 4429 if (equation == NULL) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4435 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4456 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 4479 equation = equation_base + offset; in android_glClipPlanex__I_3II() 4483 (GLfixed *)equation in android_glClipPlanex__I_3II() 4521 if (equation == NULL) { in android_glClipPlanex__ILjava_nio_IntBuffer_2() [all …]
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | glext.h | 170 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 176 typedef void (GL_APIENTRYP PFNGLGETCLIPPLANEXOESPROC) (GLenum plane, GLfixed *equation); 213 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 219 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation); 411 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation); 414 typedef void (GL_APIENTRYP PFNGLGETCLIPPLANEFOESPROC) (GLenum plane, GLfloat *equation); 418 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation); 421 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
|
H A D | gl.h | 414 GL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation); 455 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 484 GL_API void GL_APIENTRY glGetClipPlanex (GLenum plane, GLfixed *equation);
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | entries_gles1.in | 30 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation) 31 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation) 33 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation) 122 GL_ENTRY(void, glGetClipPlanef, GLenum plane, GLfloat *equation) 123 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation) 124 GL_ENTRY(void, glGetClipPlanex, GLenum plane, GLfixed *equation) 125 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
|
H A D | entries.in | 91 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation) 92 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation) 94 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation) 336 GL_ENTRY(void, glGetClipPlanef, GLenum plane, GLfloat *equation) 337 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation) 338 GL_ENTRY(void, glGetClipPlanex, GLenum plane, GLfixed *equation) 339 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1198 float[] equation, in glClipPlanef() argument 1206 java.nio.FloatBuffer equation in glClipPlanef() argument 1213 int[] equation, in glClipPlanex() argument 1221 java.nio.IntBuffer equation in glClipPlanex() argument
|
/aosp12/hardware/interfaces/gnss/2.1/ |
H A D | IGnssMeasurementCallback.hal | 106 * The sign of the value is defined by the following equation: 133 * The sign of the value is defined by the following equation:
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IGnssMeasurementCallback.hal | 193 * The sign of the value is defined by the following equation: 238 * The sign of the value is defined by the following equation: 377 * The sign of timeOffsetNs is given by the following equation: 517 * sign of 'doppler shift' is given by the equation: 551 * 'carrier phase' is given by the equation:
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_matrix.spec | 62 // x y z w = a b c d in the plane equation
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_matrix.rsh | 71 // x y z w = a b c d in the plane equation
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/ |
H A D | types.hal | 891 * (\f$i_t\f$) is calculated using the following equation instead.
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 1595 * (\f$i_t\f$) is calculated using the following equation instead.
|