Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp75 glw::GLint expected_texture_fixed_sample_locations; member
106 , expected_texture_fixed_sample_locations(0) in texture_properties()
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp198 texture_2d_properties.expected_texture_fixed_sample_locations = GL_TRUE; in iterate()
233 texture_2d_array_properties.expected_texture_fixed_sample_locations = GL_TRUE; in iterate()
274 texture_2d_multisample_properties.expected_texture_fixed_sample_locations = GL_FALSE; in iterate()
314 texture_2d_multisample_array_properties.expected_texture_fixed_sample_locations = GL_TRUE; in iterate()
349 texture_3d_properties.expected_texture_fixed_sample_locations = GL_TRUE; in iterate()
379 texture_cm_face_properties.expected_texture_fixed_sample_locations = GL_TRUE; in iterate()
766 expected_int_values.push_back(texture_ptr->expected_texture_fixed_sample_locations); in iterate()