/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | TriangleBenchmarks.cpp | 23 static void RunBenchmark(benchmark::State &state, T &tester) in RunBenchmark() 40 DrawTester tester(multisample); in TriangleSolidColor() local 42 tester.onCreateVertexBuffers([](DrawTester &tester) { in TriangleSolidColor() 60 tester.onCreateVertexShader([](DrawTester &tester) { in TriangleSolidColor() 72 tester.onCreateFragmentShader([](DrawTester &tester) { in TriangleSolidColor() 91 DrawTester tester(multisample); in TriangleInterpolateColor() local 93 tester.onCreateVertexBuffers([](DrawTester &tester) { in TriangleInterpolateColor() 113 tester.onCreateVertexShader([](DrawTester &tester) { in TriangleInterpolateColor() 129 tester.onCreateFragmentShader([](DrawTester &tester) { in TriangleInterpolateColor() 150 DrawTester tester(multisample); in TriangleSampleTexture() local [all …]
|
D | ClearImageBenchmarks.cpp | 121 VulkanTester tester; member in ClearImageBenchmark
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | DrawTests.cpp | 28 DrawTester tester; in TEST_F() local 29 tester.onCreateVertexBuffers([](DrawTester &tester) { in TEST_F() 47 tester.onCreateVertexShader([](DrawTester &tester) { in TEST_F() 60 tester.onCreateFragmentShader([](DrawTester &tester) { in TEST_F()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 47 static glw::GLenum mapTesterToPname (TesterType tester) in mapTesterToPname() 96 static bool isPureIntTester (TesterType tester) in isPureIntTester() 139 static bool isPureUintTester (TesterType tester) in isPureUintTester() 300 static bool isCoreTester (TesterType tester) in isCoreTester() 321 static RequiredExtensions getTesterExtension (TesterType tester) in getTesterExtension() 395 static bool isCoreTester (TesterType tester) in isCoreTester() 401 static RequiredExtensions getTesterExtension (TesterType tester) in getTesterExtension() 500 static bool isCoreTester (TesterType tester) in isCoreTester() 529 static RequiredExtensions getTesterExtension (TesterType tester) in getTesterExtension() 585 static bool isCoreTester (TesterType tester) in isCoreTester() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSamplerStateQueryTests.cpp | 61 static bool isIsVectorQuery (TesterType tester) in isIsVectorQuery() 66 static bool isExtendedParamQuery (TesterType tester) in isExtendedParamQuery() 114 TesterType tester; in init() member 218 …const TesterType tester = (pureSetters[setterNdx].verifier == QUERY_SAMPLER_PARAM_PURE_INTEGER) … in init() local
|
D | es31fTextureStateQueryTests.cpp | 61 static bool isIsVectorQuery (TesterType tester) in isIsVectorQuery() 66 static bool isExtendedParamQuery (TesterType tester) in isExtendedParamQuery() 132 TesterType tester; in init() member 269 …const TesterType tester = (pureSetters[setterNdx].verifier == QUERY_TEXTURE_PARAM_PURE_INTEGER) … in init() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector_exception_safety_test.cc | 234 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 273 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 292 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 316 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 375 auto tester = testing::MakeExceptionSafetyTester().WithContracts( in TYPED_TEST() local 390 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 403 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 451 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 465 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local 476 auto tester = testing::MakeExceptionSafetyTester() in TYPED_TEST() local [all …]
|
/third_party/mbedtls/scripts/ |
D | generate_psa_constants.py | 262 def _make_key_type_from_curve_code(builder, tester): argument 268 def _make_key_type_from_group_code(builder, tester): argument 296 def _make_algorithm_from_hash_code(builder, tester): argument
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
D | rt29928.t | 14 sub tester { subroutine
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
D | rt29928.t | 14 sub tester { subroutine
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | variant_exception_safety_test.cc | 223 auto tester = in TEST() local 232 auto tester = in TEST() local 260 auto tester = in TEST() local 311 auto tester = MakeExceptionSafetyTester() in TEST() local 466 auto tester = MakeExceptionSafetyTester() in TEST() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
D | memory_exception_safety_test.cc | 33 auto tester = testing::MakeExceptionSafetyTester() in TEST() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fSamplerStateQueryTests.cpp | 77 TesterType tester; in init() member
|
D | es3fTextureStateQueryTests.cpp | 89 TesterType tester; in init() member
|
/third_party/node/test/parallel/ |
D | test-eslint-async-iife-no-unused-result.js | 14 const tester = new RuleTester({ parserOptions: { ecmaVersion: 8 } }); constant
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audiodecoder.c | 97 GstAudioDecoderTester *tester = (GstAudioDecoderTester *) dec; in gst_audio_decoder_tester_stop() local 113 GstAudioDecoderTester *tester = (GstAudioDecoderTester *) dec; in gst_audio_decoder_tester_set_format() local 132 GstAudioDecoderTester *tester = (GstAudioDecoderTester *) dec; in gst_audio_decoder_tester_handle_frame() local 229 gst_audio_decoder_tester_init (GstAudioDecoderTester * tester) in gst_audio_decoder_tester_init()
|
D | videoencoder.c | 190 GstVideoEncoderTester *tester = (GstVideoEncoderTester *) enc; in gst_video_encoder_tester_pre_push() local 223 gst_video_encoder_tester_init (GstVideoEncoderTester * tester) in gst_video_encoder_tester_init() 609 GstVideoEncoderTester *tester; in GST_START_TEST() local
|
D | audioencoder.c | 132 gst_audio_encoder_tester_init (GstAudioEncoderTester * tester) in gst_audio_encoder_tester_init()
|
D | videodecoder.c | 244 gst_video_decoder_tester_init (GstVideoDecoderTester * tester) in gst_video_decoder_tester_init()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.hpp | 192 inline void DrawTester::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool … in onUpdateDescriptorSet()
|
/third_party/python/Lib/distutils/ |
D | cmd.py | 244 def _ensure_tested_string(self, option, tester, what, error_fmt, argument
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | TestAudioActivity.java | 85 AudioStreamTester tester; field in TestAudioActivity.StreamContext
|
/third_party/python/Lib/test/ |
D | test_ntpath.py | 53 def tester(fn, wantResult): function
|
D | test_argparse.py | 215 def _get_parser(self, tester): argument 222 def test_failures(self, tester): argument 229 def test_successes(self, tester): argument 3212 def _get_parser(self, tester): argument 3234 def _test(self, tester, parser_text): argument 3239 def test_format(self, tester): argument 3244 def test_print(self, tester): argument 3256 def test_print_file(self, tester): argument
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | baseparse.c | 175 gst_parser_tester_init (GstParserTester * tester) in gst_parser_tester_init()
|