Searched defs:bool2 (Results 1 – 5 of 5) sorted by relevance
6 let bool2: boolean = (typeof strOrBool !== 'string') ? strOrBool : false; variable13 let bool2: boolean = (typeof strOrBool !== 'string') ? strOrBool : false; variable
7 let bool2: boolean = (typeof strOrBool !== 'string') ? strOrBool : false; variable
36 let bool2 = `\${37*3}` == '${37*3}'; variable
56 int bool2; member
64 …typedef tvec2<bool, highp> bool2; //!< \brief boolean type with 2 components. (From GLM_GTX_co… typedef