Searched refs:computeRandomRenderState (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.hpp | 121 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targetWidth, int targetHeight);
|
H A D | glsInteractionTestUtil.cpp | 54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targetWidth, int targetHeight) in computeRandomRenderState() function 261 computeRandomRenderState(rnd, cmd->state, apiType, targetW, targetH);
|
H A D | glsFragOpInteractionCase.cpp | 221 gls::InteractionTestUtil::computeRandomRenderState(rnd, command.state, apiType, targetW, targetH); in computeRandomRenderCommand()
|
Completed in 3 milliseconds