Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp107 class QuadDrawTestCommand : public TestCommand class
110QuadDrawTestCommand (deUint32 x, deUint32 y, deUint32 width, deUint32 height, Vec4 color);
111 virtual ~QuadDrawTestCommand (void) {} in ~QuadDrawTestCommand()
122 QuadDrawTestCommand::QuadDrawTestCommand (deUint32 x, deUint32 y, deUint32 width, deUint32 height, … in QuadDrawTestCommand() function in vkt::Draw::__anon8a8f76580111::QuadDrawTestCommand
127 vector<PositionColorVertex> QuadDrawTestCommand::getVertices (deUint32 offset) in getVertices()
149 void QuadDrawTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands()
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()
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()
[all …]