Searched refs:tc_code (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderProgramInterfaces.cpp | 236 const char* tc_code[] = { "${VERSION}\n", in initTest() local 299 …bool link_success = buildProgram(m_po_id, m_fs_shader_id, 1, &fs_body, m_tc_shader_id, 5, tc_code,… in initTest()
|
D | esextcTessellationShaderUtils.cpp | 1253 std::string tc_code = getGenericTCCode(n_patch_vertices, false); in initTessellationVertexCounterProgram() local 1254 const char* tc_code_ptr = tc_code.c_str(); in initTessellationVertexCounterProgram()
|
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
D | esextcDrawElementsBaseVertexTests.hpp | 279 …void buildProgram(const char* fs_code, const char* vs_code, const char* tc_code, const char* te_co…
|
D | esextcDrawElementsBaseVertexTests.cpp | 216 …entsBaseVertexTestBase::buildProgram(const char* fs_code, const char* vs_code, const char* tc_code, in buildProgram() argument 225 if (tc_code != DE_NULL) in buildProgram() 254 &tc_code, DE_NULL); /* length */ in buildProgram()
|