HomeSort by relevance Sort by last modified time
    Searched full:plane (Results 176 - 200 of 671) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device_copper.cpp 170 struct v4l2_plane plane; local
191 v4l2_buf.m.planes = &plane;
208 v4l2_buf.m.planes = &plane;
1441 struct v4l2_plane plane; local
1572 struct v4l2_plane plane; local
1660 struct v4l2_plane plane; local
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 12 void glClipPlanef(GLenum plane, const GLfloat* equation);
187 void glClipPlanexOES(GLenum plane, const GLfixed* equation);
188 void glClipPlanexIMG(GLenum plane, const GLfixed* equation);
251 void glClipPlanefOES(GLenum plane, const GLfloat* equation);
252 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
327 void glClipPlanef(GLenum plane, const GLfloat* equation)
330 ctx->glClipPlanef(ctx, plane, equation);
    [all...]
  /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);
  /device/generic/goldfish/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/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.15/docs/html/
sdloverlay.html 178 >An array of pitches, one for each plane. Pitch is the length of a row in bytes.</TD
193 >An array of pointers to teh data of each plane. The overlay should be locked before these pointers are used.</TD
  /external/qemu/distrib/sdl-1.2.15/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);
  /external/webp/src/utils/
quant_levels.c 9 // Min and max values are preserved (usual 0 and 255 for alpha plane).
119 // Remap the alpha plane to quantized values.
  /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 )
  /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/quake/quake/src/QW/server/
sv_ents.c 41 mplane_t *plane; local
58 plane = node->plane;
59 d = DotProduct (org, plane->normal) - plane->dist;
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c 1606 int plane; local
1643 int plane; local
    [all...]

Completed in 1145 milliseconds

1 2 3 4 5 6 78 91011>>