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

  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
sample.rs 40 out->xyz = convert_uchar3(rsSample(sourceAlloc, allocSampler, uv*2.0f).xyz);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye.rsh 55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
fisheye_approx.rsh 55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh 55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
fisheye_approx.rsh 55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh 55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
fisheye_approx.rsh 55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
  /frameworks/rs/scriptc/
rs_allocation.rsh 250 rsSample(rs_allocation a, rs_sampler s, float location);
261 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
270 rsSample(rs_allocation a, rs_sampler s, float2 location);
282 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 250 rsSample(rs_allocation a, rs_sampler s, float location);
261 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
270 rsSample(rs_allocation a, rs_sampler s, float2 location);
282 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_sample.c 543 rsSample(rs_allocation a, rs_sampler s, float uv, float lod) {
588 rsSample(rs_allocation a, rs_sampler s, float location) {
589 return rsSample(a, s, location, 0);
594 rsSample(rs_allocation a, rs_sampler s, float2 uv, float lod) {
643 rsSample(rs_allocation a, rs_sampler s, float2 uv) {

Completed in 734 milliseconds