Home
last modified time | relevance | path

Searched defs:_test_iteration (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderInvariance.hpp224 typedef struct _test_iteration struct in glcts::TessellationShaderInvarianceRule3Test
226 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() argument
243 } _test_iteration; typedef in glcts::TessellationShaderInvarianceRule3Test
307 typedef struct _test_iteration struct in glcts::TessellationShaderInvarianceRule4Test
309 glw::GLfloat inner_tess_levels[2];
[all …]
DesextcTessellationShaderVertexOrdering.hpp79 typedef struct _test_iteration struct in glcts::TessellationShaderVertexOrdering
81 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() argument
100 } _test_iteration; typedef in glcts::TessellationShaderVertexOrdering
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.hpp130 } _test_iteration; typedef in gl3cts::InputVariablesCannotBeModifiedTest
175 } _test_iteration; typedef in gl3cts::InvalidUseCasesForAllNotFuncsAndExclMarkOpTest
322 } _test_iteration; typedef in gl3cts::InvalidVSInputsTest
429 } _test_iteration; typedef in gl3cts::PerVertexValidationTest
/third_party/python/Lib/test/
Dtest_mailbox.py1984 def _test_iteration(self, proxy): member in TestProxyFileBase