/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmmpc.h | 105 #define DATA_PLANE_PURGE 208 /* Data plane purge because of egress cache hit miss or dead MPS */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmmpc.h | 105 #define DATA_PLANE_PURGE 208 /* Data plane purge because of egress cache hit miss or dead MPS */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmmpc.h | 105 #define DATA_PLANE_PURGE 208 /* Data plane purge because of egress cache hit miss or dead MPS */
|
/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);
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestLocalPhysics.java | 39 import com.jme3.math.Plane; 101 Node node3 = PhysicsTestHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1, 0), 0)), 0);
|
TestPhysicsReadWrite.java | 44 import com.jme3.math.Plane; 108 Node node3 = PhysicsTestHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1, 0), 0)), 0);
|
TestSimplePhysics.java | 39 import com.jme3.math.Plane; 96 Node node3 = PhysicsTestHelper.createPhysicsTestNode(assetManager, new PlaneCollisionShape(new Plane(new Vector3f(0, 1, 0), 0)), 0);
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
TestSceneWater.java | 109 //setting the water plane 111 waterProcessor.setPlane(new Plane(Vector3f.UNIT_Y, waterLocation.dot(Vector3f.UNIT_Y)));
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_yuv.c | 190 /* Set up the plane pointers */ 237 /* Only one plane, no worries */
|
/external/quake/quake/src/QW/client/ |
gl_refrag.c | 137 splitplane = node->plane; 142 // split on this plane
|
gl_rsurf.c | 89 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) - 90 surf->plane->dist; 100 surf->plane->normal[i]*dist; 926 mirror_plane = s->plane; 1185 pplane = psurf->plane; 1221 mplane_t *plane; local 1261 plane = node->plane; 1263 switch (plane->type) 1266 dot = modelorg[0] - plane->dist [all...] |
/external/quake/quake/src/WinQuake/ |
gl_refrag.cpp | 137 splitplane = node->plane; 142 // split on this plane
|
gl_rsurf.cpp | 89 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) - 90 surf->plane->dist; 100 surf->plane->normal[i]*dist; 995 mirror_plane = s->plane; 1254 pplane = psurf->plane; 1291 mplane_t *plane; local 1332 plane = node->plane; 1334 switch (plane->type) 1337 dot = modelorg[0] - plane->dist [all...] |
/external/svox/pico/lib/ |
picotrns.h | 78 picoos_uint8 picotrns_unplane(picoos_int16 symIn, picoos_uint8 * plane); 174 pico_status_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane);
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalTypes.h | 328 M4VIFI_ImagePlane* lastDecodedPlane; /**< Last decoded plane */ 377 M4VIFI_ImagePlane *pPlaneYuv; /* YUV420 image plane, converted from ARGB888 */ 380 M4VIFI_ImagePlane *pPlaneYuvWithEffect; /* YUV420 image plane, with color effect */ 555 M4VIFI_ImagePlane yuv1[3]; /**< First temporary YUV420 image plane */ 556 M4VIFI_ImagePlane yuv2[3]; /**< Second temporary YUV420 image plane */ 557 M4VIFI_ImagePlane yuv3[3]; /**< Third temporary YUV420 image plane RC */ 558 M4VIFI_ImagePlane yuv4[3]; /**< Fourth temporary YUV420 image plane RC */ [all...] |
/frameworks/base/core/jni/android/opengl/ |
poly_clip.cpp | 48 * poly_clip_to_halfspace: clip convex polygon p against a plane, 78 /* edge crosses plane; add intersection point to q */
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11.java | 179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation ) 182 int plane, 187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation ) 190 int plane, 194 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 197 int plane, 202 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 205 int plane,
|
GLES11Ext.java | 294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 297 int plane, 302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 305 int plane, 968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) 971 int plane, [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES11Ext.spec | 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) 79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
|
/gdk/samples/quake/jni/ |
gl_refrag.cpp | 137 splitplane = node->plane; 142 // split on this plane
|
gl_rsurf.cpp | 89 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) - 90 surf->plane->dist; 100 surf->plane->normal[i]*dist; 995 mirror_plane = s->plane; 1254 pplane = psurf->plane; 1291 mplane_t *plane; local 1332 plane = node->plane; 1334 switch (plane->type) 1337 dot = modelorg[0] - plane->dist [all...] |
/sdk/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...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Ray.java | 149 * point in terms of the triangle plane. 166 * point in terms of the triangle plane. 340 * point in terms of the quad plane. 366 * @return true if the ray collides with the given Plane 368 public boolean intersectsWherePlane(Plane p, Vector3f loc) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Dome.java | 281 for (int plane = 1; plane < (planes - 1); plane++) { 282 int bottomPlaneStart = ((plane - 1) * (radialSamples + 1)); 283 int topPlaneStart = (plane * (radialSamples + 1));
|
/external/libvpx/vp8/encoder/ |
tokenize.c | 100 const int type, /* which plane: 0=Y no DC, 1=Y2, 2=UV, 3=Y with DC */ 151 const int type, /* which plane: 0=Y no DC, 1=Y2, 2=UV, 3=Y with DC */ 418 const int type, /* which plane: 0=Y no DC, 1=Y2, 2=UV, 3=Y with DC */ 448 const int type, /* which plane: 0=Y no DC, 1=Y2, 2=UV, 3=Y with DC */ 477 const int type, /* which plane: 0=Y no DC, 1=Y2, 2=UV, 3=Y with DC */
|