Searched refs:out_expected_data_low (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 1642 glw::GLint source_size, glw::GLint output_size, void* out_expected_data_low, in calculate_expected_value() argument 1741 memcpy(out_expected_data_low, expected_data, texel_size); in calculate_expected_value() 1773 convert<glw::GLbyte>(out_expected_data_low, stor_output_low); in calculate_expected_value() 1777 convert<glw::GLubyte>(out_expected_data_low, stor_output_low); in calculate_expected_value() 1781 convert<glw::GLshort>(out_expected_data_low, stor_output_low); in calculate_expected_value() 1785 convert<glw::GLushort>(out_expected_data_low, stor_output_low); in calculate_expected_value() 1789 convert<glw::GLint>(out_expected_data_low, stor_output_low); in calculate_expected_value() 1793 convert<glw::GLuint>(out_expected_data_low, stor_output_low); in calculate_expected_value()
|