Searched refs:rsSample (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs40 out->xyz = convert_uchar3(rsSample(sourceAlloc, allocSampler, uv * 2.0f).xyz * 255.0f);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dfisheye.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
H A Dfisheye_approx.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dfisheye.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
H A Dfisheye_approx.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dfisheye.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
H A Dfisheye_approx.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/rs/scriptc/
H A Drs_allocation.rsh250 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/rs/driver/runtime/
H A Drs_sample.c534 rsSample(rs_allocation a, rs_sampler s, float uv, float lod) { function
580 rsSample(rs_allocation a, rs_sampler s, float location) { function
581 return rsSample(a, s, location, 0);
586 rsSample(rs_allocation a, rs_sampler s, float2 uv, float lod) { function
633 rsSample(rs_allocation a, rs_sampler s, float2 uv) { function

Completed in 598 milliseconds