/external/chromium_org/ui/gfx/ |
transform_util.cc | 335 // rhs is the right hand side of the equation. 343 // Solve the equation by inverting perspectiveMatrix and multiplying
|
/external/kernel-headers/original/asm-mips/mach-au1x00/ |
au1xxx_psc.h | 123 * The word length equation is ((x) * 2) + 2, so choose 'x' appropriately. 246 /* The word length equation is simply LEN+1. */
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
output.c | 548 BlendEquationToPipe(VdpOutputSurfaceRenderBlendEquation equation) 550 switch (equation) {
|
/external/mesa3d/src/mesa/swrast/ |
s_aaline.c | 77 * Compute the equation of a plane used to interpolate line fragment data 81 * Output: plane - the plane equation.
|
/external/pixman/pixman/ |
pixman-radial-gradient.c | 89 * equation is not numerically stable (but saves one division compared 227 * The solutions (unless the equation degenerates because of A = 0) are:
|
/external/skia/include/core/ |
SkGeometry.h | 30 /** Given a quadratic equation Ax^2 + Bx + C = 0, return 0, 1, 2 roots for the 31 equation.
|
/external/skia/src/pathops/ |
SkPathOpsQuad.cpp | 18 // a calculus leads to a 3d degree equation : 94 // analysis of the quadratic equation, suggesting why the following looks at
|
SkDCubicToQuads.cpp | 32 Compute the Tdiv as the root of (cubic) equation
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Control.c | 514 * Calculate the cosine by a polynomial expansion using the equation: [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
DummyGLfuncs.cpp | 88 void GLAPIENTRY dummy_glClipPlane(GLenum plane, const GLdouble *equation){} 101 void GLAPIENTRY dummy_glGetClipPlane(GLenum plane, GLdouble *equation){}
|
DummyGLfuncs.h | 95 void GLAPIENTRY dummy_glClipPlane(GLenum plane, const GLdouble *equation); 108 void GLAPIENTRY dummy_glGetClipPlane(GLenum plane, GLdouble *equation);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLDispatch.h | 122 static void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation); 135 static void (GLAPIENTRY *glGetClipPlane) (GLenum plane, GLdouble *equation);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Color.h | 116 // This is an implementation of Porter-Duff's "source-over" equation
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_exec.h | 82 * values from plane equation of the triangle/line.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_state.c | 277 * Sets both the blend equation (called "function" in i830 docs) and the 317 fprintf(stderr, "[%s:%u] Invalid RGB blend equation (0x%04x).\n", 345 fprintf(stderr, "[%s:%u] Invalid alpha blend equation (0x%04x).\n", 371 /* This will catch a logicop blend equation. It will also ensure [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrPathUtils.h | 101 // three linear functionals (K,L,M) that represent the implicit equation of the
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicToQuads.cpp | 32 Compute the Tdiv as the root of (cubic) equation
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 80 * the equation because boost is the only value which can change:
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.h | 82 * values from plane equation of the triangle/line.
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_state.c | 277 * Sets both the blend equation (called "function" in i830 docs) and the 317 fprintf(stderr, "[%s:%u] Invalid RGB blend equation (0x%04x).\n", 345 fprintf(stderr, "[%s:%u] Invalid alpha blend equation (0x%04x).\n", 371 /* This will catch a logicop blend equation. It will also ensure [all...] |
/external/opencv/cvaux/src/ |
cvlevmar.cpp | 182 /* Solve normal equation for given alpha and Jacobian */
|
/external/skia/src/gpu/ |
GrPathUtils.h | 101 // three linear functionals (K,L,M) that represent the implicit equation of the
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
lsp_lsf.cpp | 148 This function performs the LSF to LSP transformation using the equation: 201 CLOCK CYCLES: (cycle count equation for this function) + (variable 271 This function performs the LSP to LSF transformation using the equation: 333 CLOCK CYCLES: (cycle count equation for this function) + (variable
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 398 void GLTrace_glClipPlanef(GLenum plane, const GLfloat *equation); [all...] |
/frameworks/native/opengl/libs/ |
entries.in | 55 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation) 57 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation) 58 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation) 60 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation) [all...] |