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

12 3 4 5 6 7 8 9

  /frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
simple.rs 26 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
30 uchar4 result = rsPackColorTo8888(temp);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
mirror.rs 24 uchar4 RS_KERNEL mirror(uint32_t x, uint32_t y) {
26 uchar4 p = rsGetElementAt_uchar4(gIn, x0, y);
colormatrix.rs 30 uchar4 RS_KERNEL root(uchar4 in) {
contrast.rs 28 uchar4 RS_KERNEL contrast(uchar4 in) {
30 uchar4 o;
levels.rsh 24 uchar4 __attribute__((kernel)) root(uchar4 in) {
25 uchar4 out;
37 uchar4 __attribute__((kernel)) root4(uchar4 in) {
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
f4touc4.rs 20 uchar4 RS_KERNEL f4touc4(float4 in) {
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 22 void root(const uchar4 *v_in, uchar4 *v_out) {
  /frameworks/av/cmds/stagefright/filters/
argbtorgba.rs 21 void root(const uchar4 *v_in, uchar4 *v_out) {
  /frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
mono.rs 22 void root(const uchar4 *v_in, uchar4 *v_out) {
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
colormatrix.rs 30 uchar4 RS_KERNEL root(uchar4 in) {
contrast.rs 28 uchar4 RS_KERNEL contrast(uchar4 in) {
30 uchar4 o;
levels.rsh 24 uchar4 __attribute__((kernel)) root(uchar4 in) {
25 uchar4 out;
37 uchar4 __attribute__((kernel)) root4(uchar4 in) {
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
colormatrix.rs 30 uchar4 RS_KERNEL root(uchar4 in) {
contrast.rs 28 uchar4 RS_KERNEL contrast(uchar4 in) {
30 uchar4 o;
levels.rsh 24 uchar4 __attribute__((kernel)) root(uchar4 in) {
25 uchar4 out;
37 uchar4 __attribute__((kernel)) root4(uchar4 in) {
  /frameworks/rs/rsov/compiler/tests/image/
contrast.rs 29 uchar4 __attribute__((kernel)) contrast(uchar4 in) {
31 uchar4 o;
  /frameworks/rs/tests/lldb/cpp/InfiniteLoop/
infiniteloop.rs 43 uchar4 __attribute__((kernel)) simple_kernel(uchar4 in)
52 uchar4 result = rsPackColorTo8888(out);
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 27 uchar4 __attribute__((kernel)) mergeHdrFrames(uchar4 prevPixel, uint32_t x, uint32_t y) {
31 uchar4 curPixel;
37 uchar4 mergedPixel;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /developers/samples/android/media/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 27 uchar4 __attribute__((kernel)) mergeHdrFrames(uchar4 prevPixel, uint32_t x, uint32_t y) {
31 uchar4 curPixel;
37 uchar4 mergedPixel;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /development/samples/browseable/HdrViewfinder/src/rs/
hdr_merge.rs 27 uchar4 __attribute__((kernel)) mergeHdrFrames(uchar4 prevPixel, uint32_t x, uint32_t y) {
31 uchar4 curPixel;
37 uchar4 mergedPixel;
78 uchar4 out = convert_uchar4(clamp(rgb, 0, 255));
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/rs/
saturation.rs 28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/rs/
saturation.rs 28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /development/samples/browseable/BasicRenderScript/src/rs/
saturation.rs 28 uchar4 __attribute__((kernel)) saturation(uchar4 in)
  /frameworks/rs/tests/lldb/cpp/Allocations/
allocs.rs 21 uchar4 __attribute__((kernel)) swizzle_kernel(uchar4 in)
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
allocs.rs 21 uchar4 __attribute__((kernel)) swizzle_kernel(uchar4 in)

Completed in 293 milliseconds

12 3 4 5 6 7 8 9