Searched defs:LINEAR (Results 1 – 6 of 6) sorted by relevance
31 LINEAR = 0, enumerator
525 #define LINEAR(x) LINEAR_18030(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff) macro
489 enum { LINEAR=0, POLY=1, RBF=2, SIGMOID=3 }; enumerator
193 LINEAR, enumerator
1093 private static int LINEAR(int x) { in LINEAR() method in CharsetMBCS
296 public static final int LINEAR = 0x2601; field in WebGLRenderingContext