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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 16 #define ushort _utfushort macro
23 typedef unsigned short ushort; typedef
  /external/libutf/
utfdef.h 2 #define ushort _utfushort macro
9 typedef unsigned short ushort; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vbuf.h 84 ushort vertex_size,
85 ushort nr_vertices );
89 ushort min_index,
90 ushort max_index );
101 * Draw indexed primitives. Note that indices are ushort. The driver
105 const ushort *indices,
draw_pt_vsplit.c 46 ushort segment_size;
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[SEGMENT_SIZE];
56 ushort draws[MAP_SIZE];
59 ushort num_fetch_elts;
60 ushort num_draw_elts;
136 #define ELT_TYPE ushort
201 ushort i;
draw_pt_fetch_shade_emit.c 197 (ushort)fse->key.output_stride,
198 (ushort)count ))
225 draw->render->unmap_vertices( draw->render, 0, (ushort)(count - 1) );
248 const ushort *draw_elts,
261 (ushort)fse->key.output_stride,
262 (ushort)fetch_count ))
286 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
306 const ushort *draw_elts,
319 (ushort)fse->key.output_stride,
320 (ushort)count )
    [all...]
draw_pt_fetch_emit.c 186 const ushort *draw_elts,
199 (ushort)feme->translate->key.output_stride,
200 (ushort)fetch_count );
227 (ushort)(fetch_count - 1) );
257 (ushort)feme->translate->key.output_stride,
258 (ushort)count ))
303 const ushort *draw_elts,
316 (ushort)feme->translate->key.output_stride,
317 (ushort)count ))
332 draw->render->unmap_vertices( draw->render, 0, (ushort)(count - 1) )
    [all...]
draw_pipe.h 45 ushort flags;
46 ushort pad;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vbuf.h 84 ushort vertex_size,
85 ushort nr_vertices );
89 ushort min_index,
90 ushort max_index );
101 * Draw indexed primitives. Note that indices are ushort. The driver
105 const ushort *indices,
draw_pt_vsplit.c 46 ushort segment_size;
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[SEGMENT_SIZE];
56 ushort draws[MAP_SIZE];
59 ushort num_fetch_elts;
60 ushort num_draw_elts;
136 #define ELT_TYPE ushort
201 ushort i;
draw_pt_fetch_shade_emit.c 197 (ushort)fse->key.output_stride,
198 (ushort)count ))
225 draw->render->unmap_vertices( draw->render, 0, (ushort)(count - 1) );
248 const ushort *draw_elts,
261 (ushort)fse->key.output_stride,
262 (ushort)fetch_count ))
286 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
306 const ushort *draw_elts,
319 (ushort)fse->key.output_stride,
320 (ushort)count )
    [all...]
draw_pt_fetch_emit.c 186 const ushort *draw_elts,
199 (ushort)feme->translate->key.output_stride,
200 (ushort)fetch_count );
227 (ushort)(fetch_count - 1) );
257 (ushort)feme->translate->key.output_stride,
258 (ushort)count ))
303 const ushort *draw_elts,
316 (ushort)feme->translate->key.output_stride,
317 (ushort)count ))
332 draw->render->unmap_vertices( draw->render, 0, (ushort)(count - 1) )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 62 ushort (*depth16)[TILE_SIZE];
63 ushort init_idepth[4], idepth[4], depth_step;
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
72 depth_step = (ushort)(dzdx * scale);
87 depth16 = (ushort (*)[TILE_SIZE])
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2];
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 62 ushort (*depth16)[TILE_SIZE];
63 ushort init_idepth[4], idepth[4], depth_step;
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
72 depth_step = (ushort)(dzdx * scale);
87 depth16 = (ushort (*)[TILE_SIZE])
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2];
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_unfilled_indices.c 34 ushort *out_us = (ushort *)out;
37 out_us[i] = (ushort) in_ub[i];
58 ushort *out_us = (ushort *)out;
61 out_us[i] = (ushort) i;
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_indices.c 34 ushort *out_us = (ushort *)out;
37 out_us[i] = (ushort) in_ub[i];
58 ushort *out_us = (ushort *)out;
61 out_us[i] = (ushort) i;
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 280 ((ushort *)src)[x] = (ushort)code;
301 int v = ((ushort *)src)[x];
315 ushort *d = (ushort *)data, *s = (ushort *)src, *end = ((ushort *)src) + m_width;
332 icvCvt_RGB2BGR_16u_C3R( (ushort *)src, 0, (ushort *)data, 0, cvSize(m_width,1) );
337 icvCvt_BGR2Gray_16u_C3C1R( (ushort *)src, 0, (ushort *)data, 0, cvSize(m_width,1), 2 )
    [all...]
