Home | History | Annotate | Download | only in functional

Lines Matching refs:TYPE_BOOL_VEC4

357 		case glu::TYPE_BOOL_VEC4:	return 4*(int)sizeof(deUint32);
834 case glu::TYPE_BOOL_VEC4: return "bool compare_bvec4 (bvec4 a, bvec4 b) { return a == b; }\n";