Home | History | Annotate | Download | only in glshared

Lines Matching refs:TYPE_BOOL_VEC2

379 		case glu::TYPE_BOOL_VEC2:	return 2*(int)sizeof(deUint32);
710 case glu::TYPE_BOOL_VEC2: return "mediump float compare_bvec2 (bvec2 a, bvec2 b) { return a == b ? 1.0 : 0.0; }\n";