/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/chromium_org/ui/surface/ |
accelerated_surface_mac.cc | 238 // Don't think we need to identify a plane. 239 GLuint plane = 0; local 249 plane);
|
/external/libvpx/libvpx/examples/ |
decoder_tmpl.c | 93 unsigned int plane, y; local
|
/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_rast_debug.c | 183 struct lp_rast_plane plane[8]; local 195 plane[nr_planes] = tri_plane[u_bit_scan(&plane_mask)]; 196 plane[nr_planes].c = (plane[nr_planes].c + 197 plane[nr_planes].dcdy * tiley - 198 plane[nr_planes].dcdx * tilex); 207 if (plane[i].c <= 0) 215 plane[i].c -= plane[i].dcdx; 219 plane[i].c += plane[i].dcdx * TILE_SIZE [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_point.c | 387 struct lp_rast_plane *plane = GET_PLANES(point); local 389 plane[0].dcdx = -1; 390 plane[0].dcdy = 0; 391 plane[0].c = 1-bbox.x0; 392 plane[0].eo = 1; 394 plane[1].dcdx = 1; 395 plane[1].dcdy = 0; 396 plane[1].c = bbox.x1+1; 397 plane[1].eo = 0; 399 plane[2].dcdx = 0 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | 263 const GLuint plane = (GLuint) state[1]; local 264 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]); 980 append_token(str, state[2]); /* plane coef */ 987 append_index(str, state[1]); /* plane [i] */ 988 append(str, ".plane"); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_fog.c | 91 * near and far clip plane distances). 165 GLfloat plane[4]; local 171 plane[0] = m[2]; 172 plane[1] = m[6]; 173 plane[2] = m[10]; 174 plane[3] = m[14]; 181 VB->AttribPtr[_TNL_ATTRIB_POS], plane );
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
SimpleWaterProcessor.java | 54 * Simple Water renders a simple plane that use reflection and refraction to look like water. 65 * //setting the water plane 67 * waterProcessor.setPlane(new Plane(Vector3f.UNIT_Y, waterLocation.dot(Vector3f.UNIT_Y))); 107 protected Plane plane = new Plane(Vector3f.UNIT_Y, Vector3f.ZERO.dot(Vector3f.UNIT_Y)); field in class:SimpleWaterProcessor 119 private Plane reflectionClipPlane; 120 private Plane refractionClipPlane; 205 if (!ray.intersectsWherePlane(plane, targetLocation)) { 207 ray.intersectsWherePlane(plane, targetLocation) [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_rast_debug.c | 183 struct lp_rast_plane plane[8]; local 195 plane[nr_planes] = tri_plane[u_bit_scan(&plane_mask)]; 196 plane[nr_planes].c = (plane[nr_planes].c + 197 plane[nr_planes].dcdy * tiley - 198 plane[nr_planes].dcdx * tilex); 207 if (plane[i].c <= 0) 215 plane[i].c -= plane[i].dcdx; 219 plane[i].c += plane[i].dcdx * TILE_SIZE [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...] |
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 263 const GLuint plane = (GLuint) state[1]; local 264 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]); 980 append_token(str, state[2]); /* plane coef */ 987 append_index(str, state[1]); /* plane [i] */ 988 append(str, ".plane"); [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_fog.c | 91 * near and far clip plane distances). 165 GLfloat plane[4]; local 171 plane[0] = m[2]; 172 plane[1] = m[6]; 173 plane[2] = m[10]; 174 plane[3] = m[14]; 181 VB->AttribPtr[_TNL_ATTRIB_POS], plane );
|
/external/chromium_org/media/base/ |
video_frame.cc | 287 size_t plane, 295 switch (plane) { 306 switch (plane) { 318 switch (plane) { 336 NOTREACHED() << "Unsupported video frame format/plane: " 337 << format << "/" << plane; local 360 // additional alpha plane that has the same size and alignment as the Y plane. 424 bool VideoFrame::IsValidPlane(size_t plane) const { 425 return (plane < NumPlanes(format_)) [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
scene.js | 7 var plane; variable 180 plane = new THREE.Mesh( new THREE.PlaneGeometry( 200, 200, 100, 100), new THREE.MeshBasicMaterial( { color: 0x000000, opacity: 0.25, transparent: true, wireframe: true } ) ); 181 plane.rotation.x = Math.PI * 0.5; 182 plane.visible = true; 183 scene.add( plane ); 248 if (intersects[0].object != plane) {
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-unicode-private.hh | 171 hb_codepoint_t plane = ch >> 16; local 172 if (likely (plane == 0)) 194 switch (plane) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_framebuffer.c | 498 /* need to express the plane in D3D-style coordinate space. 504 * Apply that matrix to our plane equation, and invert Y. 510 float plane[4]; local 512 plane[0] = a; 513 plane[1] = b; 514 plane[2] = 2.0f * c; 515 plane[3] = d - c; 517 ret = SVGA3D_SetClipPlane(svga->swc, i, plane);
|
/external/harfbuzz_ng/src/ |
hb-unicode-private.hh | 171 hb_codepoint_t plane = ch >> 16; local 172 if (likely (plane == 0)) 194 switch (plane) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
TempVars.java | 200 * Plane
202 public final Plane plane = new Plane();
field in class:TempVars
|
/external/libvpx/libvpx/ |
vp8_multi_resolution_encoder.c | 100 int plane; local 102 for (plane = 0; plane < 3; plane++) 105 int w = (plane ? (1 + img->d_w) / 2 : img->d_w); 106 int h = (plane ? (1 + img->d_h) / 2 : img->d_h); 109 /* Determine the correct plane based on the image format. The for-loop 113 switch (plane) 122 ptr = img->planes[plane]; 137 ptr += img->stride[plane]; [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_reconinter.c | 124 static void build_inter_predictors(MACROBLOCKD *xd, int plane, int block, 127 struct macroblockd_plane *const pd = &xd->plane[plane]; 153 ? (plane == 0 ? mi->bmi[block].as_mv[ref].as_mv 193 int plane; local 194 for (plane = plane_from; plane <= plane_to; ++plane) { 197 const int bwl = b_width_log2(bsize) - xd->plane[plane].subsampling_x [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_quantize.c | 141 int plane; member in struct:plane_block_idx 153 res.plane = 0; 156 res.plane = 1; 160 res.plane = 2; 170 struct macroblock_plane* p = &x->plane[pb_idx.plane]; 171 struct macroblockd_plane* pd = &xd->plane[pb_idx.plane]; 271 x->plane[0].quant = cpi->y_quant[qindex]; 272 x->plane[0].quant_shift = cpi->y_quant_shift[qindex] [all...] |