Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp68 class NegativeViewportHeightTestInstance : public TestInstance class
71 NegativeViewportHeightTestInstance (Context& context, const TestParams& params);
89 NegativeViewportHeightTestInstance::NegativeViewportHeightTestInstance (Context& context, const Tes… in NegativeViewportHeightTestInstance() function in vkt::Draw::__anondecaffde0111::NegativeViewportHeightTestInstance
240 tcu::ConstPixelBufferAccess NegativeViewportHeightTestInstance::draw (const VkViewport viewport) in draw()
321 bool NegativeViewportHeightTestInstance::isCulled (const VkFrontFace triangleFace) const in isCulled()
333 MovePtr<tcu::TextureLevel> NegativeViewportHeightTestInstance::generateReferenceImage (void) const in generateReferenceImage()
398 tcu::TestStatus NegativeViewportHeightTestInstance::iterate (void) in iterate()
508 return new NegativeViewportHeightTestInstance(context, m_params); in createInstance()