HomeSort by relevance Sort by last modified time
    Searched refs:plane (Results 1 - 25 of 338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
clip.h 39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane);
42 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
45 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
clip.c 36 * Update derived clip plane state.
39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane)
44 /* Clip-Space Plane = Eye-Space Plane * Projection Matrix */
45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
46 ctx->Transform.EyeUserPlane[plane],
52 _mesa_ClipPlane( GLenum plane, const GLdouble *eq )
59 p = (GLint) plane - (GLint) GL_CLIP_PLANE0;
95 ctx->Driver.ClipPlane( ctx, plane, equation );
100 _mesa_GetClipPlane( GLenum plane, GLdouble *equation
    [all...]
  /external/mesa3d/src/mesa/main/
clip.h 39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane);
42 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
45 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
clip.c 36 * Update derived clip plane state.
39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane)
44 /* Clip-Space Plane = Eye-Space Plane * Projection Matrix */
45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
46 ctx->Transform.EyeUserPlane[plane],
52 _mesa_ClipPlane( GLenum plane, const GLdouble *eq )
59 p = (GLint) plane - (GLint) GL_CLIP_PLANE0;
95 ctx->Driver.ClipPlane( ctx, plane, equation );
100 _mesa_GetClipPlane( GLenum plane, GLdouble *equation
    [all...]
  /external/libvpx/libvpx/test/
md5_helper.h 27 for (int plane = 0; plane < 3; ++plane) {
28 const uint8_t *buf = img->planes[plane];
30 // plane, we never want to round down and thus skip a pixel so if
33 const int h = plane ? (img->d_h + img->y_chroma_shift) >>
35 const int w = plane ? (img->d_w + img->x_chroma_shift) >>
40 buf += img->stride[plane];
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_dotprod_tmp.h 36 const GLfloat plane[4] )
44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3];
56 const GLfloat plane[4] )
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2];
65 const GLfloat plane3 = plane[3];
78 const GLfloat plane[4]
    [all...]
  /external/mesa3d/src/mesa/math/
m_dotprod_tmp.h 36 const GLfloat plane[4] )
44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3];
56 const GLfloat plane[4] )
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2];
65 const GLfloat plane3 = plane[3];
78 const GLfloat plane[4]
    [all...]
  /external/chromium/webkit/glue/
