Home
last modified time | relevance | path

Searched refs:uchar4 (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/rs/scriptc/
Drs_math.rsh196 * Pack floating point (0-1) RGB values into a uchar4. The alpha component is
203 * @return uchar4
205 _RS_RUNTIME uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b);
208 * Pack floating point (0-1) RGBA values into a uchar4.
215 * @return uchar4
217 _RS_RUNTIME uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b, float…
220 * Pack floating point (0-1) RGB values into a uchar4. The alpha component is
225 * @return uchar4
227 _RS_RUNTIME uchar4 __attribute__((overloadable)) rsPackColorTo8888(float3 color);
230 * Pack floating point (0-1) RGBA values into a uchar4.
[all …]
Drs_types.rsh219 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
/frameworks/compile/libbcc/lib/ScriptCRT/
Drs_core.c46 extern float4 __attribute__((overloadable)) convert_float4(uchar4 c);
62 extern uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b) in rsPackColorTo8888()
64 uchar4 c; in rsPackColorTo8888()
72 extern uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b, float a) in rsPackColorTo8888()
74 uchar4 c; in rsPackColorTo8888()
82 extern uchar4 __attribute__((overloadable)) rsPackColorTo8888(float3 color) in rsPackColorTo8888()
86 uchar4 c = {color.x, color.y, color.z, 255}; in rsPackColorTo8888()
90 extern uchar4 __attribute__((overloadable)) rsPackColorTo8888(float4 color) in rsPackColorTo8888()
94 uchar4 c = {color.x, color.y, color.z, color.w}; in rsPackColorTo8888()
98 extern float4 rsUnpackColor8888(uchar4 c) in rsUnpackColor8888()
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
Dthreshold.rs9 uchar4 * InPixel;
10 uchar4 * OutPixel;
Dvertical_blur.rs58 void root(uchar4 *out, const void *usrData, uint32_t x, uint32_t y) {
/frameworks/base/libs/rs/
DrsUtils.h62 union uchar4 { union
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs7 uchar4 uc4;
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
Dvector.rs18 uchar4 u8_4 = { 1, 2, 3, 4 };
Dmath.rs38 volatile uchar4 uc4;
48 volatile uchar4 prefix##_uc_4 = 1; \
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Drsbench.rs59 uchar4 color; field
/frameworks/compile/slang/
DREADME.rst174 uchar4 color;