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

1 2 3 4 5 6 7 8 91011>>

  /external/quake/quake/src/QW/client/
mathlib.h 71 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct mplane_s *plane);
  /external/quake/quake/src/WinQuake/
d_copy.s 20 // copies 16 rows per plane at a pop; idea is that 16*512 = 8k, and since
mathlib.h 70 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct mplane_s *plane);
  /external/skia/include/core/
SkClipStack.h 175 infinite plane. This behavior of fFiniteBoundType and fFiniteBound is required so that we
281 * infinite plane. isIntersectionOfRects is an optional parameter
314 * plane (i.e., draws are not limited at all)
414 * Since this could be the infinite plane (if inverse fills were involved) the
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathCache.h 73 // are the x and y coordinates of the vertex on the plane; the last
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_Interpolate_Luma.c 73 * interpolate in the reconstructed frame plane
omxVCM4P10_InterpolateHalfHor_Luma.c 33 * the reconstruction frame plane.
omxVCM4P10_InterpolateHalfVer_Luma.c 34 * reconstructed frame plane
  /frameworks/native/libs/utils/tests/
Unicode_test.cpp 63 << "Plane 1 glyphs should have a length of 1 char16_t";
  /frameworks/native/opengl/libs/GLES_CM/
gl_api.in 10 void API_ENTRY(glClipPlanef)(GLenum plane, const GLfloat *equation) {
11 CALL_GL_API(glClipPlanef, plane, equation);
151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) {
152 CALL_GL_API(glClipPlanex, plane, equation);
glext_api.in 49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) {
50 CALL_GL_API(glClipPlanexOES, plane, equation);
235 void API_ENTRY(glClipPlanefOES)(GLenum plane, const GLfloat *equation) {
236 CALL_GL_API(glClipPlanefOES, plane, equation);
  /hardware/samsung_slsi/exynos5/include/
videodev2.h 583 * struct v4l2_plane - plane info for multi-planar buffers
584 * @bytesused: number of bytes occupied by data in the plane (payload)
585 * @length: size of this plane (NOT the payload) in bytes
588 * the device memory for this plane (or is a "cookie" that
591 * pointing to this plane
593 * descriptor associated with this plane
594 * @data_offset: offset in the plane to the start of data; usually 0,
598 * with two planes can have one plane for Y, and another for interleaved CbCr
599 * components. Each plane can reside in a separate memory buffer, or even in
627 * offset from the start of the device memory for this plane,
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java 27 * therefore code points outside of the basic multilingual plane
  /external/libvpx/libvpx/
y4minput.c 143 the chroma plane's resolution) to the right.
182 /*Compute the size of each chroma plane.*/
233 the chroma plane's resolution) to the right.
247 /*Compute the size of each chroma plane.*/
320 /*Perform vertical filtering to reduce a single plane from 4:2:2 to 4:2:0.
399 /*Compute the size of each chroma plane.*/
464 /*Compute the size of each chroma plane.*/
521 chroma plane's horizontal resolution) and five eighths of a pixel to the
540 /*Compute the size of each chroma plane.*/
603 /*Compute the size of each chroma plane.*
    [all...]
  /external/iproute2/include/linux/
atm.h 84 * the data plane but generally seems to be data plane-centric, any layer is
  /external/kernel-headers/original/linux/
atm.h 87 * the data plane but generally seems to be data plane-centric, any layer is
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 604 unsigned char *plane[4][3]; local
680 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
715 x->e_mbd.pre.y_buffer = plane[this_ref_frame][0];
716 x->e_mbd.pre.u_buffer = plane[this_ref_frame][1];
717 x->e_mbd.pre.v_buffer = plane[this_ref_frame][2];
    [all...]
  /external/libyuv/files/include/libyuv/
convert.h 214 // "dst_stride_y" number of bytes in a row of the dst_y plane.
219 // "dst_stride_u" number of bytes in a row of the dst_u plane.
convert_argb.h 194 // "dst_stride_argb" number of bytes in a row of the dst_argb plane.
199 // "dst_stride_u" number of bytes in a row of the dst_u plane.
  /external/qemu/distrib/sdl-1.2.15/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;
  /external/v8/benchmarks/
raytrace.js 66 // flog/shape/plane.js
467 Flog.RayTracer.Shape.Plane = Class.create();
469 Flog.RayTracer.Shape.Plane.prototype = {
513 return 'Plane [' + this.position + ', d=' + this.d + ']';
774 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
849 var plane = new Flog.RayTracer.Shape.Plane(
862 scene.shapes.push(plane);
  /external/webkit/PerformanceTests/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);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
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);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 61 // flog/shape/plane.js
462 Flog.RayTracer.Shape.Plane = Class.create();
464 Flog.RayTracer.Shape.Plane.prototype = {
508 return 'Plane [' + this.position + ', d=' + this.d + ']';
769 if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
844 var plane = new Flog.RayTracer.Shape.Plane(
857 scene.shapes.push(plane);

Completed in 514 milliseconds

1 2 3 4 5 6 7 8 91011>>