Home
last modified time | relevance | path

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

/external/deqp/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()
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DComponentProcessorTest.java561 JavaFileObject parentTest = JavaFileObjects.forSourceLines("test.ParentTestModule", in transitiveModuleDeps() local
697 parentTest, in transitiveModuleDeps()