Home
last modified time | relevance | path

Searched refs:DawnTest (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp71 DawnTest* test;
238 DawnTest::DawnTest() = default;
240 DawnTest::~DawnTest() { in ~DawnTest()
256 bool DawnTest::IsD3D12() const { in IsD3D12()
260 bool DawnTest::IsMetal() const { in IsMetal()
264 bool DawnTest::IsOpenGL() const { in IsOpenGL()
268 bool DawnTest::IsVulkan() const { in IsVulkan()
272 bool DawnTest::IsAMD() const { in IsAMD()
276 bool DawnTest::IsARM() const { in IsARM()
280 bool DawnTest::IsImgTec() const { in IsImgTec()
[all …]
DDawnTest.h134 class DawnTest : public ::testing::TestWithParam<DawnTestParam> {
136 DawnTest();
137 ~DawnTest();
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DQueueTimelineTests.cpp41 class QueueTimelineTests : public DawnTest {
44 DawnTest::SetUp(); in SetUp()
58 DawnTest::TearDown(); in TearDown()
DDeprecatedAPITests.cpp28 class DeprecationTests : public DawnTest {
31 DawnTest::SetUp(); in SetUp()
DSwapChainValidationTests.cpp25 class SwapChainValidationTests : public DawnTest {
28 DawnTest::SetUp(); in SetUp()
63 DawnTest::TearDown(); in TearDown()
326 DawnTest* self = static_cast<DawnTest*>(userdata); in ToMockDeviceLostCallback()
DDrawTests.cpp22 class DrawTest : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DDrawIndirectTests.cpp22 class DrawIndirectTest : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DSwapChainTests.cpp24 class SwapChainTests : public DawnTest {
27 DawnTest::SetUp(); in SetUp()
67 DawnTest::TearDown(); in TearDown()
DDrawIndexedTests.cpp22 class DrawIndexedTest : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DRenderPassTests.cpp23 class RenderPassTest : public DawnTest {
26 DawnTest::SetUp(); in SetUp()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DMetalAutoreleasePoolTests.mm15 #include "tests/DawnTest.h"
21 class MetalAutoreleasePoolTests : public DawnTest {
24 DawnTest::SetUp();
DInternalResourceUsageTests.cpp19 class InternalResourceUsageTests : public DawnTest {
42 class InternalBindingTypeTests : public DawnTest {};
DBufferAllocatedSizeTests.cpp22 class BufferAllocatedSizeTests : public DawnTest {
32 DawnTest::SetUp(); in SetUp()
DVulkanErrorInjectorTests.cpp26 class VulkanErrorInjectorTests : public DawnTest {
29 DawnTest::SetUp(); in SetUp()
DD3D12ResourceHeapTests.cpp22 class D3D12ResourceHeapTests : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DInternalStorageBufferBindingTests.cpp22 class InternalStorageBufferBindingTests : public DawnTest {
28 DawnTest::SetUp(); in SetUp()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DFenceTests.cpp30 class FenceTests : public DawnTest {
51 DawnTest::SetUp(); in SetUp()
57 DawnTest::TearDown(); in TearDown()
DDrawTests.cpp22 class DrawTest : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DDrawIndirectTests.cpp22 class DrawIndirectTest : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DRenderPassTests.cpp23 class RenderPassTest : public DawnTest {
26 DawnTest::SetUp(); in SetUp()
DNonzeroTextureCreationTests.cpp20 class NonzeroTextureCreationTests : public DawnTest {
23 DawnTest::SetUp(); in SetUp()
DDrawIndexedTests.cpp22 class DrawIndexedTest : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DDrawIndexedIndirectTests.cpp22 class DrawIndexedIndirectTest : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DDestroyTests.cpp22 class DestroyTest : public DawnTest {
25 DawnTest::SetUp(); in SetUp()
DRenderPassLoadOpTests.cpp55 class RenderPassLoadOpTests : public DawnTest {
58 DawnTest::SetUp(); in SetUp()

123456