Home
last modified time | relevance | path

Searched refs:src_rgb (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp298 ir_variable *src_rgb = f.make_temp(glsl_type::vec3_type, "__blend_src_rgb"); in calc_blend_result() local
318 assign(src_rgb, imm3(0)), in calc_blend_result()
319 assign(src_rgb, csel(equal(swizzle_xyz(src), in calc_blend_result()
341 val = blend_multiply(src_rgb, dst_rgb); in calc_blend_result()
344 val = blend_screen(src_rgb, dst_rgb); in calc_blend_result()
347 val = blend_overlay(src_rgb, dst_rgb); in calc_blend_result()
350 val = blend_darken(src_rgb, dst_rgb); in calc_blend_result()
353 val = blend_lighten(src_rgb, dst_rgb); in calc_blend_result()
356 val = blend_colordodge(src_rgb, dst_rgb); in calc_blend_result()
359 val = blend_colorburn(src_rgb, dst_rgb); in calc_blend_result()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc765 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB24ToI420()
879 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RAWToI420()
993 void (*RGB565ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB565ToI420()
1115 void (*ARGB1555ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in ARGB1555ToI420()
1239 void (*ARGB4444ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in ARGB4444ToI420()
Dconvert_argb.cc888 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB24ToARGB()
938 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RAWToARGB()
Dplanar_functions.cc1243 void (*RAWToRGB24Row)(const uint8* src_rgb, uint8* dst_rgb24, int width) = in RAWToRGB24()
/external/libyuv/files/source/
Dconvert.cc953 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB24ToI420()
1083 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RAWToI420()
1214 void (*RGB565ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB565ToI420()
1359 void (*ARGB1555ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in ARGB1555ToI420()
1500 void (*ARGB4444ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in ARGB4444ToI420()
Dconvert_argb.cc948 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB24ToARGB()
1015 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RAWToARGB()
Dplanar_functions.cc1487 void (*RAWToRGB24Row)(const uint8* src_rgb, uint8* dst_rgb24, int width) = in RAWToRGB24()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h960 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width);
/external/libyuv/files/include/libyuv/
Drow.h1596 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width);