/external/mesa3d/src/mesa/main/ |
D | clip.c | 39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane) in _mesa_update_clip_plane() 52 _mesa_ClipPlane( GLenum plane, const GLdouble *eq ) in _mesa_ClipPlane() 100 _mesa_GetClipPlane( GLenum plane, GLdouble *equation ) in _mesa_GetClipPlane()
|
D | es1_conversion.c | 60 _es_ClipPlanef(GLenum plane, const GLfloat *equation) in _es_ClipPlanef() 73 _es_ClipPlanex(GLenum plane, const GLfixed *equation) in _es_ClipPlanex() 210 _es_GetClipPlanef(GLenum plane, GLfloat *equation) in _es_GetClipPlanef() 222 _es_GetClipPlanex(GLenum plane, GLfixed *equation) in _es_GetClipPlanex()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | clip.c | 39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane) in _mesa_update_clip_plane() 52 _mesa_ClipPlane( GLenum plane, const GLdouble *eq ) in _mesa_ClipPlane() 100 _mesa_GetClipPlane( GLenum plane, GLdouble *equation ) in _mesa_GetClipPlane()
|
D | es1_conversion.c | 60 _es_ClipPlanef(GLenum plane, const GLfloat *equation) in _es_ClipPlanef() 73 _es_ClipPlanex(GLenum plane, const GLfixed *equation) in _es_ClipPlanex() 210 _es_GetClipPlanef(GLenum plane, GLfloat *equation) in _es_GetClipPlanef() 222 _es_GetClipPlanex(GLenum plane, GLfixed *equation) in _es_GetClipPlanex()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | PlaneCollisionShape.java | 22 private Plane plane; field in PlaneCollisionShape 31 public PlaneCollisionShape(Plane plane) { in PlaneCollisionShape()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | PlaneCollisionShape.java | 23 private Plane plane; field in PlaneCollisionShape 32 public PlaneCollisionShape(Plane plane) { in PlaneCollisionShape()
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_helpers.h | 144 virtual void SetPlaneOffset(cdm::VideoFrame::VideoPlane plane, in SetPlaneOffset() 149 virtual uint32_t PlaneOffset(VideoPlane plane) OVERRIDE { in PlaneOffset() 154 virtual void SetStride(VideoPlane plane, uint32_t stride) OVERRIDE { in SetStride() 158 virtual uint32_t Stride(VideoPlane plane) OVERRIDE { in Stride()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 87 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, in set_entropy_context_b() 97 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, in tokenize_b() 170 static void is_skippable(int plane, int block, in is_skippable() 185 int plane) { in vp9_is_skippable_in_plane()
|
D | vp9_encodemb.c | 44 static void subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in subtract_plane() 116 int plane, int block, BLOCK_SIZE plane_bsize, in optimize_b() 319 void vp9_optimize_b(int plane, int block, BLOCK_SIZE plane_bsize, in vp9_optimize_b() 327 static void optimize_init_b(int plane, BLOCK_SIZE bsize, in optimize_init_b() 342 void vp9_xform_quant(int plane, int block, BLOCK_SIZE plane_bsize, in vp9_xform_quant() 415 static void encode_block(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block() 471 static void encode_block_pass1(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block_pass1() 521 void vp9_encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, in vp9_encode_block_intra()
|
/external/libvpx/libvpx/test/ |
D | md5_helper.h | 27 for (int plane = 0; plane < 3; ++plane) { in Add() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 162 struct lp_rast_plane plane[NR_PLANES]; in TAG() local 261 const struct lp_rast_plane *plane = GET_PLANES(tri); in TRI_16() local 334 const struct lp_rast_plane *plane = GET_PLANES(tri); in TRI_4() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 162 struct lp_rast_plane plane[NR_PLANES]; in TAG() local 261 const struct lp_rast_plane *plane = GET_PLANES(tri); in TRI_16() local 334 const struct lp_rast_plane *plane = GET_PLANES(tri); in TRI_4() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_cliptest_tmp.h | 36 /* const */ float (*plane)[4] = pvs->draw->plane; in TAG() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_cliptest_tmp.h | 36 /* const */ float (*plane)[4] = pvs->draw->plane; in TAG() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 189 struct macroblockd_plane plane[MAX_MB_PLANE]; member 290 const struct macroblockd_plane* plane) { in plane_block_width() 295 const struct macroblockd_plane* plane) { in plane_block_height() 305 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, in foreach_transformed_block_in_plane() 357 int plane; in foreach_transformed_block() local 366 int plane; in foreach_transformed_block_uv() local 413 int plane, int block, TX_SIZE tx_size) { in extend_for_intra()
|
D | vp9_reconinter.c | 124 static void build_inter_predictors(MACROBLOCKD *xd, int plane, int block, in build_inter_predictors() 193 int plane; in build_inter_predictors_for_planes() local
|
/external/svox/pico/lib/ |
D | picotrns.c | 46 picoos_uint8 picotrns_unplane(picoos_int16 symIn, picoos_uint8 * plane) { in picotrns_unplane() 62 picoos_uint8 plane; in PICOTRNS_PRINTSYM1() local 703 …_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane) in picotrns_stAddWithPlane() 727 picoos_uint8 plane; in picotrns_stGetSymSequence() local
|
/external/chromium_org/media/base/ |
D | video_util.cc | 34 void CopyPlane(size_t plane, const uint8* source, int stride, int rows, in CopyPlane() 100 int plane, in LetterboxPlane()
|
D | video_frame.cc | 287 size_t plane, in PlaneAllocationSize() 505 for (int plane = 0; plane < kMaxPlanes; ++plane) { in HashFrameForTesting() local
|
/external/chromium_org/ui/surface/ |
D | accelerated_surface_mac.cc | 239 GLuint plane = 0; in SetSurfaceSize() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | TempVars.java | 202 public final Plane plane = new Plane(); field in TempVars
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_fog.c | 165 GLfloat plane[4]; in run_fog_stage() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 510 float plane[4]; in emit_clip_planes() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 510 float plane[4]; in emit_clip_planes() local
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
D | scene.js | 7 var plane; variable
|