HomeSort by relevance Sort by last modified time
    Searched refs:uchar4 (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
copy.rs 20 uchar4 RS_KERNEL root(uchar4 v_in) {
greyscale.rs 22 uchar4 RS_KERNEL root(uchar4 v_in) {
29 uchar RS_KERNEL toU8(uchar4 v_in) {
34 uchar4 RS_KERNEL toU8_4(uchar v_in) {
35 return (uchar4)v_in;
exposure.rs 26 uchar4 RS_KERNEL exposure(uchar4 in)
28 uchar4 out = {0, 0, 0, 255};
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
copy.rs 20 uchar4 RS_KERNEL root(uchar4 v_in) {
greyscale.rs 22 uchar4 RS_KERNEL root(uchar4 v_in) {
29 uchar RS_KERNEL toU8(uchar4 v_in) {
34 uchar4 RS_KERNEL toU8_4(uchar v_in) {
35 return (uchar4)v_in;
posterize.rs 24 uchar4 color;
30 uchar4 hats = {r, g, b, 255};
34 uchar4 RS_KERNEL root(uchar4 v_in, uint32_t x, uint32_t y) {
35 uchar4 refpix = rsGetElementAt_uchar4(inputImage, x, y);
exposure.rs 26 uchar4 RS_KERNEL exposure(uchar4 in)
28 uchar4 out = 0;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
copy.rs 20 uchar4 RS_KERNEL root(uchar4 v_in) {
greyscale.rs 22 uchar4 RS_KERNEL root(uchar4 v_in) {
29 uchar RS_KERNEL toU8(uchar4 v_in) {
34 uchar4 RS_KERNEL toU8_4(uchar v_in) {
35 return (uchar4)v_in;
posterize.rs 24 uchar4 color;
30 uchar4 hats = {r, g, b, 255};
34 uchar4 RS_KERNEL root(uchar4 v_in, uint32_t x, uint32_t y) {
35 uchar4 refpix = rsGetElementAt_uchar4(inputImage, x, y);
exposure.rs 26 uchar4 RS_KERNEL exposure(uchar4 in)
28 uchar4 out = {0, 0, 0, 255};
  /frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
second.rs 21 uchar4 __attribute__((kernel)) second_kernel(uchar4 in)
23 uchar4 result = in.wzyx;
first.rs 26 uchar4 __attribute__((kernel)) first_kernel(uchar4 in)
30 uchar4 result = rsPackColorTo8888(temp);
  /frameworks/rs/tests/lldb/java/MultipleRSFiles/src/rs/
second.rs 21 uchar4 __attribute__((kernel)) second_kernel(uchar4 in)
23 uchar4 result = in.wzyx;
first.rs 26 uchar4 __attribute__((kernel)) first_kernel(uchar4 in)
30 uchar4 result = rsPackColorTo8888(temp);
  /frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
second.rs 21 uchar4 __attribute__((kernel)) second_kernel(uchar4 in)
23 uchar4 result = in.wzyx;
first.rs 26 uchar4 __attribute__((kernel)) first_kernel(uchar4 in)
30 uchar4 result = rsPackColorTo8888(temp);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
uc4tof4.rs 20 float4 RS_KERNEL uc4tof4(uchar4 in) {
  /frameworks/rs/tests/lldb/cpp/WaitAttach/
simple.rs 26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
30 uchar4 result = rsPackColorTo8888(temp);
35 uchar4 __attribute__((kernel)) other_kernel(uchar4 in)
37 uchar4 result = in.wzyx;
  /frameworks/rs/tests/lldb/java/DebugWaitAttach/src/rs/
simple.rs 26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
30 uchar4 result = rsPackColorTo8888(temp);
35 uchar4 __attribute__((kernel)) other_kernel(uchar4 in)
37 uchar4 result = in.wzyx;
  /frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
simple.rs 26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
30 uchar4 result = rsPackColorTo8888(temp);
35 uchar4 __attribute__((kernel)) other_kernel(uchar4 in)
37 uchar4 result = in.wzyx;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_lut.rs 24 uchar4 __attribute__((kernel)) root(uchar4 in) {
25 uchar4 tmp;
  /frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
infiniteloop.rs 43 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
47 uchar4 result = rsPackColorTo8888(temp);
  /frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/rs/
simple.rs 26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
30 uchar4 result = rsPackColorTo8888(temp);
  /frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
infiniteloop.rs 43 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
47 uchar4 result = rsPackColorTo8888(temp);

Completed in 201 milliseconds

1 2 3 4 5 6 7 8 9