Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:VariableColumnCount

392 	int VariableColumnCount(GLenum type)
437 return (VariableRowCount(type) > 1) ? VariableColumnCount(type) : 1;
444 return (nbRows > 1) ? nbRows : VariableColumnCount(type);