/external/collada/include/1.4/dom/ |
domPlane.h | 35 * 4 float values that represent the coefficients for the plane?s equation: 41 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::EQUATION; } 100 * 4 float values that represent the coefficients for the plane?s equation: 111 * Gets the equation element. 112 * @return a daeSmartRef to the equation element.
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
glspec-1.1 | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
glspec-checks | 1 glClipPlanef check equation 4 2 glClipPlanex check equation 4
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
gl.attrib | 5 #void glClipPlanef(GLenum plane, GLfloat *equation) 7 dir equation in 8 len equation (4 * sizeof(float)) 381 #glClipPlanexOES(GLenum plane, const GLfixed * equation) 383 dir equation in 384 len equation (4 * sizeof(GLfixed)) 386 #glClipPlanexIMG(GLenum plane, const GLfixed * equation) 388 dir equation in 389 len equation (4 * sizeof(GLfixed)) 530 #void glClipPlanefOES(GLenum plane, GLfloat *equation) [all...] |
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Tables.c | 133 * Coefficients for calculating the cosine with the equation: 150 * Coefficients for calculating the cosine error with the equation: 159 * the equation:
|
/external/collada/src/1.4/dom/ |
domPlane.cpp | 43 mea->setName( "equation" ); 79 meta->setName( "equation" );
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES11.spec | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation ) 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
/external/bzip2/ |
bz-common.xsl | 22 book toc,title,figure,table,example,equation
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
ClientAPIExts.in | 57 (GLenum plane, const GLfloat *equation), 58 (plane, equation))
|
/development/tools/emulator/opengl/system/egl/ |
ClientAPIExts.in | 57 (GLenum plane, const GLfloat *equation), 58 (plane, equation))
|
/external/skia/include/utils/ |
SkTextBox.h | 29 Spacing is a linear equation used to compute the distance between lines
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Tables.c | 169 * Coefficients for calculating the cosine with the equation: 186 * Coefficients for calculating the cosine error with the equation: 195 * the equation:
|
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 175 * Elliptic curves over F2m. The Weierstrass equation is given by 246 * @param a The coefficient <code>a</code> in the Weierstrass equation 249 * @param b The coefficient <code>b</code> in the Weierstrass equation 269 * @param a The coefficient <code>a</code> in the Weierstrass equation 272 * @param b The coefficient <code>b</code> in the Weierstrass equation 303 * @param a The coefficient <code>a</code> in the Weierstrass equation 306 * @param b The coefficient <code>b</code> in the Weierstrass equation 334 * @param a The coefficient <code>a</code> in the Weierstrass equation 337 * @param b The coefficient <code>b</code> in the Weierstrass equation 558 * Solves a quadratic equation <code>z<sup>2</sup> + z = beta</code>(X9.6 [all...] |
/frameworks/base/opengl/libagl/ |
vertex.cpp | 124 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);
|
/frameworks/base/opengl/libs/ |
debug.in | 19 TRACE_GL_VOID(glClipPlanef, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum", plane, "const GLfloat *", equation) 21 TRACE_GL_VOID(glClipPlanefOES, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum", plane, "const GLfloat *", equation) 22 TRACE_GL_VOID(glClipPlanex, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane, "const GLfixed *", equation) 24 TRACE_GL_VOID(glClipPlanexOES, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane, "const GLfixed *", equation [all...] |
/external/openssl/crypto/ec/ |
ec.h | 108 * which solution of the quadratic equation y is */ 113 * which solution of the quadratic equation y is */ 268 * \param a BIGNUM with parameter a of the equation 269 * \param b BIGNUM with parameter b of the equation 278 * \param a BIGNUM for parameter a of the equation 279 * \param b BIGNUM for parameter b of the equation 288 * \param a BIGNUM with parameter a of the equation 289 * \param b BIGNUM with parameter b of the equation 298 * \param a BIGNUM for parameter a of the equation 299 * \param b BIGNUM for parameter b of the equation [all...] |
/external/openssl/include/openssl/ |
ec.h | 108 * which solution of the quadratic equation y is */ 113 * which solution of the quadratic equation y is */ 268 * \param a BIGNUM with parameter a of the equation 269 * \param b BIGNUM with parameter b of the equation 278 * \param a BIGNUM for parameter a of the equation 279 * \param b BIGNUM for parameter b of the equation 288 * \param a BIGNUM with parameter a of the equation 289 * \param b BIGNUM with parameter b of the equation 298 * \param a BIGNUM for parameter a of the equation 299 * \param b BIGNUM for parameter b of the equation [all...] |
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
NonLinComp_D16.c | 33 /* between THD and compression. It uses the equation: */
|
dB_to_Lin32.c | 48 * with the equation:
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11.java | 168 float[] equation, 174 java.nio.FloatBuffer equation 179 int[] equation, 185 java.nio.IntBuffer equation
|
/frameworks/base/opengl/libs/GLES_CM/ |
glext_api.in | 49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) { 50 CALL_GL_API(glClipPlanexOES, plane, equation); 235 void API_ENTRY(glClipPlanefOES)(GLenum plane, const GLfloat *equation) { 236 CALL_GL_API(glClipPlanefOES, plane, equation);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 673 public void glClipPlanef(int plane, float[] equation, int offset) { 674 mgl11.glClipPlanef(plane, equation, offset); 677 public void glClipPlanef(int plane, FloatBuffer equation) { 678 mgl11.glClipPlanef(plane, equation); 681 public void glClipPlanex(int plane, int[] equation, int offset) { 682 mgl11.glClipPlanex(plane, equation, offset); 685 public void glClipPlanex(int plane, IntBuffer equation) { 686 mgl11.glClipPlanex(plane, equation);
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
gles.cpp | 71 void glClipPlanef(GLenum plane, const GLfloat *equation) 73 getDispatch()->glClipPlanef(plane, equation); 306 void glClipPlanex(GLenum plane, const GLfixed *equation) 308 getDispatch()->glClipPlanex(plane, equation); 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) 863 getDispatch()->glClipPlanexOES(plane, equation); 1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) 1173 getDispatch()->glClipPlanefOES(plane, equation); [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES11.java | 179 // 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
|
GLES11Ext.java | 290 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 294 int[] equation, 298 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 302 java.nio.IntBuffer equation 964 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) 968 float[] equation, 972 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) 976 java.nio.FloatBuffer equation [all...] |