webvideoframe_impl.h 26 virtual int stride(unsigned plane) const;
27 virtual const void* data(unsigned plane) const;
28 virtual unsigned texture(unsigned plane) const;
webvideoframe_impl.cc 80 int WebVideoFrameImpl::stride(unsigned plane) const {
82 return static_cast<int>(video_frame_->stride(plane));
86 const void* WebVideoFrameImpl::data(unsigned plane) const {
88 return static_cast<const void*>(video_frame_->data(plane));
92 unsigned WebVideoFrameImpl::texture(unsigned plane) const {
94 return video_frame_->gl_texture(plane);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
PlaneCollisionShape.java 12 import com.jme3.math.Plane;
23 private Plane plane; field in class:PlaneCollisionShape
29 * Creates a plane Collision shape
30 * @param plane the plane that defines the shape
32 public PlaneCollisionShape(Plane plane) {
33 this.plane = plane;
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
PlaneCollisionShape.java 14 import com.jme3.math.Plane;
22 private Plane plane; field in class:PlaneCollisionShape
28 * Creates a plane Collision shape
29 * @param plane the plane that defines the shape
31 public PlaneCollisionShape(Plane plane) {
32 this.plane = plane;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeintra.h 17 void vp9_encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize,
vp9_quantize.c 151 int plane; member in struct:plane_block_idx
163 res.plane = 0;
166 res.plane = 1;
170 res.plane = 2;
183 vp9_quantize_b(BLOCK_OFFSET(mb->plane[pb_idx.plane].coeff, pb_idx.block),
185 mb->plane[pb_idx.plane].zbin,
186 mb->plane[pb_idx.plane].round
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 35 * Prototype for a 8 plane rasterizer function. Will codegenerate
45 const struct lp_rast_plane *plane,
54 -plane[j].dcdx,
55 plane[j].dcdy);
71 const struct lp_rast_plane *plane,
82 const int dcdx = -plane[j].dcdx * 4;
83 const int dcdy = plane[j].dcdy * 4;
84 const int cox = plane[j].eo * 4;
85 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo
162 struct lp_rast_plane plane[NR_PLANES]; local
261 const struct lp_rast_plane *plane = GET_PLANES(tri); local
334 const struct lp_rast_plane *plane = GET_PLANES(tri); local
    [all...]
lp_setup_line.c 102 * the plane coefficients (a0, dadx, dady).
283 struct lp_rast_plane *plane; local
592 plane = GET_PLANES(line);
593 plane[0].dcdy = x[0] - x[1];
594 plane[1].dcdy = x[1] - x[2];
595 plane[2].dcdy = x[2] - x[3];
596 plane[3].dcdy = x[3] - x[0];
598 plane[0].dcdx = y[0] - y[1];
599 plane[1].dcdx = y[1] - y[2];
600 plane[2].dcdx = y[2] - y[3]
    [all...]
lp_setup_tri.c 245 struct lp_rast_plane *plane; local
339 plane = GET_PLANES(tri);
400 _mm_store_si128((__m128i *)&plane[0], p0);
401 _mm_store_si128((__m128i *)&plane[1], p1);
402 _mm_store_si128((__m128i *)&plane[2], p2);
407 plane[0].dcdy = position->dx01;
408 plane[1].dcdy = position->x[1] - position->x[2];
409 plane[2].dcdy = position->dx20;
410 plane[0].dcdx = position->dy01;
411 plane[1].dcdx = position->y[1] - position->y[2]
656 struct lp_rast_plane *plane = GET_PLANES(tri); local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 35 * Prototype for a 8 plane rasterizer function. Will codegenerate
45 const struct lp_rast_plane *plane,
54 -plane[j].dcdx,
55 plane[j].dcdy);
71 const struct lp_rast_plane *plane,
82 const int dcdx = -plane[j].dcdx * 4;
83 const int dcdy = plane[j].dcdy * 4;
84 const int cox = plane[j].eo * 4;
85 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo
162 struct lp_rast_plane plane[NR_PLANES]; local
261 const struct lp_rast_plane *plane = GET_PLANES(tri); local
334 const struct lp_rast_plane *plane = GET_PLANES(tri); local
    [all...]
lp_setup_line.c 102 * the plane coefficients (a0, dadx, dady).
283 struct lp_rast_plane *plane; local
592 plane = GET_PLANES(line);
593 plane[0].dcdy = x[0] - x[1];
594 plane[1].dcdy = x[1] - x[2];
595 plane[2].dcdy = x[2] - x[3];
596 plane[3].dcdy = x[3] - x[0];
598 plane[0].dcdx = y[0] - y[1];
599 plane[1].dcdx = y[1] - y[2];
600 plane[2].dcdx = y[2] - y[3]
    [all...]
lp_setup_tri.c 245 struct lp_rast_plane *plane; local
339 plane = GET_PLANES(tri);
400 _mm_store_si128((__m128i *)&plane[0], p0);
401 _mm_store_si128((__m128i *)&plane[1], p1);
402 _mm_store_si128((__m128i *)&plane[2], p2);
407 plane[0].dcdy = position->dx01;
408 plane[1].dcdy = position->x[1] - position->x[2];
409 plane[2].dcdy = position->dx20;
410 plane[0].dcdx = position->dy01;
411 plane[1].dcdx = position->y[1] - position->y[2]
656 struct lp_rast_plane *plane = GET_PLANES(tri); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatriangle.c 43 * Compute coefficients of a plane using the X,Y coords of the v0, v1, v2
45 * A point (x,y,z) lies on plane iff a*x+b*y+c*z+d = 0.
49 GLfloat z0, GLfloat z1, GLfloat z2, GLfloat plane[4])
59 /* Crossproduct "(a,b,c):= dv1 x dv2" is orthogonal to plane. */
63 /* Point on the plane = "r*(a,b,c) + w", with fixed "r" depending
64 on the distance of plane from origin and arbitrary "w" parallel
65 to the plane. */
70 plane[0] = a;
71 plane[1] = b;
72 plane[2] = c
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 43 * Compute coefficients of a plane using the X,Y coords of the v0, v1, v2
45 * A point (x,y,z) lies on plane iff a*x+b*y+c*z+d = 0.
49 GLfloat z0, GLfloat z1, GLfloat z2, GLfloat plane[4])
59 /* Crossproduct "(a,b,c):= dv1 x dv2" is orthogonal to plane. */
63 /* Point on the plane = "r*(a,b,c) + w", with fixed "r" depending
64 on the distance of plane from origin and arbitrary "w" parallel
65 to the plane. */
70 plane[0] = a;
71 plane[1] = b;
72 plane[2] = c
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 187 uint32_t plane[])
199 plane[0] = PAD_TO_WORD(width*height);
202 plane[0] = PAD_TO_2K(width * height);
203 plane[1] = PAD_TO_2K(width * height/2);
205 plane[0] = PAD_TO_WORD(width * height);
206 plane[1] = PAD_TO_WORD(width * height/2);
208 plane[0] = PAD_TO_WORD(width * CEILING16(height));
209 plane[1] = PAD_TO_WORD(width * CEILING16(height)/2);
211 size = plane[0] + plane[1]
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 3 # "plane" and create combined symbol table
21 # into a corresponding plane when forming such input sequences:
23 # id_combined = id_original + 256 * plane
26 # constants (e.g. the plane for each set). Also, some hard-coded
97 the appropriate plane
118 %plane = (
128 $table{$plane{$table}} = $table;
185 #printf STDERR "doing table $table (plane %d)\n", $plane{$table};
188 $plane = $plane{$table}
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 187 uint32_t plane[])
199 plane[0] = PAD_TO_WORD(width*height);
202 plane[0] = PAD_TO_2K(width * height);
203 plane[1] = PAD_TO_2K(width * height/2);
205 plane[0] = PAD_TO_WORD(width * height);
206 plane[1] = PAD_TO_WORD(width * height/2);
208 plane[0] = PAD_TO_WORD(width * CEILING16(height));
209 plane[1] = PAD_TO_WORD(width * CEILING16(height)/2);
211 size = plane[0] + plane[1]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 142 ASSIGN_4V( pvs->draw->plane[0], -1, 0, 0, 1 );
143 ASSIGN_4V( pvs->draw->plane[1], 1, 0, 0, 1 );
144 ASSIGN_4V( pvs->draw->plane[2], 0, -1, 0, 1 );
145 ASSIGN_4V( pvs->draw->plane[3], 0, 1, 0, 1 );
149 ASSIGN_4V( pvs->draw->plane[0], -0.5, 0, 0, 1 );
150 ASSIGN_4V( pvs->draw->plane[1], 0.5, 0, 0, 1 );
151 ASSIGN_4V( pvs->draw->plane[2], 0, -0.5, 0, 1 );
152 ASSIGN_4V( pvs->draw->plane[3], 0, 0.5, 0, 1 );
157 ASSIGN_4V( pvs->draw->plane[4], 0, 0, 1, 1 );
162 ASSIGN_4V( pvs->draw->plane[4], 0, 0, 1, 0 )
    [all...]

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>