Home | History | Annotate | Download | only in opengl

Lines Matching refs:TYPE_BOOL_VEC3

827 		case TOKEN_BOOL_VEC3:		return TYPE_BOOL_VEC3;
1805 if (cmpTypeFound[TYPE_BOOL_VEC3]) stream << "bool isOk (vec3 a, bvec3 b) { return (greaterThan(a, vec3(0.5)) == b); }\n";
1820 if (cmpTypeFound[TYPE_BOOL_VEC3]) stream << "bool isOk (bvec3 a, bvec3 b) { return (a == b); }\n";