/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing.c | 226 static void ApplyAlphaMultiply_C(uint8_t* rgba, int alpha_first, in ApplyAlphaMultiply_C() argument
|
H A D | alpha_processing_sse2.c | 178 static void ApplyAlphaMultiply_SSE2(uint8_t* rgba, int alpha_first, in ApplyAlphaMultiply_SSE2() argument
|
/third_party/skia/include/private/ |
H A D | SkNx_neon.h | 172 float32x4x4_t rgba = vld4q_f32((const float*) ptr); in Load4() local 179 float32x4x4_t rgba = {{ in Store4() local 311 uint16x4x4_t rgba = vld4_u16((const uint16_t*)ptr); in Load4() local 318 uint16x4x3_t rgba = vld3_u16((const uint16_t*)ptr); Load3() local 324 uint16x4x4_t rgba = {{ Store4() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dvdsubdec.c | 48 static void yuv_a_to_rgba(const uint8_t *ycbcr, const uint8_t *alpha, uint32_t *rgba, int num_values) in yuv_a_to_rgba() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 159 void ff_draw_color(FFDrawContext *draw, FFDrawColor *color, const uint8_t rgba[4]) in ff_draw_color() argument [all...] |
H A D | vf_frei0r.c | 100 uint8_t rgba[4]; in set_param() local
|
H A D | vf_datascope.c | 574 const char rgba[4] = { 'R', 'G', 'B', 'A' }; in pixscope_filter_frame() local 1098 const char rgba[4] = { 'R', 'G', 'B', 'A' }; in oscilloscope_filter_frame() local
|
/third_party/ffmpeg/libavutil/ |
H A D | parseutils.c | 378 int rgba = av_get_random_seed(); in av_parse_color() local 386 unsigned int rgba = strtoul(color_string2, &tail, 16); in av_parse_color() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | readpix.c | 453 void *rgba, *src; in read_rgba_pixels() local [all...] |
H A D | pack.c | 1335 _mesa_pack_luminance_from_rgba_float(GLuint n, GLfloat rgba[][4], in _mesa_pack_luminance_from_rgba_float() argument 1441 _mesa_pack_luminance_from_rgba_integer(GLuint n, GLuint rgba[][4], bool rgba_is_signed, GLvoid *dstAddr, GLenum dst_format, GLenum dst_type) _mesa_pack_luminance_from_rgba_integer() argument 1559 GLfloat *rgba, *dstPtr; _mesa_unpack_color_index_to_rgba_float() local 1612 GLfloat *rgba; _mesa_unpack_color_index_to_rgba_ubyte() local [all...] |
H A D | texgetimage.c | 450 void *rgba = NULL; in get_tex_rgba_uncompressed() local [all...] |
H A D | texcompress_s3tc_tmp.h | 58 GLchan *rgba = (GLchan *) texel; in dxt135_decode_imageblock() local 141 GLchan *rgba = (GLchan *) texel; fetch_2d_texel_rgba_dxt3() local 155 GLchan *rgba = (GLchan *) texel; fetch_2d_texel_rgba_dxt5() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.h | 416 pack_rgba(enum pipe_format format, const float *rgba) in pack_rgba() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 757 LLVMValueRef packed, rgba[4]; in lp_build_fetch_rgba_soa() local 355 lp_build_rgba8_to_fi32_soa(struct gallivm_state *gallivm, struct lp_type dst_type, LLVMValueRef packed, LLVMValueRef *rgba) lp_build_rgba8_to_fi32_soa() argument 881 lp_build_insert_soa_chan(struct lp_build_context *bld, unsigned blockbits, struct util_format_channel_description chan_desc, LLVMValueRef *output, LLVMValueRef rgba) lp_build_insert_soa_chan() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 123 r300_depth_clear_cb_value(enum pipe_format format, const float* rgba) r300_depth_clear_cb_value() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.cpp | 195 float rgba[4]; in clearColor() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | webp_dec.c | 526 DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, const uint8_t* const data, size_t data_size, uint8_t* const rgba, int stride, size_t size) DecodeIntoRGBABuffer() argument
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | decode.h | 184 uint8_t* rgba; // pointer to RGBA samples member
|
/third_party/skia/tests/ |
H A D | ReadPixelsTest.cpp | 384 static const uint32_t rgba[kNumPixels] = { variable
|
/third_party/skia/third_party/skcms/src/ |
H A D | Transform_inl.h | 219 SI U64 swap_endian_16x4(const U64& rgba) { in swap_endian_16x4() argument 678 U32 rgba = gather_32(grid_8, ix); in sample_clut_8() local 876 U32 rgba = load<U32>(src + 4*i); in exec_ops() local 887 U32 rgba = gather_32(palette, ix); exec_ops() local 896 U32 rgba = load<U32>(src + 4*i); exec_ops() local 928 const uint16_t* rgba = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local 979 const uint16_t* rgba = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local 1029 const uint16_t* rgba = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local 1080 const float* rgba = (const float*)ptr; // cast to const float* to be safe. exec_ops() local 1350 uint16_t* rgba = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local 1408 uint16_t* rgba = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local 1466 uint16_t* rgba = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local 1530 float* rgba = (float*)ptr; // for this cast to float* to be safe. exec_ops() local [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.cpp | 203 inline tcu::RGBA toColor (tcu::Vec4 rgba) in toColor() argument
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage.cpp | 616 uint32_t rgba = source[x]; in LoadRGBA8ToBGRA8() local 639 uint32_t rgba = source[x]; in LoadRGBA8ToBGRA8() local 659 uint32_t rgba = source[x]; in LoadRGBA8ToBGRA8() local 774 uint16_t rgba in LoadRGBA4ToBGRA8() local 808 uint16_t rgba = source[x]; LoadRGBA4ToRGBA8() local 1030 uint16_t rgba = source[x]; LoadRGB5A1ToBGR5A1() local 1061 uint16_t rgba = source[x]; LoadRGB5A1ToBGRA8() local 1094 uint16_t rgba = source[x]; LoadRGB5A1ToRGBA8() local 1160 uint32_t rgba = source[x]; LoadRGB10A2ToRGBA8() local [all...] |
/third_party/glfw/examples/ |
H A D | particles.c | 74 GLuint rgba; // Color (four ubytes packed into an uint) member 401 GLuint rgba; in draw_particles() local [all...] |
/third_party/mesa3d/src/util/format/ |
H A D | u_format_fxt1.c | 1257 fxt1_decode_1HI (const uint8_t *code, int32_t t, uint8_t *rgba) in fxt1_decode_1HI() argument 1292 fxt1_decode_1CHROMA(const uint8_t *code, int32_t t, uint8_t *rgba) fxt1_decode_1CHROMA() argument 1315 fxt1_decode_1MIXED(const uint8_t *code, int32_t t, uint8_t *rgba) fxt1_decode_1MIXED() argument 1401 fxt1_decode_1ALPHA(const uint8_t *code, int32_t t, uint8_t *rgba) fxt1_decode_1ALPHA() argument 1476 fxt1_decode_1(const void *texture, int32_t stride, int32_t i, int32_t j, uint8_t *rgba) fxt1_decode_1() argument 1549 util_format_fxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, boolean rgba) util_format_fxtn_rgb_unpack_rgba_8unorm() argument 1596 util_format_fxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, boolean rgba) util_format_fxtn_rgb_unpack_rgba_float() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkRuntimeEffect.cpp | 765 float rgba[4]; in get_xformed_uniforms() local
|