Home
last modified time | relevance | path

Searched refs:rsPackColorTo8888 (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DerrorCalculator.rs53 v_out[0] = rsPackColorTo8888(0, 0, clamp(-totalDiff/2.f, 0.f, 1.f));
55 v_out[0] = rsPackColorTo8888(clamp(totalDiff/2.f, 0.f, 1.f), 0, 0);
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
Dmono.rs26 *v_out = rsPackColorTo8888(mono);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dgreyscale.rs26 return rsPackColorTo8888(mono);
Dartistic1.rs59 uchar4 out = rsPackColorTo8888(v1);
Dfisheye.rsh56 return rsPackColorTo8888(fout);
Dfisheye_approx.rsh56 return rsPackColorTo8888(fout);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dgreyscale.rs26 return rsPackColorTo8888(mono);
Dartistic1.rs59 uchar4 out = rsPackColorTo8888(v1);
Dfisheye.rsh56 return rsPackColorTo8888(fout);
Dfisheye_approx.rsh56 return rsPackColorTo8888(fout);
/frameworks/rs/scriptc/
Drs_math.rsh205 _RS_RUNTIME uchar4 __attribute__((const, overloadable)) rsPackColorTo8888(float r, float g, float b…
217 _RS_RUNTIME uchar4 __attribute__((const, overloadable)) rsPackColorTo8888(float r, float g, float b…
227 _RS_RUNTIME uchar4 __attribute__((const, overloadable)) rsPackColorTo8888(float3 color);
236 _RS_RUNTIME uchar4 __attribute__((const, overloadable)) rsPackColorTo8888(float4 color);
/frameworks/rs/tests/cppbasic-shared/
Dmono.rs55 *v_out = rsPackColorTo8888(mono);
/frameworks/rs/tests/cppbasic/
Dmono.rs55 *v_out = rsPackColorTo8888(mono);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dgreyscale.fs25 return rsPackColorTo8888(mono);
Dfisheye_approx.rsh56 return rsPackColorTo8888(fout);
Dfisheye.rsh56 return rsPackColorTo8888(fout);
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
Dfountain.rs51 uchar4 c = rsPackColorTo8888(partColor[index]);
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Dfountain.rs50 uchar4 c = rsPackColorTo8888(partColor[index]);
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
Dfountainfbo.rs86 uchar4 c = rsPackColorTo8888(partColor[index]);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
Dball_physics.rs151 ball->color = rsPackColorTo8888(color);
/frameworks/rs/driver/runtime/arch/
Dgeneric.c765 extern uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b) in rsPackColorTo8888() function
775 extern uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b, float a) in rsPackColorTo8888() function
785 extern uchar4 __attribute__((overloadable)) rsPackColorTo8888(float3 color) in rsPackColorTo8888() function
794 extern uchar4 __attribute__((overloadable)) rsPackColorTo8888(float4 color) in rsPackColorTo8888() function
Dneon.ll1098 ; uchar4 __attribute__((overloadable)) rsPackColorTo8888(float4 color)
1110 ; uchar4 __attribute__((overloadable)) rsPackColorTo8888(float3 color)
1118 ; uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b)
1128 ; uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b, float a)
Dasimd.ll1106 ; uchar4 __attribute__((overloadable)) rsPackColorTo8888(float4 color)
1118 ; uchar4 __attribute__((overloadable)) rsPackColorTo8888(float3 color)
1126 ; uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b)
1136 ; uchar4 __attribute__((overloadable)) rsPackColorTo8888(float r, float g, float b, float a)
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1204 uc4 = rsPackColorTo8888(f, f, f);
1205 uc4 = rsPackColorTo8888(f, f, f, f);
1206 uc4 = rsPackColorTo8888(f3);
1207 uc4 = rsPackColorTo8888(f4);