Home | History | Annotate | Download | only in opengl

Lines Matching refs:TYPE_BOOL_VEC4

828 		case TOKEN_BOOL_VEC4:		return TYPE_BOOL_VEC4;
1806 if (cmpTypeFound[TYPE_BOOL_VEC4]) stream << "bool isOk (vec4 a, bvec4 b) { return (greaterThan(a, vec4(0.5)) == b); }\n";
1821 if (cmpTypeFound[TYPE_BOOL_VEC4]) stream << "bool isOk (bvec4 a, bvec4 b) { return (a == b); }\n";