Searched defs:_test_iteration (Results 1 – 4 of 4) sorted by relevance
224 typedef struct _test_iteration struct in glcts::TessellationShaderInvarianceRule3Test226 glw::GLfloat inner_tess_levels[2];227 glw::GLfloat outer_tess_levels[4];228 _tessellation_primitive_mode primitive_mode;229 _tessellation_shader_vertex_spacing vertex_spacing;231 unsigned int n_vertices;233 _test_iteration() in _test_iteration() argument243 } _test_iteration; typedef in glcts::TessellationShaderInvarianceRule3Test307 typedef struct _test_iteration struct in glcts::TessellationShaderInvarianceRule4Test309 glw::GLfloat inner_tess_levels[2];[all …]
79 typedef struct _test_iteration struct in glcts::TessellationShaderVertexOrdering81 char* data;82 float inner_tess_levels[2];83 bool is_point_mode_enabled;84 unsigned int n_vertices;85 float outer_tess_levels[4];86 _tessellation_primitive_mode primitive_mode;87 _tessellation_shader_vertex_ordering vertex_ordering;89 _test_iteration() in _test_iteration() argument100 } _test_iteration; typedef in glcts::TessellationShaderVertexOrdering
130 } _test_iteration; typedef in gl3cts::InputVariablesCannotBeModifiedTest175 } _test_iteration; typedef in gl3cts::InvalidUseCasesForAllNotFuncsAndExclMarkOpTest322 } _test_iteration; typedef in gl3cts::InvalidVSInputsTest429 } _test_iteration; typedef in gl3cts::PerVertexValidationTest
1984 def _test_iteration(self, proxy): member in TestProxyFileBase