Home
last modified time | relevance | path

Searched refs:TestCommandSp (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp105 typedef de::SharedPtr<TestCommand> TestCommandSp; typedef
234 vector<TestCommandSp> commands;
580 params.commands.push_back(TestCommandSp(new QuadDrawTestCommand(10, 10, 50, 50, red))); in createTests()
581 …params.commands.push_back(TestCommandSp(new QuadDrawTestCommand(WIDTH - 80, HEIGHT - 100, 30, 40, … in createTests()
591 params.commands.push_back(TestCommandSp(new RectClearTestCommand(10, 10, 50, 50, red))); in createTests()
592 …params.commands.push_back(TestCommandSp(new RectClearTestCommand(WIDTH - 80, HEIGHT - 100, 30, 40,… in createTests()
603 …params.commands.push_back(TestCommandSp(new QuadDrawTestCommand(10, 10, WIDTH - 10, HEIGHT - 10, r… in createTests()
613 …params.commands.push_back(TestCommandSp(new QuadDrawTestCommand(0, 0, WIDTH, HEIGHT + 30, green))); in createTests()
623 params.commands.push_back(TestCommandSp(new QuadDrawTestCommand(100, 100, 20, 30, green))); in createTests()
633 params.commands.push_back(TestCommandSp(new QuadDrawTestCommand(100, 100, 20, 30, green))); in createTests()
[all …]