Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.hpp773 class ViewportIndexSubroutine : public DrawTestBase class
777 ViewportIndexSubroutine(deqp::Context& context, const glcts::ExtParameters& extParams);
779 virtual ~ViewportIndexSubroutine() in ~ViewportIndexSubroutine()
DglcViewportArrayTests.cpp3615 ViewportIndexSubroutine::ViewportIndexSubroutine(deqp::Context& context, const glcts::ExtParameters… in ViewportIndexSubroutine() function in glcts::ViewportArray::ViewportIndexSubroutine
3626 tcu::TestNode::IterateResult ViewportIndexSubroutine::iterate() in iterate()
3643 std::string ViewportIndexSubroutine::getFragmentShader() in getFragmentShader()
3665 std::string ViewportIndexSubroutine::getGeometryShader() in getGeometryShader()
3723 bool ViewportIndexSubroutine::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 … in checkResults()
3772 GLuint ViewportIndexSubroutine::getDrawCallsNumber() in getDrawCallsNumber()
3782 void ViewportIndexSubroutine::prepareUniforms(Utils::program& program, GLuint draw_call_index) in prepareUniforms()
3805 void ViewportIndexSubroutine::setupViewports(TEST_TYPE /* type */, glw::GLuint iteration_index) in setupViewports()
4810 addChild(new ViewportArray::ViewportIndexSubroutine(m_context, m_extParams)); in init()