Home | History | Annotate | Download | only in gl

Lines Matching defs:type_size

3499 	static const glw::GLuint type_size	 = 2; /* double takes 2 N */
3504 return type_size * column_length;
3508 const glw::GLuint alignment = type_size * ((3 == column_length) ? 4 : column_length);