Lines Matching defs:convert
1623 void convert(void* out_expected_data, double value)
1772 convert<glw::GLbyte>(out_expected_data_low, stor_output_low);
1773 convert<glw::GLbyte>(out_expected_data_top, stor_output_top);
1776 convert<glw::GLubyte>(out_expected_data_low, stor_output_low);
1777 convert<glw::GLubyte>(out_expected_data_top, stor_output_top);
1780 convert<glw::GLshort>(out_expected_data_low, stor_output_low);
1781 convert<glw::GLshort>(out_expected_data_top, stor_output_top);
1784 convert<glw::GLushort>(out_expected_data_low, stor_output_low);
1785 convert<glw::GLushort>(out_expected_data_top, stor_output_top);
1788 convert<glw::GLint>(out_expected_data_low, stor_output_low);
1789 convert<glw::GLint>(out_expected_data_top, stor_output_top);
1792 convert<glw::GLuint>(out_expected_data_low, stor_output_low);
1793 convert<glw::GLuint>(out_expected_data_top, stor_output_top);