Home
last modified time | relevance | path

Searched refs:parentTest (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp262 TessellationShaderUtils(const glw::Functions& gl, glcts::TestCaseBase* parentTest);
H A DesextcTessellationShaderUtils.cpp37 * @param parentTest Pointer to owning test instance.
39 TessellationShaderUtils::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()
/third_party/node/lib/internal/test_runner/
H A Dtest.js843 this.parentTest = options.parent ?? null;
865 const { error, loc, parentTest: parent } = this;

Completed in 7 milliseconds