D | rs_sample.c | 530 rsSample(rs_allocation a, rs_sampler s, float uv, float lod) { in rsSample() function 576 rsSample(rs_allocation a, rs_sampler s, float location) { in rsSample() function 577 return rsSample(a, s, location, 0); in rsSample() 582 rsSample(rs_allocation a, rs_sampler s, float2 uv, float lod) { in rsSample() function 629 rsSample(rs_allocation a, rs_sampler s, float2 uv) { in rsSample() function
|