HomeSort by relevance Sort by last modified time
    Searched defs:vsrc (Results 1 - 7 of 7) sorted by null

  /frameworks/native/libs/gui/tests/
TextureRenderer.cpp 36 const char vsrc[] = local
57 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram(vsrc, fsrc, &mPgm));
  /external/libnl/lib/route/link/
vlan.c 240 struct vlan_info *vdst, *vsrc = src->l_info; local
248 vdst->vi_egress_qos = calloc(vsrc->vi_egress_size,
253 memcpy(vdst->vi_egress_qos, vsrc->vi_egress_qos,
254 vsrc->vi_egress_size * sizeof(struct vlan_map));
  /external/opencv3/3rdparty/libwebp/enc/
iterator.c 112 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; local
129 ImportBlock(vsrc, pic->uv_stride, vdst, uv_w, uv_h, 8);
151 const uint8_t* const vsrc = it->yuv_out_ + V_OFF; local
169 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/webp/src/enc/
iterator.c 133 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; local
141 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF_ENC, uv_w, uv_h, 8);
154 it->v_left_[-1] = vsrc[- 1 - pic->uv_stride];
158 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8);
168 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8);
190 const uint8_t* const vsrc = it->yuv_out_ + V_OFF_ENC; local
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1065 GLubyte *vsrc = vtx->vertex_buf + esrc * vtx->vertex_size; local
1076 vsrc + a[j].vertoffset,
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 535 const char vsrc[] = local
555 createProgram(vsrc, fsrc, &mPgm);
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 22 uint8x8x4_t vsrc; local
35 vsrc.val[0] = vsrc_0;
36 vsrc.val[1] = vsrc_1;
37 vsrc.val[2] = vsrc_2;
39 return vsrc;
43 uint8x8x4_t vsrc; local
58 vsrc.val[0] = vsrc_0;
59 vsrc.val[1] = vsrc_1;
60 vsrc.val[2] = vsrc_2;
61 vsrc.val[3] = vsrc_3
73 uint8x8x4_t vsrc; local
117 uint8x8x4_t vsrc; local
632 uint8x8x4_t vsrc; local
760 uint8x8x4_t vsrc; local
1166 uint8x8_t vsrc, vdst, vres; local
1199 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1232 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1270 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
1328 uint8x8x4_t vsrc; local
1460 uint8x8x4_t vsrc; local
    [all...]

Completed in 417 milliseconds