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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnLocalTriangulator.h 111 // 2D coordinates of the vertex in the plane.
165 // counterclockwise when viewed in the 2D plane, in order to
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 846 public void glClipPlanef(int plane, float[] equation, int offset) {
848 mgl11.glClipPlanef(plane, equation, offset);
852 public void glClipPlanef(int plane, FloatBuffer equation) {
854 mgl11.glClipPlanef(plane, equation);
858 public void glClipPlanex(int plane, int[] equation, int offset) {
860 mgl11.glClipPlanex(plane, equation, offset);
864 public void glClipPlanex(int plane, IntBuffer equation) {
866 mgl11.glClipPlanex(plane, equation);
    [all...]
GLU.java 107 * plane (always positive).
109 * plane (always positive).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm.h 82 * the data plane but generally seems to be data plane-centric, any layer is
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm.h 82 * the data plane but generally seems to be data plane-centric, any layer is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm.h 82 * the data plane but generally seems to be data plane-centric, any layer is
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 47 void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation);
82 void (GLAPIENTRY *glGetClipPlane) (GLenum plane, GLdouble *equation);
  /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;
  /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;
  /external/kernel-headers/original/linux/
videodev2.h 606 * struct v4l2_plane - plane info for multi-planar buffers
607 * @bytesused: number of bytes occupied by data in the plane (payload)
608 * @length: size of this plane (NOT the payload) in bytes
611 * the device memory for this plane (or is a "cookie" that
614 * pointing to this plane
615 * @data_offset: offset in the plane to the start of data; usually 0,
619 * with two planes can have one plane for Y, and another for interleaved CbCr
620 * components. Each plane can reside in a separate memory buffer, or even in
647 * offset from the start of the device memory for this plane,
651 * @planes: for multiplanar buffers; userspace pointer to the array of plane
    [all...]
  /external/quake/quake/src/QW/server/
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/jmonkeyengine/engine/src/core/com/jme3/bounding/
OrientedBoundingBox.java 159 // public int whichSide(Plane plane) {
160 // float fRadius = FastMath.abs(extent.x * (plane.getNormal().dot(xAxis)))
161 // + FastMath.abs(extent.y * (plane.getNormal().dot(yAxis)))
162 // + FastMath.abs(extent.z * (plane.getNormal().dot(zAxis)));
163 // float fDistance = plane.pseudoDistance(center);
165 // return Plane.NEGATIVE_SIDE;
167 // return Plane.POSITIVE_SIDE;
169 // return Plane.NO_SIDE;
    [all...]
  /external/libyuv/files/source/
convert.cc 162 // Copy Y plane
167 // SubSample U plane.
178 // SubSample V plane.
247 // Copy Y plane
252 // SubSample U plane.
263 // SubSample V plane.
307 // Copy Y plane
316 // Resample U plane.
323 // Resample V plane.
379 // Copy plane
    [all...]
scale.cc     [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 320 /* Y Plane */
335 /* U Plane */
349 /* V Plane */
373 /* Y Plane */
391 /* U Plane */
408 /* V Plane */
437 /* Y Plane */
461 /* U Plane */
485 /* V Plane */
    [all...]
  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp 109 #define MAX_YUV_2_PLANE_SURFACES 4// Max. 2-plane YUV layers currently supported per draw
110 #define MAX_YUV_3_PLANE_SURFACES 1// Max. 3-plane YUV layers currently supported per draw
152 int blit_yuv_2_plane_count; // Total 2 plane YUV surfaces being
153 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 598 // a W x H-size 1-byte-per-pixel Y plane, then
599 // a W/2 x H/2-size 2-byte-per-pixel plane, where each pixel has V then U.
638 // a W x H-size 1-byte-per-pixel Y plane, then
639 // a W/2 x H/2-size 1-byte-per-pixel V plane, then
640 // a W/2 x H/2-size 1-byte-per-pixel U plane
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.h 27 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation);
202 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation);
203 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation);
266 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation);
267 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation);
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 678 * Plane blend configuration
683 * nPortIndex : Index of input port associated with the plane.
684 * nDepth : Depth of the plane in relation to the screen. Higher
687 * nAlpha : Transparency blending component for the entire plane.
709 * the interleaved plane.
    [all...]
  /hardware/qcom/media/mm-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.
QOMX_IVCommonExtensions.h 124 * 1. The width and height of both plane must
134 * 1. The width of the luma plane must be a
147 * 2. The width of each plane is a multiple of
361 * plane of the uncompressed image/video format.
367 OMX_U32 nPlaneIndex; /**< Specifies the plane enumeration index that this structure applies to, starting with a base value of 1 */
  /hardware/qcom/media/mm-core/omxcore/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.
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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.
  /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...]
  /hardware/ti/omap4xxx/domx/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.

Completed in 2617 milliseconds

<<11121314151617181920>>