utils.cpp 102 void icvCvt_BGR2Gray_16u_C3C1R( const ushort* rgb, int rgb_step,
103 ushort* gray, int gray_step,
113 gray[i] = (ushort)t;
211 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step,
212 ushort* rgb, int rgb_step, CvSize size )
219 ushort t0 = bgr[0], t1 = bgr[1], t2 = bgr[2];
228 typedef unsigned short ushort; typedef
238 int t = descale( ((((ushort*)bgr555)[i] << 3) & 0xf8)*cB +
239 ((((ushort*)bgr555)[i] >> 2) & 0xf8)*cG +
240 ((((ushort*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE )
    [all...]
utils.h 58 void icvCvt_BGR2Gray_16u_C3C1R( const ushort* bgr, int bgr_step,
59 ushort* gray, int gray_step,
75 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step,
76 ushort* rgb, int rgb_step, CvSize size );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_private.h 72 ushort min_index;
73 ushort max_index;
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_private.h 72 ushort min_index;
73 ushort max_index;
  /external/ltrace/testsuite/ltrace.main/
parameters.conf 11 void func_ushort(ushort, ushort)
33 enum[long](A=-1) func_negative_enum(enum[short](A=-1), enum[ushort](A=-1), enum[int](A=-1), enum[uint](A=-1), enum[long](A=-1), enum[ulong](A=-1));
  /external/opencv/cvaux/src/
_cvaux.h 52 typedef unsigned short ushort; typedef
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 114 UNSIGNED_SHORT_5_6_5 ushort 3 RGB
115 UNSIGNED_SHORT_5_6_5_REV ushort 3 RGB
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
124 UNSIGNED_SHORT_15_1_MESA ushort 2 DEPTH_STENCIL_MESA
125 UNSIGNED_SHORT_1_15_REV_MESA ushort 2 DEPTH_STENCIL_MESA
126 UNSIGNED_SHORT_24_8_MESA ushort 2 DEPTH_STENCIL_MESA
127 UNSIGNED_SHORT_8_24_REV_MESA ushort 2 DEPTH_STENCIL_MES
    [all...]
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 114 UNSIGNED_SHORT_5_6_5 ushort 3 RGB
115 UNSIGNED_SHORT_5_6_5_REV ushort 3 RGB
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
124 UNSIGNED_SHORT_15_1_MESA ushort 2 DEPTH_STENCIL_MESA
125 UNSIGNED_SHORT_1_15_REV_MESA ushort 2 DEPTH_STENCIL_MESA
126 UNSIGNED_SHORT_24_8_MESA ushort 2 DEPTH_STENCIL_MESA
127 UNSIGNED_SHORT_8_24_REV_MESA ushort 2 DEPTH_STENCIL_MES
    [all...]
  /external/opencv/cv/src/
cvsmooth.cpp 548 ushort coarse[16];
549 ushort fine[16][16];
558 *((ushort*) h.fine + x) op;
575 static inline void histogram_add( const ushort x[16], ushort y[16] )
583 static inline void histogram_add( const ushort x[16], ushort y[16] )
591 static inline void histogram_add( const ushort x[16], ushort y[16] )
593 *(vector ushort*) &y[0] = vec_add( *(vector ushort*) &y[0], *(vector ushort*) &x[0] )
    [all...]

Completed in 2748 milliseconds

1 2 3 4 5 6 7