Home
last modified time | relevance | path

Searched refs:out_expected_data_top (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp1643 void* out_expected_data_top, size_t& out_expected_data_size) in calculate_expected_value() argument
1740 memcpy(out_expected_data_top, expected_data, texel_size); in calculate_expected_value()
1774 convert<glw::GLbyte>(out_expected_data_top, stor_output_top); in calculate_expected_value()
1778 convert<glw::GLubyte>(out_expected_data_top, stor_output_top); in calculate_expected_value()
1782 convert<glw::GLshort>(out_expected_data_top, stor_output_top); in calculate_expected_value()
1786 convert<glw::GLushort>(out_expected_data_top, stor_output_top); in calculate_expected_value()
1790 convert<glw::GLint>(out_expected_data_top, stor_output_top); in calculate_expected_value()
1794 convert<glw::GLuint>(out_expected_data_top, stor_output_top); in calculate_expected_value()