Home
last modified time | relevance | path

Searched defs:tester (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp23 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 …]
DClearImageBenchmarks.cpp121 VulkanTester tester; member in ClearImageBenchmark
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDrawTests.cpp28 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/
DglsTextureStateQueryTests.cpp47 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/
Des31fSamplerStateQueryTests.cpp61 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
Des31fTextureStateQueryTests.cpp61 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/
Dinlined_vector_exception_safety_test.cc234 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/
Dgenerate_psa_constants.py262 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/
Drt29928.t14 sub tester { subroutine
/third_party/openssl/external/perl/Text-Template-1.56/t/
Drt29928.t14 sub tester { subroutine
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_exception_safety_test.cc223 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/
Dmemory_exception_safety_test.cc33 auto tester = testing::MakeExceptionSafetyTester() in TEST() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fSamplerStateQueryTests.cpp77 TesterType tester; in init() member
Des3fTextureStateQueryTests.cpp89 TesterType tester; in init() member
/third_party/node/test/parallel/
Dtest-eslint-async-iife-no-unused-result.js14 const tester = new RuleTester({ parserOptions: { ecmaVersion: 8 } }); constant
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudiodecoder.c97 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()
Dvideoencoder.c190 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
Daudioencoder.c132 gst_audio_encoder_tester_init (GstAudioEncoderTester * tester) in gst_audio_encoder_tester_init()
Dvideodecoder.c244 gst_video_decoder_tester_init (GstVideoDecoderTester * tester) in gst_video_decoder_tester_init()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp192 inline void DrawTester::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool … in onUpdateDescriptorSet()
/third_party/python/Lib/distutils/
Dcmd.py244 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/
DTestAudioActivity.java85 AudioStreamTester tester; field in TestAudioActivity.StreamContext
/third_party/python/Lib/test/
Dtest_ntpath.py53 def tester(fn, wantResult): function
Dtest_argparse.py215 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/
Dbaseparse.c175 gst_parser_tester_init (GstParserTester * tester) in gst_parser_tester_init()

12