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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
convolve3x3.rs 34 float4 p00 = rsUnpackColor8888(gPixels[x1 + gWidth * y1]);
35 float4 p01 = rsUnpackColor8888(gPixels[x + gWidth * y1]);
36 float4 p02 = rsUnpackColor8888(gPixels[x2 + gWidth * y1]);
37 float4 p10 = rsUnpackColor8888(gPixels[x1 + gWidth * y]);
38 float4 p11 = rsUnpackColor8888(gPixels[x + gWidth * y]);
39 float4 p12 = rsUnpackColor8888(gPixels[x2 + gWidth * y]);
40 float4 p20 = rsUnpackColor8888(gPixels[x1 + gWidth * y2]);
41 float4 p21 = rsUnpackColor8888(gPixels[x + gWidth * y2]);
42 float4 p22 = rsUnpackColor8888(gPixels[x2 + gWidth * y2]);
vignette.rs 66 float4 pixel = rsUnpackColor8888(in);
grad.rs 101 float4 pixel = rsUnpackColor8888(in);
saturation.rs 150 float4 pixel = rsUnpackColor8888(in);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 23 float4 f4 = rsUnpackColor8888(*v_in);
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
mono.rs 23 float4 f4 = rsUnpackColor8888(*v_in);
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
  /development/samples/browseable/BasicRenderScript/src/rs/
saturation.rs 30 float4 f4 = rsUnpackColor8888(in);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
greyscale.rs 23 float4 f4 = rsUnpackColor8888(v_in);
artistic1.rs 47 float4 v1 = rsUnpackColor8888(in);
48 float4 v2 = rsUnpackColor8888(rsGetElementAt_uchar4(gBlur, x, y));
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
greyscale.rs 23 float4 f4 = rsUnpackColor8888(v_in);
posterize.rs 36 float pixelIntensity = dot(rsUnpackColor8888(refpix).rgb, mono);
artistic1.rs 47 float4 v1 = rsUnpackColor8888(in);
48 float4 v2 = rsUnpackColor8888(rsGetElementAt_uchar4(gBlur, x, y));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
greyscale.rs 23 float4 f4 = rsUnpackColor8888(v_in);
posterize.rs 36 float pixelIntensity = dot(rsUnpackColor8888(refpix).rgb, mono);
artistic1.rs 47 float4 v1 = rsUnpackColor8888(in);
48 float4 v2 = rsUnpackColor8888(rsGetElementAt_uchar4(gBlur, x, y));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_blur.rs 31 float4 r = rsUnpackColor8888(v);
36 return rsUnpackColor8888(v);
intrinsic_colormatrix.rs 66 pin = rsUnpackColor8888(u);
  /frameworks/rs/tests/cppbasic/
mono.rs 52 float4 f4 = rsUnpackColor8888(*v_in);
  /frameworks/rs/tests/cppbasic-shared/
mono.rs 52 float4 f4 = rsUnpackColor8888(*v_in);
  /frameworks/rs/api/
rs_convert.spec 141 function: rsUnpackColor8888
  /frameworks/rs/driver/runtime/
rs_core.c 16 extern float4 rsUnpackColor8888(uchar4 c)
  /frameworks/rs/scriptc/
rs_convert.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh     [all...]

Completed in 244 milliseconds