Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.hpp262 TessellationShaderUtils(const glw::Functions& gl, glcts::TestCaseBase* parentTest);
DesextcTessellationShaderUtils.cpp39 …tionShaderUtils::TessellationShaderUtils(const glw::Functions& gl, glcts::TestCaseBase* parentTest) in TessellationShaderUtils() argument
40 : m_gl(gl), m_bo_id(0), m_fs_id(0), m_qo_pg_id(0), m_vs_id(0), m_parent_test(parentTest) in TessellationShaderUtils()