Searched defs:dst4 (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSamplePolyToPoly.cpp156 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; local
157 doDraw(canvas, &paint, src4, dst4, 4);
/external/skia/samplecode/
H A DSamplePolyToPoly.cpp156 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; local
157 doDraw(canvas, &paint, src4, dst4, 4);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dreadpix.c283 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local
285 dst4[i] = (pixel & 0xff00ff00)
295 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local
298 dst4[i] = map4[i] | 0xff000000; /* set A=0xff */
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c81 GLuint *dst4 = (GLuint *) dst; local
83 dst4[j] = PACK_COLOR_8888(0xff, src[j*3+0], src[j*3+1], src[j*3+2]);
128 GLuint *dst4 = (GLuint *) dst; local
130 dst4[j] = PACK_COLOR_8888(src[j*4+3], src[j*4+0],
/external/chromium_org/third_party/skia/gm/
H A Dimage.cpp90 SkRect dst1, dst2, dst3, dst4; local
94 dst4.set(0, 480, 65, 545);
99 canvas->drawImageRect(imgG, NULL, dst4, usePaint ? &paint : NULL);
H A Dpoly2poly.cpp266 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; variable
267 doDraw(canvas, &paint, src4, dst4, 4);
/external/mesa3d/src/mesa/main/
H A Dreadpix.c283 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local
285 dst4[i] = (pixel & 0xff00ff00)
295 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local
298 dst4[i] = map4[i] | 0xff000000; /* set A=0xff */
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c81 GLuint *dst4 = (GLuint *) dst; local
83 dst4[j] = PACK_COLOR_8888(0xff, src[j*3+0], src[j*3+1], src[j*3+2]);
128 GLuint *dst4 = (GLuint *) dst; local
130 dst4[j] = PACK_COLOR_8888(src[j*4+3], src[j*4+0],
/external/skia/gm/
H A Dimage.cpp96 SkRect dst1, dst2, dst3, dst4; local
100 dst4.set(0, 480, 65, 545);
105 imgG->draw(canvas, NULL, dst4, usePaint ? &paint : NULL);
H A Dpoly2poly.cpp264 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; variable
265 doDraw(canvas, &paint, src4, dst4, 4);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c157 uint *dst4 = (uint *) dst; local
182 res4[j] = ~(src4[j] | dst4[j]);
186 res4[j] = ~src4[j] & dst4[j];
194 res4[j] = src4[j] & ~dst4[j];
198 res4[j] = ~dst4[j];
202 res4[j] = dst4[j] ^ src4[j];
206 res4[j] = ~(src4[j] & dst4[j]);
210 res4[j] = src4[j] & dst4[j];
214 res4[j] = ~(src4[j] ^ dst4[j]);
218 res4[j] = dst4[
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c157 uint *dst4 = (uint *) dst; local
182 res4[j] = ~(src4[j] | dst4[j]);
186 res4[j] = ~src4[j] & dst4[j];
194 res4[j] = src4[j] & ~dst4[j];
198 res4[j] = ~dst4[j];
202 res4[j] = dst4[j] ^ src4[j];
206 res4[j] = ~(src4[j] & dst4[j]);
210 res4[j] = src4[j] & dst4[j];
214 res4[j] = ~(src4[j] ^ dst4[j]);
218 res4[j] = dst4[
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc1236 uint32_t dst4; member in struct:__anon17368
1305 t.dst4 = 0;
1325 CHECK_EQ(0x41424344, t.dst4);
1355 uint32_t dst4; member in struct:__anon17369
1383 __ str(r2, MemOperand(r4, OFFSET_OF(T, dst4)));
1403 t.dst4 = 0;
1410 CHECK_EQ(0x11121313, t.dst4);
/external/chromium_org/third_party/skia/src/utils/
H A DSkMatrix44.cpp701 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]);
702 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]);
705 int count, float* SK_RESTRICT dst4) {
707 dst4[0] = src2[0];
708 dst4[1] = src2[1];
709 dst4[2] = 0;
710 dst4[3] = 1;
712 dst4 += 4;
717 int count, double* SK_RESTRICT dst4) {
719 dst4[
704 map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
716 map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
728 map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
743 map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
755 map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
768 map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
780 map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
798 map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
812 map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
827 map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
[all...]
/external/skia/src/utils/
H A DSkMatrix44.cpp701 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]);
702 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]);
705 int count, float* SK_RESTRICT dst4) {
707 dst4[0] = src2[0];
708 dst4[1] = src2[1];
709 dst4[2] = 0;
710 dst4[3] = 1;
712 dst4 += 4;
717 int count, double* SK_RESTRICT dst4) {
719 dst4[
704 map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
716 map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
728 map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
743 map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
755 map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
768 map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
780 map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
798 map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
812 map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
827 map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c5854 struct sockaddr_in *dst4 = (struct sockaddr_in *)dst; local
6009 stc.laddress[0] = dst4->sin_addr.s_addr;
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c7210 IRTemp dst4 = newTemp(Ity_D32); local
7307 assign(dst4, binop(Iop_F64toD32, irrm, mkexpr(src4)));
7308 put_dpr_w0(0, mkexpr(dst4)); /* put the result in FPR 0,2 */
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4923 milliseconds