Searched defs:_test_case (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
H A D | esextcDrawElementsBaseVertexTests.hpp | 83 typedef struct _test_case struct in glcts::DrawElementsBaseVertexTestBase 85 …Lint basevertex; /* Tells the value of <basevertex> argument for the tested 87 …tion_type function_type; /* Tells the type of the basevertex draw call that should 89 …w::GLuint *index_offset; /* Tells the value of <indices> argument for both basevertex 91 …num 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 …:GLenum primitive_mode; /* Tells the primitive type that should be used for both [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.hpp | 1048 struct _test_case struct in gl4cts::GPUShaderFP64Test5 1050 _test_case_type type; 1052 Utils::_variable_type src_type; 1053 Utils::_variable_type dst_type; 1055 std::string shader_body; 1140 struct _test_case struct in gl4cts::GPUShaderFP64Test6 1142 unsigned int src_array_size; 1143 Utils::_variable_type src_type; 1144 Utils::_variable_type dst_type; 1146 bool wrap_dst_type_in_structure; [all …]
|
H A D | gl4cSparseBufferTests.hpp | 364 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 …]
|
H A D | gl4cShaderSubroutineTests.hpp | 354 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 …]
|
/aosp_15_r20/external/tink/testing/cross_language/ |
H A D | key_generation_consistency_test.py | 124 def _test_case(aes_key_size=16, iv_size=16, hmac_key_size=16, function 146 def _test_case(key_size=32, tag_size=16, hash_type=common_pb2.SHA256): function 159 def _test_case( function 189 def _test_case(key_size=32, tag_size=16): function 206 def _test_case(key_size=32, hash_type=common_pb2.SHA256): function 218 def _test_case(key_size=32, hash_type=common_pb2.SHA256): function
|
H A D | aead_consistency_test.py | 75 def _test_case(key_size=16, iv_size=16, key_version=0): function 92 def _test_case(key_size=16, key_version=0): function 107 def _test_case(aes_key_size=16, function
|
/aosp_15_r20/external/pigweed/pw_unit_test/py/pw_unit_test/ |
H A D | rpc.py | 42 def _test_case(raw_test_case: unit_test_pb2.TestCaseDescriptor) -> TestCase: function
|