Searched refs:setDynamicViewportState (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.hpp56 void setDynamicViewportState (const deUint32 width,
59 void setDynamicViewportState (deUint32 viewportCount,
H A DvktDynamicStateGeneralTests.cpp90 setDynamicViewportState(1, &viewport, &scissor_1);
94 setDynamicViewportState(1, &viewport, &scissor_2);
187 setDynamicViewportState(1, &viewport, &scissor_1);
201 setDynamicViewportState(1, &viewport, &scissor_1);
204 setDynamicViewportState(1, &viewport, &scissor_2);
346 setDynamicViewportState(1, &viewport, &scissor_1);
353 setDynamicViewportState(1, &viewport, &scissor_2);
H A DvktDynamicStateVPTests.cpp144 setDynamicViewportState(1, &viewport, &scissor);
191 setDynamicViewportState(1, &viewport, &scissor);
310 setDynamicViewportState(4, viewports, scissors);
H A DvktDynamicStateBaseClass.cpp220 void DynamicStateBaseClass::setDynamicViewportState (const deUint32 width, const deUint32 height) function in class:vkt::DynamicState::DynamicStateBaseClass
240 void DynamicStateBaseClass::setDynamicViewportState (deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors) function in class:vkt::DynamicState::DynamicStateBaseClass
H A DvktDynamicStateRSTests.cpp321 void setDynamicViewportState (const deUint32 width, const deUint32 height) function in class:vkt::DynamicState::__anon3812::DepthBiasBaseCase
341 void setDynamicViewportState (const deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors) function in class:vkt::DynamicState::__anon3812::DepthBiasBaseCase
414 setDynamicViewportState(WIDTH, HEIGHT);
521 setDynamicViewportState(WIDTH, HEIGHT);
630 setDynamicViewportState(WIDTH, HEIGHT);
H A DvktDynamicStateCBTests.cpp93 setDynamicViewportState(WIDTH, HEIGHT);
H A DvktDynamicStateDSTests.cpp346 void setDynamicViewportState (const deUint32 width, const deUint32 height) function in class:vkt::DynamicState::__anon3809::DepthStencilBaseCase
366 void setDynamicViewportState(const deUint32 viewportCount, const vk::VkViewport* pViewports, const vk::VkRect2D* pScissors) function in class:vkt::DynamicState::__anon3809::DepthStencilBaseCase
454 setDynamicViewportState(WIDTH, HEIGHT);
606 setDynamicViewportState(WIDTH, HEIGHT);
776 setDynamicViewportState(WIDTH, HEIGHT);

Completed in 197 milliseconds