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

/frameworks/rs/driver/runtime/
H A Drs_core.c17 extern float __attribute__((overloadable)) rsClamp(float v, float l, float h) { function
20 extern char __attribute__((overloadable)) rsClamp(char v, char l, char h) { function
23 extern uchar __attribute__((overloadable)) rsClamp(uchar v, uchar l, uchar h) { function
26 extern short __attribute__((overloadable)) rsClamp(short v, short l, short h) { function
29 extern ushort __attribute__((overloadable)) rsClamp(ushort v, ushort l, ushort h) { function
32 extern int __attribute__((overloadable)) rsClamp(int v, int l, int h) { function
35 extern uint __attribute__((overloadable)) rsClamp(uint v, uint l, uint h) { function

Completed in 74 milliseconds