Searched defs:_test_descriptor (Results 1 – 7 of 7) sorted by relevance
92 typedef struct _test_descriptor struct in glcts::TessellationShaderPointsgl_PointSize94 const char* fs_body;95 const char* gs_body;96 const char* tes_body;97 const char* tcs_body;98 const char* vs_body;100 glw::GLint fs_id;101 glw::GLint gs_id;102 glw::GLint tes_id;103 glw::GLint tcs_id;[all …]
93 typedef struct _test_descriptor struct in glcts::TessellationShaderPropertiesProgramObject95 glw::GLint expected_control_output_vertices_value;96 glw::GLenum expected_gen_mode_value;97 glw::GLenum expected_gen_point_mode_value;98 glw::GLenum expected_gen_spacing_value;99 glw::GLenum expected_gen_vertex_order_value;100 const char* tc_body;101 const char* te_body;103 _test_descriptor() in _test_descriptor() function113 } _test_descriptor; typedef in glcts::TessellationShaderPropertiesProgramObject
64 typedef struct _test_descriptor struct in glcts::TessellationShaderXFB71 glw::GLenum expected_data_source;72 int expected_n_values;73 bool should_draw_call_fail;74 bool requires_pipeline;75 glw::GLenum tf_mode;77 bool use_gs;78 bool use_tc;79 bool use_te;81 _test_descriptor() in _test_descriptor() function[all …]
387 typedef struct _test_descriptor struct in glcts::TessellationShaderTCTEgl_TessLevel389 _tessellation_test_type type;390 _tessellation_shader_vertex_spacing vertex_spacing;392 glw::GLuint fs_id;393 glw::GLuint po_id;394 glw::GLuint tcs_id;395 glw::GLuint tes_id;396 glw::GLuint vs_id;398 glw::GLint inner_tess_levels_uniform_location;399 glw::GLint outer_tess_levels_uniform_location;[all …]
115 typedef struct _test_descriptor struct in glcts::TessellationShadersIsolines117 TessellationShadersIsolines* parent;119 float inner_tess_levels[2];120 float irrelevant_tess_level;121 float outer_tess_levels[4];122 _tessellation_shader_vertex_spacing vertex_spacing_mode;124 _test_descriptor() : irrelevant_tess_level(0) in _test_descriptor() argument133 } _test_descriptor; typedef in glcts::TessellationShadersIsolines
296 typedef struct _test_descriptor struct in glcts::TessellationShaderTessellationgl_TessCoord298 glw::GLint n_patch_vertices;299 glw::GLuint po_id;300 _tessellation_primitive_mode primitive_mode;301 glw::GLuint tc_id;302 glw::GLuint te_id;303 glw::GLfloat tess_level_inner[2];304 glw::GLfloat tess_level_outer[4];305 _tessellation_test_type type;306 _tessellation_shader_vertex_spacing vertex_spacing;[all …]
84 typedef struct _test_descriptor struct in glcts::TessellationShaderTrianglesDegenerateTriangle86 glw::GLuint po_id;87 glw::GLuint te_id;88 _tessellation_shader_vertex_spacing vertex_spacing;90 _test_descriptor() in _test_descriptor() function96 } _test_descriptor; typedef in glcts::TessellationShaderTrianglesDegenerateTriangle