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

/frameworks/rs/driver/runtime/
H A Drs_core.c22 extern float __attribute__((overloadable)) rsClamp(float v, float l, float h) { function
25 extern char __attribute__((overloadable)) rsClamp(char v, char l, char h) { function
28 extern uchar __attribute__((overloadable)) rsClamp(uchar v, uchar l, uchar h) { function
31 extern short __attribute__((overloadable)) rsClamp(short v, short l, short h) { function
34 extern ushort __attribute__((overloadable)) rsClamp(ushort v, ushort l, ushort h) { function
37 extern int __attribute__((overloadable)) rsClamp(int v, int l, int h) { function
40 extern uint __attribute__((overloadable)) rsClamp(uint v, uint l, uint h) { function

Completed in 1683 milliseconds