Home
last modified time | relevance | path

Searched refs:rsSample (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
Dsample.rs40 out->xyz = convert_uchar3(rsSample(sourceAlloc, allocSampler, uv * 2.0f).xyz * 255.0f);
/frameworks/rs/scriptc/
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/
Drs_sample.c534 rsSample(rs_allocation a, rs_sampler s, float uv, float lod) { in rsSample() function
580 rsSample(rs_allocation a, rs_sampler s, float location) { in rsSample() function
581 return rsSample(a, s, location, 0); in rsSample()
586 rsSample(rs_allocation a, rs_sampler s, float2 uv, float lod) { in rsSample() function
633 rsSample(rs_allocation a, rs_sampler s, float2 uv) { in rsSample() function
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dfisheye.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
Dfisheye_approx.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dfisheye_approx.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
Dfisheye.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dfisheye.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
Dfisheye_approx.rsh55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs395 f4 += rsSample(allocDst, samplerNonNull, f);
396 f4 += rsSample(allocDst, samplerNonNull, f, f);
397 f4 += rsSample(allocDst, samplerNonNull, f2);
398 f4 += rsSample(allocDst, samplerNonNull, f2, f);
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd627 {@code rsSample}.</li>