/external/kernel-headers/original/linux/ |
atm.h | 87 * the data plane but generally seems to be data plane-centric, any layer is
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5yuv.c | 179 /* Set up the plane pointers */ 236 /* Only one plane, no worries */
|
/external/quake/quake/src/QW/server/ |
model.c | 64 mplane_t *plane; local 74 plane = node->plane; 75 d = DotProduct (p,plane->normal) - plane->dist; 712 out->plane = loadmodel->planes + planenum; 793 out->plane = loadmodel->planes + p; 937 out->planenum = in->plane - loadmodel->planes;
|
sv_phys.c | 287 if (trace.plane.normal[2] > 0.7) 296 if (!trace.plane.normal[2]) 313 // cliped to another plane 320 VectorCopy (trace.plane.normal, planes[numplanes]); 340 { // go along this plane 752 ClipVelocity (ent->v.velocity, trace.plane.normal, ent->v.velocity, backoff); 755 if (trace.plane.normal[2] > 0.7)
|
/external/v8/benchmarks/ |
raytrace.js | 66 // flog/shape/plane.js 498 Flog.RayTracer.Shape.Plane = Class.create(); 500 Flog.RayTracer.Shape.Plane.prototype = { 544 return 'Plane [' + this.position + ', d=' + this.d + ']'; 805 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){ 880 var plane = new Flog.RayTracer.Shape.Plane( 893 scene.shapes.push(plane);
|
/external/webkit/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 61 // flog/shape/plane.js 493 Flog.RayTracer.Shape.Plane = Class.create(); 495 Flog.RayTracer.Shape.Plane.prototype = { 539 return 'Plane [' + this.position + ', d=' + this.d + ']'; 800 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){ 875 var plane = new Flog.RayTracer.Shape.Plane( 888 scene.shapes.push(plane);
|
/frameworks/base/opengl/java/android/opengl/ |
GLU.java | 107 * plane (always positive). 109 * plane (always positive).
|
/external/quake/quake/src/QW/client/ |
mathlib.c | 78 ** project the point onto the plane defined by src 252 if (plane->normal[i] < 0) 263 dist = DotProduct (plane->normal, corners[0]) - plane->dist; 264 dist2 = DotProduct (plane->normal, corners[1]) - plane->dist;
|
gl_model.h | 132 mplane_t *plane;
member in struct:msurface_s 170 mplane_t *plane;
member in struct:mnode_s
|
model.h | 120 mplane_t *plane; member in struct:msurface_s 150 mplane_t *plane; member in struct:mnode_s
|
r_draw.c | 562 pplane = fa->plane; 677 pplane = psurf->plane; 807 pplane = fa->plane; 895 pplane = psurf->plane;
|
/external/quake/quake/src/WinQuake/ |
mathlib.cpp | 78 ** project the point onto the plane defined by src
254 if (plane->normal[i] < 0)
265 dist = DotProduct (plane->normal, corners[0]) - plane->dist;
266 dist2 = DotProduct (plane->normal, corners[1]) - plane->dist;
|
gl_model.h | 128 mplane_t *plane; member in struct:msurface_s 166 mplane_t *plane; member in struct:mnode_s
|
model.h | 109 mplane_t *plane; member in struct:msurface_s 139 mplane_t *plane; member in struct:mnode_s
|
sv_phys.cpp | 281 if (trace.plane.normal[2] > 0.7) 290 if (!trace.plane.normal[2]) 307 // cliped to another plane 314 VectorCopy (trace.plane.normal, planes[numplanes]); 334 { // go along this plane 874 d = DotProduct (trace->plane.normal, forward); 881 i = DotProduct (trace->plane.normal, ent->u.v.velocity); 882 VectorScale (trace->plane.normal, i, into); 1033 if (downtrace.plane.normal[2] > 0.7) 1321 ClipVelocity (ent->u.v.velocity, trace.plane.normal, ent->u.v.velocity, backoff) [all...] |
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_IVCommon.h | 666 * Plane blend configuration 671 * nPortIndex : Index of input port associated with the plane. 672 * nDepth : Depth of the plane in relation to the screen. Higher 675 * nAlpha : Transparency blending component for the entire plane. 697 * the interleaved plane. [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_IVCommon.h | 649 * Plane blend configuration
654 * nPortIndex : Index of input port associated with the plane.
655 * nDepth : Depth of the plane in relation to the screen. Higher
658 * nAlpha : Transparency blending component for the entire plane.
680 * the interleaved plane.
[all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES11.cpp | 211 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */ 214 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { 233 (GLenum)plane, 244 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */ 247 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { 254 (GLenum)plane, 262 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */ 265 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { 284 (GLenum)plane, 295 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) * [all...] |
android_opengl_GLES11Ext.cpp | 536 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */ 539 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { 558 (GLenum)plane, 569 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */ 572 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { 579 (GLenum)plane, [all...] |
/development/tools/yuv420sp2rgb/ |
yuv420sp2rgb.c | 22 YUV 4:2:0 image with a plane of 8 bit Y samples followed by an interleaved 23 U/V plane containing 8 bit 2x2 subsampled chroma samples.
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontUtilsChromiumWin.cpp | 276 int plane = ucs4 >> 16; local 277 switch (plane) {
|
/frameworks/base/core/java/android/view/ |
WindowOrientationListener.java | 241 * Absolute angle between upVector and the x-y plane (the plane of the screen), in [0, 90].
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 1190 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation ) 1193 int plane, 1198 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation ) 1201 int plane, 1205 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 1208 int plane, 1213 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 1216 int plane, [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
GLView.java | 459 * Sets the position of the near frustum clipping plane as passed 462 * @param nearFrustum the near frustum clipping plane distance as 470 * Sets the position of the far frustum clipping plane as passed 473 * @param farFrustum the far frustum clipping plane distance as a
|
/external/freetype/include/freetype/ |
fttrigon.h | 178 * the 2d plane.
|