Home
last modified time | relevance | path

Searched defs:_test_case (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.hpp83 typedef struct _test_case struct in glcts::DrawElementsBaseVertexTestBase
85 glw::GLint basevertex; /* Tells the value of <basevertex> argument for the tested
87 _function_type function_type; /* Tells the type of the basevertex draw call that should
89 const glw::GLuint* index_offset; /* Tells the value of <indices> argument for both basevertex
91 glw::GLenum index_type; /* GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT or GL_UNSIGNED_INT */
92 glw::GLuint range_start; /* The range start for DrawRangeElements */
93 glw::GLuint range_end; /* The range end for DrawRangeElements */
94 …::GLsizei multi_draw_call_count_array[3]; /* an array of three elements storing "count" arguments
97 …GLuint* multi_draw_call_indices_array[3]; /* an array of three elements holding "indices" arguments
100 glw::GLenum primitive_mode; /* Tells the primitive type that should be used for both
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp1047 struct _test_case struct in gl4cts::GPUShaderFP64Test5
1049 _test_case_type type;
1051 Utils::_variable_type src_type;
1052 Utils::_variable_type dst_type;
1054 std::string shader_body;
1139 struct _test_case struct in gl4cts::GPUShaderFP64Test6
1141 unsigned int src_array_size;
1142 Utils::_variable_type src_type;
1143 Utils::_variable_type dst_type;
1145 bool wrap_dst_type_in_structure;
[all …]
Dgl4cSparseBufferTests.hpp364 typedef struct _test_case struct in gl4cts::CopyOpsBufferStorageTestCase
366 glw::GLint dst_bo_commit_size;
367 glw::GLint dst_bo_commit_start_offset;
368 glw::GLuint dst_bo_sparse_id;
369 bool dst_bo_is_sparse;
370 unsigned short* dst_bo_ref_data;
371 glw::GLint dst_bo_start_offset;
373 glw::GLint n_bytes_to_copy;
375 glw::GLint src_bo_commit_size;
376 glw::GLint src_bo_commit_start_offset;
[all …]
Dgl4cShaderSubroutineTests.hpp354 struct _test_case struct in gl4cts::ShaderSubroutine::FunctionalTest1_2
356 unsigned int array_size;
357 Utils::_variable_type variable_type;
851 enum _test_case enum in gl4cts::ShaderSubroutine::FunctionalTest16
1152 enum _test_case enum in gl4cts::ShaderSubroutine::NegativeTest4
1309 enum _test_case enum in gl4cts::ShaderSubroutine::NegativeTest9
1349 struct _test_case struct in gl4cts::ShaderSubroutine::NegativeTest10
1351 std::string name;
1353 std::string fs_body;
1354 std::string gs_body;
[all …]
/external/pigweed/pw_unit_test/py/pw_unit_test/
Drpc.py42 def _test_case(raw_test_case: unit_test_pb2.TestCaseDescriptor) -> TestCase: function