Searched refs:m_parent_test (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderUtils.cpp | 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() 74 m_gl.beginQuery(m_parent_test->m_glExtTokens.PRIMITIVES_GENERATED, m_qo_pg_id); in captureTessellationData() 90 m_gl.patchParameteri(m_parent_test->m_glExtTokens.PATCH_VERTICES, program.n_patch_vertices); in captureTessellationData() 94 m_gl.drawArrays(m_parent_test->m_glExtTokens.PATCHES, 0, /* first */ in captureTessellationData() 101 m_gl.endQuery(m_parent_test->m_glExtTokens.PRIMITIVES_GENERATED); in captureTessellationData() 149 m_gl.drawArrays(m_parent_test->m_glExtTokens.PATCHES, 0, /* first */ in captureTessellationData() 182 m_gl.patchParameteri(m_parent_test->m_glExtTokens.PATCH_VERTICES, current_patch_vertices); in captureTessellationData() 212 std::string info_log = m_parent_test->getCompilationInfoLog(shader); in compileShaders() 213 std::string shader_source = m_parent_test->getShaderSource(shader); in compileShaders() 215 m_parent_test->m_context.getTestContext().getLog() << tcu::TestLog::Message in compileShaders() [all …]
|
D | esextcTessellationShaderUtils.hpp | 397 glcts::TestCaseBase* m_parent_test; member in glcts::TessellationShaderUtils
|