Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp1763 class DeviceGroupTestRendering : public tcu::TestCaseGroup class
1766 DeviceGroupTestRendering (tcu::TestContext& testCtx);
1767 ~DeviceGroupTestRendering (void) {} in ~DeviceGroupTestRendering()
1771 DeviceGroupTestRendering (const DeviceGroupTestRendering& other);
1772 DeviceGroupTestRendering& operator= (const DeviceGroupTestRendering& other);
1775 DeviceGroupTestRendering::DeviceGroupTestRendering (tcu::TestContext& testCtx) in DeviceGroupTestRendering() function in vkt::DeviceGroup::DeviceGroupTestRendering
1781 void DeviceGroupTestRendering::init (void) in init()
1801 return new DeviceGroupTestRendering(testCtx); in createTests()