Home
last modified time | relevance | path

Searched defs:DoTest (Results 1 – 18 of 18) sorted by relevance

/third_party/protobuf/conformance/
Dconformance_objc.m65 static ConformanceResponse *DoTest(ConformanceRequest *request) { function
Dconformance_cpp.cc102 void DoTest(const ConformanceRequest& request, ConformanceResponse* response) { in DoTest() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVertexStateValidationTests.cpp355 auto DoTest = [&](wgpu::VertexFormat format, std::string shaderType, bool success) { in TEST_F() local
409 auto DoTest = [&](wgpu::VertexFormat format) { in TEST_F() local
DBindGroupValidationTests.cpp442 auto DoTest = [this](bool success, wgpu::TextureFormat format, in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCullingTests.cpp71 void DoTest(wgpu::FrontFace frontFace, in DoTest() function in CullingTest
DSubresourceRenderAttachmentTests.cpp102 void DoTest(Type type) { in DoTest() function in SubresourceRenderAttachmentTest
DPrimitiveTopologyTests.cpp184 void DoTest(wgpu::PrimitiveTopology primitiveTopology, in DoTest() function in PrimitiveTopologyTest
DReadOnlyDepthStencilAttachmentTests.cpp126 void DoTest(wgpu::TextureAspect aspect, in DoTest() function in ReadOnlyDepthStencilAttachmentTests
DPrimitiveStateTests.cpp88 void DoTest(const std::vector<TestSpec>& testParams, const RGBA8& expected) { in DoTest() function in DepthClampingTest
DDepthStencilStateTests.cpp267 void DoTest(const std::vector<TestSpec>& testParams, in DoTest() function in DepthStencilStateTest
356 void DoTest(const std::vector<TestSpec>& testParams, in DoTest() function in DepthStencilStateTest
DCopyTests.cpp133 void DoTest(const TextureSpec& textureSpec, in DoTest() function in CopyTests_T2B
246 void DoTest(const TextureSpec& textureSpec, in DoTest() function in CopyTests_B2T
338 void DoTest(const TextureSpec& srcSpec, in DoTest() function in CopyTests_T2T
346 void DoTest(const TextureSpec& srcSpec, in DoTest() function in CopyTests_T2T
511 void DoTest(uint64_t sourceSize, in DoTest() function in CopyTests_B2B
554 void DoTest(uint64_t bufferSize, uint64_t clearOffset, uint64_t clearSize) { in DoTest() function in ClearBufferTests
DCopyTextureForBrowserTests.cpp399 void DoTest(const TextureSpec& srcSpec, in DoTest() function in CopyTextureForBrowserTests
DQueueTests.cpp255 void DoTest(const TextureSpec& textureSpec, in DoTest() function in QueueWriteTextureTests
DBindGroupTests.cpp1275 auto DoTest = [&](wgpu::Buffer color1, wgpu::Buffer color2, wgpu::Buffer color3, RGBA8 filled) { in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp378 void DoTest(const TextureSpec& textureSpec, const BufferSpec& bufferSpec) { in DoTest() function in CopySplitTest
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc107 void DoTest(const Message& msg, const Descriptor* descriptor) { in DoTest() function in google::protobuf::util::converter::ProtostreamObjectSourceTest
Djson_stream_parser_test.cc125 void DoTest( in DoTest() function in google::protobuf::util::converter::JsonStreamParserTest
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc410 void DoTest(const char *name, T *b, const std::vector<V> &values) { in DoTest() function