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

/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 8 milliseconds