OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsPackColorTo8888
(Results
1 - 22
of
22
) sorted by null
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs
26
*v_out =
rsPackColorTo8888
(mono);
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
mono.rs
26
*v_out =
rsPackColorTo8888
(mono);
/developers/samples/android/renderScript/BasicRenderScript/BasicRenderScriptSample/src/main/rs/
saturation.rs
34
return
rsPackColorTo8888
(result);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
greyscale.fs
25
return
rsPackColorTo8888
(mono);
artistic1.rs
59
uchar4 out =
rsPackColorTo8888
(v1);
fisheye.rsh
56
return
rsPackColorTo8888
(fout);
fisheye_approx.rsh
56
return
rsPackColorTo8888
(fout);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
greyscale.fs
25
return
rsPackColorTo8888
(mono);
fisheye.rsh
56
return
rsPackColorTo8888
(fout);
fisheye_approx.rsh
56
return
rsPackColorTo8888
(fout);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
greyscale.fs
25
return
rsPackColorTo8888
(mono);
fisheye.rsh
56
return
rsPackColorTo8888
(fout);
fisheye_approx.rsh
56
return
rsPackColorTo8888
(fout);
/frameworks/rs/scriptc/
rs_math.rsh
205
_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, float a);
227
_RS_RUNTIME uchar4 __attribute__((const, overloadable))
rsPackColorTo8888
(float3 color);
236
_RS_RUNTIME uchar4 __attribute__((const, overloadable))
rsPackColorTo8888
(float4 color);
/frameworks/rs/tests/cppbasic/
mono.rs
49
*v_out =
rsPackColorTo8888
(mono);
/prebuilts/sdk/renderscript/include/
rs_math.rsh
205
_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, float a);
227
_RS_RUNTIME uchar4 __attribute__((const, overloadable))
rsPackColorTo8888
(float3 color);
236
_RS_RUNTIME uchar4 __attribute__((const, overloadable))
rsPackColorTo8888
(float4 color);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
convolve3x3.rs
66
*out =
rsPackColorTo8888
(p20.r, p20.g, p20.b);
vignette.rs
76
uchar4 out =
rsPackColorTo8888
(clamp(wsum, 0.f, 1.0f));
grad.rs
116
uchar4 out =
rsPackColorTo8888
(clamp(pixel, 0.f, 1.0f));
saturation.rs
160
return
rsPackColorTo8888
(clamp(pixel, 0.f, 1.0f));
/cts/tests/src/android/renderscript/cts/
intrinsic_colormatrix.rs
92
uchar4 u =
rsPackColorTo8888
(pin);
/frameworks/rs/driver/runtime/arch/
generic.c
926
extern uchar4 __attribute__((overloadable))
rsPackColorTo8888
(float r, float g, float b)
936
extern uchar4 __attribute__((overloadable))
rsPackColorTo8888
(float r, float g, float b, float a)
946
extern uchar4 __attribute__((overloadable))
rsPackColorTo8888
(float3 color)
955
extern uchar4 __attribute__((overloadable))
rsPackColorTo8888
(float4 color)
Completed in 1396 milliseconds