Searched refs:src (Results 251 - 275 of 4668) sorted by relevance

<<11121314151617181920>>

/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.h14 const SkPMColor* SK_RESTRICT src,
18 const SkPMColor* SK_RESTRICT src,
21 void Color32A_D565_SSE2(uint16_t dst[], SkPMColor src, int count, int x,
24 void SkBlitLCD16Row_SSE2(SkPMColor dst[], const uint16_t src[],
26 void SkBlitLCD16OpaqueRow_SSE2(SkPMColor dst[], const uint16_t src[],
30 const SkPMColor* SK_RESTRICT src, int count,
33 const SkPMColor* SK_RESTRICT src,
36 const SkPMColor* SK_RESTRICT src,
39 const SkPMColor* SK_RESTRICT src,
/external/syslinux/gpxe/
H A DMakefile23 PXEMAKE = $(MAKE) -C $(SRC)/src NO_WERROR=1
32 $(MAKE) -C $(SRC)/src veryclean > /dev/null 2>&1
43 src/bin/blib.a:
46 src/bin/undionly.kkpxe: src/bin/blib.a pxelinux.gpxe $(objdir)/core/pxelinux.0
49 gpxelinux.0: src/bin/undionly.kkpxe
52 src/bin/undionly.kpxe: src/bin/blib.a pxelinuxk.gpxe $(objdir)/core/pxelinux.0
55 gpxelinuxk.0: src/bin/undionly.kpxe
/external/syslinux/gpxe/src/crypto/
H A Dcbc.c35 * @v src Input data
39 static void cbc_xor ( const void *src, void *dst, size_t len ) { argument
40 const uint32_t *srcl = src;
55 * @v src Data to encrypt
61 void cbc_encrypt ( void *ctx, const void *src, void *dst, size_t len, argument
68 cbc_xor ( src, cbc_ctx, blocksize );
72 src += blocksize;
81 * @v src Data to decrypt
87 void cbc_decrypt ( void *ctx, const void *src, void *dst, size_t len, argument
94 cipher_decrypt ( raw_cipher, ctx, src, ds
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dconvolve8_avg_dspr2.c21 static void convolve_avg_vert_4_dspr2(const uint8_t *src, int32_t src_stride, argument
43 src -= 3 * src_stride;
50 src_ptr = src + x;
173 src += src_stride;
178 static void convolve_avg_vert_64_dspr2(const uint8_t *src, int32_t src_stride, argument
199 src -= 3 * src_stride;
207 src_ptr = src + x;
330 src += src_stride;
335 void vpx_convolve8_avg_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride, argument
344 vpx_convolve2_avg_vert_dspr2(src, src_strid
377 vpx_convolve8_avg_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
400 vpx_convolve_avg_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h) argument
[all...]
/external/valgrind/none/tests/s390x/
H A Dcu12.stdout.exp8 src address difference: 6 src len: 0
15 src address difference: 0 src len: 1
20 src address difference: 0 src len: 1
25 src address difference: 0 src len: 1
30 src address difference: 0 src le
[all...]
H A Dcu12_1.stdout.exp8 src address difference: 6 src len: 0
15 src address difference: 0 src len: 1
20 src address difference: 0 src len: 1
25 src address difference: 0 src len: 1
30 src address difference: 0 src le
[all...]
H A Dcu14.stdout.exp8 src address difference: 6 src len: 0
15 src address difference: 0 src len: 1
20 src address difference: 0 src len: 1
25 src address difference: 0 src len: 1
30 src address difference: 0 src le
[all...]
H A Dcu14_1.stdout.exp8 src address difference: 6 src len: 0
15 src address difference: 0 src len: 1
20 src address difference: 0 src len: 1
25 src address difference: 0 src len: 1
30 src address difference: 0 src le
[all...]
/external/libcups/cups/
H A Dtranscode.c76 const char *src, /* I - Source string */
91 DEBUG_printf(("2cupsCharsetToUTF8(dest=%p, src=\"%s\", maxout=%d, encoding=%d)", (void *)dest, src, maxout, encoding));
93 if (!dest || !src || maxout < 1)
109 strlcpy((char *)dest, src, (size_t)maxout);
127 while (*src && destptr < destend)
129 ch = *src++ & 255;
169 srclen = strlen(src);
172 iconv(map_to_utf8, (char **)&src, &srclen, &altdestptr, &outBytesLeft);
200 const cups_utf8_t *src, /*
74 cupsCharsetToUTF8( cups_utf8_t *dest, const char *src, const int maxout, const cups_encoding_t encoding) argument
198 cupsUTF8ToCharset( char *dest, const cups_utf8_t *src, const int maxout, const cups_encoding_t encoding) argument
339 cupsUTF8ToUTF32( cups_utf32_t *dest, const cups_utf8_t *src, const int maxout) argument
559 cupsUTF32ToUTF8( cups_utf8_t *dest, const cups_utf32_t *src, const int maxout) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c49 untile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned dst_stride) argument
56 d0[0] = src[0]; d0[1] = src[1]; d0[2] = src[4]; d0[3] = src[5];
57 d1[0] = src[2]; d1[1] = src[3]; d1[2] = src[6]; d1[3] = src[7];
58 d2[0] = src[
69 untile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned dst_stride) argument
89 tile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned src_stride) argument
109 tile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned src_stride) argument
129 lp_tiled_to_linear(const void *src, void *dst, unsigned x, unsigned y, unsigned width, unsigned height, enum pipe_format format, unsigned dst_stride, unsigned tiles_per_row) argument
220 lp_linear_to_tiled(const void *src, void *dst, unsigned x, unsigned y, unsigned width, unsigned height, enum pipe_format format, unsigned src_stride, unsigned tiles_per_row) argument
[all...]
/external/wpa_supplicant_8/hs20/client/
H A DAndroid.mk4 INCLUDES += $(LOCAL_PATH)/../../src/utils
5 INCLUDES += $(LOCAL_PATH)/../../src/common
6 INCLUDES += $(LOCAL_PATH)/../../src
37 OBJS += ../../src/common/wpa_ctrl.c
38 OBJS += ../../src/common/wpa_helpers.c
39 OBJS += ../../src/utils/xml-utils.c
40 #OBJS += ../../src/utils/browser-android.c
41 OBJS += ../../src/utils/browser-wpadebug.c
42 OBJS += ../../src/utils/wpabuf.c
43 OBJS += ../../src/util
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vb.c55 GLuint *src = (GLuint *)(verts + (esrc * size)); local
56 dst[4] = src[4];
57 dst[5] = src[5];
66 GLuint *src = (GLuint *)(verts + (esrc * size)); local
67 dst[4] = src[4];
76 GLuint *src = (GLuint *)(verts + (esrc * size)); local
77 dst[3] = src[3];
82 const VERTEX *src,
92 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x + s[12];
93 dst->attrib[FRAG_ATTRIB_WPOS][1] = s[5] * src
81 translate_vertex(struct gl_context *ctx, const VERTEX *src, SWvertex *dst) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_vpx_convolve_avg_neon.c16 void vpx_highbd_convolve_avg_neon(const uint16_t *src, ptrdiff_t src_stride, argument
31 s0 = vld1_u16(src);
33 src += src_stride;
34 s1 = vld1_u16(src);
36 src += src_stride;
49 s0 = vld1q_u16(src);
51 src += src_stride;
52 s1 = vld1q_u16(src);
54 src += src_stride;
68 s0l = vld1q_u16(src);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_copy_propagation.cpp47 !inst->src[0].reladdr &&
48 inst->dst.type == inst->src[0].type);
77 if (inst->src[arg].abs) {
86 if (inst->src[arg].negate) {
95 inst->src[arg] = value;
101 inst->src[arg] = value;
103 } else if (arg == 0 && inst->src[1].file != IMM) {
108 (inst->src[1].type == BRW_REGISTER_TYPE_D ||
109 inst->src[1].type == BRW_REGISTER_TYPE_UD))
111 inst->src[
[all...]
H A Dbrw_eu_util.c40 struct brw_reg src)
46 src,
55 struct brw_reg src,
61 src = vec4(src);
66 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
67 brw_MOV(p, byte_offset(dst, delta+16), byte_offset(src, delta+16));
74 struct brw_reg src,
80 src = vec8(src);
38 brw_math_invert( struct brw_compile *p, struct brw_reg dst, struct brw_reg src) argument
53 brw_copy4(struct brw_compile *p, struct brw_reg dst, struct brw_reg src, GLuint count) argument
72 brw_copy8(struct brw_compile *p, struct brw_reg dst, struct brw_reg src, GLuint count) argument
[all...]
/external/libchrome/base/strings/
H A Dutf_string_conversion_utils.cc13 bool ReadUnicodeCharacter(const char* src, argument
21 CBU8_NEXT(src, *char_index, src_len, code_point);
32 bool ReadUnicodeCharacter(const char16* src, argument
36 if (CBU16_IS_SURROGATE(src[*char_index])) {
37 if (!CBU16_IS_SURROGATE_LEAD(src[*char_index]) ||
39 !CBU16_IS_TRAIL(src[*char_index + 1])) {
45 *code_point = CBU16_GET_SUPPLEMENTARY(src[*char_index],
46 src[*char_index + 1]);
50 *code_point = src[*char_index];
57 bool ReadUnicodeCharacter(const wchar_t* src, argument
108 PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output) argument
128 PrepareForUTF16Or32Output(const char* src, size_t src_len, STRING* output) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_yuv.c49 const uint32_t *src = (const uint32_t *)src_row; local
54 value = *src++;
79 value = *src;
111 const uint32_t *src = (const uint32_t *)src_row; local
116 value = *src++;
141 value = *src;
172 const float *src = src_row; local
178 r = 0.5f*(src[0] + src[4]);
179 g0 = src[
229 const uint8_t *src = src_row; local
279 util_format_r8g8_b8g8_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
301 const uint32_t *src = (const uint32_t *)src_row; local
363 const uint32_t *src = (const uint32_t *)src_row; local
424 const float *src = src_row; local
481 const uint8_t *src = src_row; local
531 util_format_g8r8_g8b8_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
553 const uint32_t *src = (const uint32_t *)src_row; local
609 const uint32_t *src = (const uint32_t *)src_row; local
664 const float *src = src_row; local
725 const uint8_t *src = src_row; local
779 util_format_uyvy_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
806 const uint32_t *src = (const uint32_t *)src_row; local
862 const uint32_t *src = (const uint32_t *)src_row; local
917 const float *src = src_row; local
978 const uint8_t *src = src_row; local
1032 util_format_yuyv_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
1067 util_format_yv12_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
1086 util_format_yv16_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
1105 util_format_iyuv_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
1124 util_format_nv12_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
1143 util_format_nv21_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
1167 util_format_r8g8_r8b8_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
1191 util_format_g8r8_b8r8_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
[all...]
/external/clang/test/Analysis/
H A Dbstring.c52 char src[] = {1, 2, 3, 4}; local
55 memcpy(dst, src, 4); // no-warning
57 clang_analyzer_eval(memcpy(dst, src, 4) == dst); // expected-warning{{TRUE}}
65 char src[] = {1, 2, 3, 4}; local
68 memcpy(dst, src, 5); // expected-warning{{Memory copy function accesses out-of-bound array element}}
72 char src[] = {1, 2, 3, 4}; local
75 memcpy(dst, src, 4); // expected-warning{{Memory copy function overflows destination buffer}}
79 char src[] = {1, 2, 3, 4}; local
82 memcpy(dst+1, src+2, 2); // no-warning
86 char src[] local
93 char src[] = {1, 2, 3, 4}; local
172 char src[] = {1, 2, 3, 4}; local
185 char src[] = {1, 2, 3, 4}; local
192 char src[] = {1, 2, 3, 4}; local
199 char src[] = {1, 2, 3, 4}; local
206 char src[] = {1, 2, 3, 4}; local
213 char src[] = {1, 2, 3, 4}; local
261 int src[] = {1, 2, 3, 4}; local
305 mempcpy_unknownable_size(char *src, float n) argument
331 char src[] = {1, 2, 3, 4}; local
344 char src[] = {1, 2, 3, 4}; local
351 char src[] = {1, 2, 3, 4}; local
444 char src[] = {1, 2, 3, 4}; local
455 char src[] = {1, 2, 3, 4}; local
462 char src[] = {1, 2, 3, 4}; local
[all...]
/external/webp/src/enc/
H A Dpicture_rescale_enc.c23 // Grab the 'specs' (writer, *opaque, width, height...) from 'src' and copy them
25 static void PictureGrabSpecs(const WebPPicture* const src, argument
27 assert(src != NULL && dst != NULL);
28 *dst = *src;
55 int WebPPictureCopy(const WebPPicture* src, WebPPicture* dst) { argument
56 if (src == NULL || dst == NULL) return 0;
57 if (src == dst) return 1;
59 PictureGrabSpecs(src, dst);
62 if (!src->use_argb) {
63 WebPCopyPlane(src
89 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) argument
150 const uint8_t* const src = local
163 RescalePlane(const uint8_t* src, int src_width, int src_height, int src_stride, uint8_t* dst, int dst_width, int dst_height, int dst_stride, rescaler_t* const work, int num_channels) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h218 void mmx_movd( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
219 void mmx_movq( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
220 void mmx_packssdw( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
221 void mmx_packuswb( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
223 void sse2_movd( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
224 void sse2_movq( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
225 void sse2_movdqu( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
226 void sse2_movdqa( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
227 void sse2_movsd( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
228 void sse2_movupd( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_masking.c63 GLuint *src = (GLuint *) span->array->rgba8; local
66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask);
77 GLushort (*src)[4] = span->array->rgba16;
80 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask);
81 src[i][GCOMP] = (src[i][GCOMP] & gMask) | (dst[i][GCOMP] & ~gMask);
82 src[i][BCOMP] = (src[
[all...]
/external/mesa3d/src/mesa/main/
H A Dformat_unpack.c87 typedef void (*unpack_rgba_func)(const void *src, GLfloat dst[][4], GLuint n);
91 unpack_RGBA8888(const void *src, GLfloat dst[][4], GLuint n) argument
93 const GLuint *s = ((const GLuint *) src);
104 unpack_RGBA8888_REV(const void *src, GLfloat dst[][4], GLuint n) argument
106 const GLuint *s = ((const GLuint *) src);
117 unpack_ARGB8888(const void *src, GLfloat dst[][4], GLuint n) argument
119 const GLuint *s = ((const GLuint *) src);
130 unpack_ARGB8888_REV(const void *src, GLfloat dst[][4], GLuint n) argument
132 const GLuint *s = ((const GLuint *) src);
143 unpack_RGBX8888(const void *src, GLfloa argument
156 unpack_RGBX8888_REV(const void *src, GLfloat dst[][4], GLuint n) argument
169 unpack_XRGB8888(const void *src, GLfloat dst[][4], GLuint n) argument
182 unpack_XRGB8888_REV(const void *src, GLfloat dst[][4], GLuint n) argument
195 unpack_RGB888(const void *src, GLfloat dst[][4], GLuint n) argument
208 unpack_BGR888(const void *src, GLfloat dst[][4], GLuint n) argument
221 unpack_RGB565(const void *src, GLfloat dst[][4], GLuint n) argument
234 unpack_RGB565_REV(const void *src, GLfloat dst[][4], GLuint n) argument
248 unpack_ARGB4444(const void *src, GLfloat dst[][4], GLuint n) argument
261 unpack_ARGB4444_REV(const void *src, GLfloat dst[][4], GLuint n) argument
274 unpack_RGBA5551(const void *src, GLfloat dst[][4], GLuint n) argument
287 unpack_ARGB1555(const void *src, GLfloat dst[][4], GLuint n) argument
300 unpack_ARGB1555_REV(const void *src, GLfloat dst[][4], GLuint n) argument
314 unpack_AL44(const void *src, GLfloat dst[][4], GLuint n) argument
327 unpack_AL88(const void *src, GLfloat dst[][4], GLuint n) argument
340 unpack_AL88_REV(const void *src, GLfloat dst[][4], GLuint n) argument
353 unpack_AL1616(const void *src, GLfloat dst[][4], GLuint n) argument
366 unpack_AL1616_REV(const void *src, GLfloat dst[][4], GLuint n) argument
379 unpack_RGB332(const void *src, GLfloat dst[][4], GLuint n) argument
393 unpack_A8(const void *src, GLfloat dst[][4], GLuint n) argument
406 unpack_A16(const void *src, GLfloat dst[][4], GLuint n) argument
419 unpack_L8(const void *src, GLfloat dst[][4], GLuint n) argument
432 unpack_L16(const void *src, GLfloat dst[][4], GLuint n) argument
445 unpack_I8(const void *src, GLfloat dst[][4], GLuint n) argument
458 unpack_I16(const void *src, GLfloat dst[][4], GLuint n) argument
471 unpack_YCBCR(const void *src, GLfloat dst[][4], GLuint n) argument
496 unpack_YCBCR_REV(const void *src, GLfloat dst[][4], GLuint n) argument
521 unpack_R8(const void *src, GLfloat dst[][4], GLuint n) argument
534 unpack_GR88(const void *src, GLfloat dst[][4], GLuint n) argument
547 unpack_RG88(const void *src, GLfloat dst[][4], GLuint n) argument
560 unpack_R16(const void *src, GLfloat dst[][4], GLuint n) argument
573 unpack_RG1616(const void *src, GLfloat dst[][4], GLuint n) argument
586 unpack_RG1616_REV(const void *src, GLfloat dst[][4], GLuint n) argument
599 unpack_ARGB2101010(const void *src, GLfloat dst[][4], GLuint n) argument
613 unpack_ABGR2101010_UINT(const void *src, GLfloat dst[][4], GLuint n) argument
627 unpack_Z24_S8(const void *src, GLfloat dst[][4], GLuint n) argument
644 unpack_S8_Z24(const void *src, GLfloat dst[][4], GLuint n) argument
661 unpack_Z16(const void *src, GLfloat dst[][4], GLuint n) argument
674 unpack_X8_Z24(const void *src, GLfloat dst[][4], GLuint n) argument
680 unpack_Z24_X8(const void *src, GLfloat dst[][4], GLuint n) argument
686 unpack_Z32(const void *src, GLfloat dst[][4], GLuint n) argument
699 unpack_Z32_FLOAT(const void *src, GLfloat dst[][4], GLuint n) argument
712 unpack_Z32_FLOAT_X24S8(const void *src, GLfloat dst[][4], GLuint n) argument
726 unpack_S8(const void *src, GLfloat dst[][4], GLuint n) argument
740 unpack_SRGB8(const void *src, GLfloat dst[][4], GLuint n) argument
753 unpack_SRGBA8(const void *src, GLfloat dst[][4], GLuint n) argument
766 unpack_SARGB8(const void *src, GLfloat dst[][4], GLuint n) argument
779 unpack_SL8(const void *src, GLfloat dst[][4], GLuint n) argument
792 unpack_SLA8(const void *src, GLfloat dst[][4], GLuint n) argument
805 unpack_SRGB_DXT1(const void *src, GLfloat dst[][4], GLuint n) argument
810 unpack_SRGBA_DXT1(const void *src, GLfloat dst[][4], GLuint n) argument
815 unpack_SRGBA_DXT3(const void *src, GLfloat dst[][4], GLuint n) argument
820 unpack_SRGBA_DXT5(const void *src, GLfloat dst[][4], GLuint n) argument
825 unpack_RGB_FXT1(const void *src, GLfloat dst[][4], GLuint n) argument
830 unpack_RGBA_FXT1(const void *src, GLfloat dst[][4], GLuint n) argument
835 unpack_RGB_DXT1(const void *src, GLfloat dst[][4], GLuint n) argument
840 unpack_RGBA_DXT1(const void *src, GLfloat dst[][4], GLuint n) argument
845 unpack_RGBA_DXT3(const void *src, GLfloat dst[][4], GLuint n) argument
850 unpack_RGBA_DXT5(const void *src, GLfloat dst[][4], GLuint n) argument
856 unpack_RGBA_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) argument
869 unpack_RGBA_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) argument
882 unpack_RGB_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) argument
895 unpack_RGB_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) argument
908 unpack_ALPHA_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) argument
921 unpack_ALPHA_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) argument
934 unpack_LUMINANCE_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) argument
947 unpack_LUMINANCE_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) argument
960 unpack_LUMINANCE_ALPHA_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) argument
973 unpack_LUMINANCE_ALPHA_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) argument
986 unpack_INTENSITY_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) argument
999 unpack_INTENSITY_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) argument
1012 unpack_R_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) argument
1025 unpack_R_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) argument
1038 unpack_RG_FLOAT32(const void *src, GLfloat dst[][4], GLuint n) argument
1051 unpack_RG_FLOAT16(const void *src, GLfloat dst[][4], GLuint n) argument
1065 unpack_RGBA_INT8(const void *src, GLfloat dst[][4], GLuint n) argument
1078 unpack_RGBA_INT16(const void *src, GLfloat dst[][4], GLuint n) argument
1091 unpack_RGBA_INT32(const void *src, GLfloat dst[][4], GLuint n) argument
1104 unpack_RGBA_UINT8(const void *src, GLfloat dst[][4], GLuint n) argument
1117 unpack_RGBA_UINT16(const void *src, GLfloat dst[][4], GLuint n) argument
1130 unpack_RGBA_UINT32(const void *src, GLfloat dst[][4], GLuint n) argument
1143 unpack_DUDV8(const void *src, GLfloat dst[][4], GLuint n) argument
1156 unpack_SIGNED_R8(const void *src, GLfloat dst[][4], GLuint n) argument
1169 unpack_SIGNED_RG88_REV(const void *src, GLfloat dst[][4], GLuint n) argument
1182 unpack_SIGNED_RGBX8888(const void *src, GLfloat dst[][4], GLuint n) argument
1195 unpack_SIGNED_RGBA8888(const void *src, GLfloat dst[][4], GLuint n) argument
1208 unpack_SIGNED_RGBA8888_REV(const void *src, GLfloat dst[][4], GLuint n) argument
1221 unpack_SIGNED_R16(const void *src, GLfloat dst[][4], GLuint n) argument
1234 unpack_SIGNED_GR1616(const void *src, GLfloat dst[][4], GLuint n) argument
1247 unpack_SIGNED_RGB_16(const void *src, GLfloat dst[][4], GLuint n) argument
1260 unpack_SIGNED_RGBA_16(const void *src, GLfloat dst[][4], GLuint n) argument
1273 unpack_RGBA_16(const void *src, GLfloat dst[][4], GLuint n) argument
1286 unpack_RED_RGTC1(const void *src, GLfloat dst[][4], GLuint n) argument
1292 unpack_SIGNED_RED_RGTC1(const void *src, GLfloat dst[][4], GLuint n) argument
1298 unpack_RG_RGTC2(const void *src, GLfloat dst[][4], GLuint n) argument
1304 unpack_SIGNED_RG_RGTC2(const void *src, GLfloat dst[][4], GLuint n) argument
1310 unpack_L_LATC1(const void *src, GLfloat dst[][4], GLuint n) argument
1316 unpack_SIGNED_L_LATC1(const void *src, GLfloat dst[][4], GLuint n) argument
1322 unpack_LA_LATC2(const void *src, GLfloat dst[][4], GLuint n) argument
1328 unpack_SIGNED_LA_LATC2(const void *src, GLfloat dst[][4], GLuint n) argument
1334 unpack_ETC1_RGB8(const void *src, GLfloat dst[][4], GLuint n) argument
1340 unpack_SIGNED_A8(const void *src, GLfloat dst[][4], GLuint n) argument
1353 unpack_SIGNED_L8(const void *src, GLfloat dst[][4], GLuint n) argument
1366 unpack_SIGNED_AL88(const void *src, GLfloat dst[][4], GLuint n) argument
1379 unpack_SIGNED_I8(const void *src, GLfloat dst[][4], GLuint n) argument
1392 unpack_SIGNED_A16(const void *src, GLfloat dst[][4], GLuint n) argument
1405 unpack_SIGNED_L16(const void *src, GLfloat dst[][4], GLuint n) argument
1418 unpack_SIGNED_AL1616(const void *src, GLfloat dst[][4], GLuint n) argument
1431 unpack_SIGNED_I16(const void *src, GLfloat dst[][4], GLuint n) argument
1444 unpack_RGB9_E5_FLOAT(const void *src, GLfloat dst[][4], GLuint n) argument
1455 unpack_R11_G11_B10_FLOAT(const void *src, GLfloat dst[][4], GLuint n) argument
1620 _mesa_unpack_rgba_row(gl_format format, GLuint n, const void *src, GLfloat dst[][4]) argument
1634 unpack_ubyte_RGBA8888(const void *src, GLubyte dst[][4], GLuint n) argument
1647 unpack_ubyte_RGBA8888_REV(const void *src, GLubyte dst[][4], GLuint n) argument
1660 unpack_ubyte_ARGB8888(const void *src, GLubyte dst[][4], GLuint n) argument
1673 unpack_ubyte_ARGB8888_REV(const void *src, GLubyte dst[][4], GLuint n) argument
1686 unpack_ubyte_RGBX8888(const void *src, GLubyte dst[][4], GLuint n) argument
1699 unpack_ubyte_RGBX8888_REV(const void *src, GLubyte dst[][4], GLuint n) argument
1712 unpack_ubyte_XRGB8888(const void *src, GLubyte dst[][4], GLuint n) argument
1725 unpack_ubyte_XRGB8888_REV(const void *src, GLubyte dst[][4], GLuint n) argument
1738 unpack_ubyte_RGB888(const void *src, GLubyte dst[][4], GLuint n) argument
1751 unpack_ubyte_BGR888(const void *src, GLubyte dst[][4], GLuint n) argument
1764 unpack_ubyte_RGB565(const void *src, GLubyte dst[][4], GLuint n) argument
1777 unpack_ubyte_RGB565_REV(const void *src, GLubyte dst[][4], GLuint n) argument
1791 unpack_ubyte_ARGB4444(const void *src, GLubyte dst[][4], GLuint n) argument
1804 unpack_ubyte_ARGB4444_REV(const void *src, GLubyte dst[][4], GLuint n) argument
1817 unpack_ubyte_RGBA5551(const void *src, GLubyte dst[][4], GLuint n) argument
1830 unpack_ubyte_ARGB1555(const void *src, GLubyte dst[][4], GLuint n) argument
1843 unpack_ubyte_ARGB1555_REV(const void *src, GLubyte dst[][4], GLuint n) argument
1857 unpack_ubyte_AL44(const void *src, GLubyte dst[][4], GLuint n) argument
1870 unpack_ubyte_AL88(const void *src, GLubyte dst[][4], GLuint n) argument
1883 unpack_ubyte_AL88_REV(const void *src, GLubyte dst[][4], GLuint n) argument
1896 unpack_ubyte_RGB332(const void *src, GLubyte dst[][4], GLuint n) argument
1909 unpack_ubyte_A8(const void *src, GLubyte dst[][4], GLuint n) argument
1922 unpack_ubyte_L8(const void *src, GLubyte dst[][4], GLuint n) argument
1936 unpack_ubyte_I8(const void *src, GLubyte dst[][4], GLuint n) argument
1949 unpack_ubyte_R8(const void *src, GLubyte dst[][4], GLuint n) argument
1962 unpack_ubyte_GR88(const void *src, GLubyte dst[][4], GLuint n) argument
1975 unpack_ubyte_RG88(const void *src, GLubyte dst[][4], GLuint n) argument
1993 _mesa_unpack_ubyte_rgba_row(gl_format format, GLuint n, const void *src, GLubyte dst[][4]) argument
2104 unpack_int_rgba_RGBA_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) argument
2110 unpack_int_rgba_RGBA_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) argument
2123 unpack_int_rgba_RGBA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) argument
2136 unpack_int_rgba_RGBA_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) argument
2149 unpack_int_rgba_RGBA_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2162 unpack_int_rgba_ARGB8888(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2175 unpack_int_rgba_XRGB8888(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2188 unpack_int_rgba_RGB_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) argument
2201 unpack_int_rgba_RGB_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) argument
2214 unpack_int_rgba_RGB_INT16(const GLshort *src, GLuint dst[][4], GLuint n) argument
2227 unpack_int_rgba_RGB_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) argument
2240 unpack_int_rgba_RGB_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2253 unpack_int_rgba_RG_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) argument
2266 unpack_int_rgba_RG_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) argument
2279 unpack_int_rgba_RG_INT16(const GLshort *src, GLuint dst[][4], GLuint n) argument
2292 unpack_int_rgba_RG_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) argument
2305 unpack_int_rgba_RG_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2318 unpack_int_rgba_R_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) argument
2331 unpack_int_rgba_R_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) argument
2344 unpack_int_rgba_R_INT16(const GLshort *src, GLuint dst[][4], GLuint n) argument
2357 unpack_int_rgba_R_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) argument
2370 unpack_int_rgba_R_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2383 unpack_int_rgba_ALPHA_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) argument
2394 unpack_int_rgba_ALPHA_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) argument
2405 unpack_int_rgba_ALPHA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) argument
2416 unpack_int_rgba_ALPHA_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) argument
2427 unpack_int_rgba_ALPHA_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2438 unpack_int_rgba_LUMINANCE_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) argument
2449 unpack_int_rgba_LUMINANCE_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) argument
2460 unpack_int_rgba_LUMINANCE_INT16(const GLshort *src, GLuint dst[][4], GLuint n) argument
2471 unpack_int_rgba_LUMINANCE_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) argument
2482 unpack_int_rgba_LUMINANCE_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2494 unpack_int_rgba_LUMINANCE_ALPHA_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) argument
2505 unpack_int_rgba_LUMINANCE_ALPHA_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) argument
2516 unpack_int_rgba_LUMINANCE_ALPHA_INT16(const GLshort *src, GLuint dst[][4], GLuint n) argument
2527 unpack_int_rgba_LUMINANCE_ALPHA_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) argument
2538 unpack_int_rgba_LUMINANCE_ALPHA_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2549 unpack_int_rgba_INTENSITY_UINT32(const GLuint *src, GLuint dst[][4], GLuint n) argument
2559 unpack_int_rgba_INTENSITY_UINT16(const GLushort *src, GLuint dst[][4], GLuint n) argument
2569 unpack_int_rgba_INTENSITY_INT16(const GLshort *src, GLuint dst[][4], GLuint n) argument
2579 unpack_int_rgba_INTENSITY_UINT8(const GLubyte *src, GLuint dst[][4], GLuint n) argument
2589 unpack_int_rgba_INTENSITY_INT8(const GLbyte *src, GLuint dst[][4], GLuint n) argument
2599 unpack_int_rgba_ARGB2101010_UINT(const GLuint *src, GLuint dst[][4], GLuint n) argument
2613 unpack_int_rgba_ABGR2101010_UINT(const GLuint *src, GLuint dst[][4], GLuint n) argument
2627 unpack_int_rgba_ARGB2101010(const GLuint *src, GLuint dst[][4], GLuint n) argument
2641 _mesa_unpack_uint_rgba_row(gl_format format, GLuint n, const void *src, GLuint dst[][4]) argument
2839 _mesa_unpack_rgba_block(gl_format format, const void *src, GLint srcRowStride, GLfloat dst[][4], GLint dstRowStride, GLuint x, GLuint y, GLuint width, GLuint height) argument
2870 unpack_float_z_Z24_X8(GLuint n, const void *src, GLfloat *dst) argument
2884 unpack_float_z_X8_Z24(GLuint n, const void *src, GLfloat *dst) argument
2898 unpack_float_z_Z16(GLuint n, const void *src, GLfloat *dst) argument
2908 unpack_float_z_Z32(GLuint n, const void *src, GLfloat *dst) argument
2918 unpack_float_z_Z32F(GLuint n, const void *src, GLfloat *dst) argument
2924 unpack_float_z_Z32X24S8(GLuint n, const void *src, GLfloat *dst) argument
2940 _mesa_unpack_float_z_row(gl_format format, GLuint n, const void *src, GLfloat *dst) argument
2980 unpack_uint_z_Z24_X8(const void *src, GLuint *dst, GLuint n) argument
2991 unpack_uint_z_X8_Z24(const void *src, GLuint *dst, GLuint n) argument
3002 unpack_uint_z_Z16(const void *src, GLuint *dst, GLuint n) argument
3012 unpack_uint_z_Z32(const void *src, GLuint *dst, GLuint n) argument
3018 unpack_uint_z_Z32_FLOAT(const void *src, GLuint *dst, GLuint n) argument
3028 unpack_uint_z_Z32_FLOAT_X24S8(const void *src, GLuint *dst, GLuint n) argument
3044 _mesa_unpack_uint_z_row(gl_format format, GLuint n, const void *src, GLuint *dst) argument
3082 unpack_ubyte_s_S8(const void *src, GLubyte *dst, GLuint n) argument
3088 unpack_ubyte_s_Z24_S8(const void *src, GLubyte *dst, GLuint n) argument
3098 unpack_ubyte_s_S8_Z24(const void *src, GLubyte *dst, GLuint n) argument
3108 unpack_ubyte_s_Z32_FLOAT_X24S8(const void *src, GLubyte *dst, GLuint n) argument
3118 _mesa_unpack_ubyte_stencil_row(gl_format format, GLuint n, const void *src, GLubyte *dst) argument
3142 unpack_uint_24_8_depth_stencil_S8_Z24(const GLuint *src, GLuint *dst, GLuint n) argument
3153 unpack_uint_24_8_depth_stencil_Z24_S8(const GLuint *src, GLuint *dst, GLuint n) argument
3159 _mesa_unpack_uint_24_8_depth_stencil_row(gl_format format, GLuint n, const void *src, GLuint *dst) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_translate.c466 VGuint *src = (VGuint *)data; local
467 src += offset;
470 r = (*src >> 24) & 0xff;
471 g = (*src >> 16) & 0xff;
472 b = (*src >> 8) & 0xff;
480 ++src;
485 VGuint *src = (VGuint *)data; local
486 src += offset;
489 r = (*src >> 24) & 0xff;
490 g = (*src >> 1
505 VGint *src = (VGint *)data; local
525 VGshort *src = (VGshort *)data; local
544 VGshort *src = (VGshort *)data; local
563 VGshort *src = (VGshort *)data; local
582 VGubyte *src = (VGubyte *)data; local
595 VGuint *src = (VGuint *)data; local
614 VGint *src = (VGint *)data; local
634 VGint *src = (VGint *)data; local
654 VGubyte *src = (VGubyte *)data; local
667 VGubyte *src = (VGubyte *)data; local
680 VGubyte *src = (VGubyte *)data; local
704 VGubyte *src = (VGubyte *)data; local
727 VGubyte *src = (VGubyte *)data; local
760 VGuint *src = (VGuint *)data; local
780 VGuint *src = (VGuint *)data; local
806 VGint *src = (VGint *)data; local
826 VGint *src = (VGint *)data; local
848 VGuint *src = (VGuint *)data; local
868 VGuint *src = (VGuint *)data; local
896 VGuint *src = (VGuint *)data; local
916 VGuint *src = (VGuint *)data; local
938 VGuint *src = (VGuint *)data; local
958 VGuint *src = (VGuint *)data; local
984 VGuint *src = (VGuint *)data; local
1004 VGuint *src = (VGuint *)data; local
[all...]
/external/protobuf/
H A DMakefile.am7 # Build . before src so that our all-local and clean-local hooks kicks in at
9 SUBDIRS = . src
12 DIST_SUBDIRS = $(subdirs) src conformance benchmarks
61 csharp/src/AddressBook/AddPerson.cs \
62 csharp/src/AddressBook/AddressBook.csproj \
63 csharp/src/AddressBook/Addressbook.cs \
64 csharp/src/AddressBook/ListPeople.cs \
65 csharp/src/AddressBook/Program.cs \
66 csharp/src/AddressBook/Properties/AssemblyInfo.cs \
67 csharp/src/AddressBoo
[all...]
/external/protobuf/util/
H A DMakefile.am7 # Build . before src so that our all-local and clean-local hooks kicks in at
9 SUBDIRS = . src
12 DIST_SUBDIRS = $(subdirs) src conformance benchmarks
61 csharp/src/AddressBook/AddPerson.cs \
62 csharp/src/AddressBook/AddressBook.csproj \
63 csharp/src/AddressBook/Addressbook.cs \
64 csharp/src/AddressBook/ListPeople.cs \
65 csharp/src/AddressBook/Program.cs \
66 csharp/src/AddressBook/Properties/AssemblyInfo.cs \
67 csharp/src/AddressBoo
[all...]

Completed in 738 milliseconds

<<11121314151617181920>>