Searched refs:rsSample (Results 1 - 11 of 11) 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/api/
H A Drs_allocation_data.spec27 <li>For getting values through a sampler, use @rsSample.</li>
404 function: rsSample
421 function: rsSample
431 function: rsSample
440 function: rsSample
/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/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dfisheye_approx_f.rsh57 // TODO: rsSample does not work with element type float4.
58 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/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
/frameworks/rs/scriptc/
H A Drs_allocation_data.rsh29 * - For getting values through a sampler, use rsSample.
2644 * rsSample: Sample a value from a texture allocation
2661 rsSample(rs_allocation a, rs_sampler s, float location);
2666 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
2671 rsSample(rs_allocation a, rs_sampler s, float2 location);
2676 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);

Completed in 131 milliseconds