Searched refs:m_test_configuration (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp131 , m_test_configuration(configuration)
242 const InputType initDataTexel = m_test_configuration.get_init_value();
244 glw::GLuint size = m_test_configuration.get_width() * m_test_configuration.get_height() *
245 m_test_configuration.get_depth() * m_test_configuration.get_n_in_components();
266 gl.bindTexture(m_test_configuration.get_target(), m_input_to_id);
269 glw::GLsizei components = m_test_configuration.get_n_in_components();
271 m_test_configuration.get_width() * m_test_configuration
[all...]
H A DesextcTextureBorderClampSamplingTexture.hpp330 TestConfiguration<InputType, OutputType> m_test_configuration; member in class:glcts::TextureBorderClampSamplingTexture

Completed in 74 milliseconds