Home
last modified time | relevance | path

Searched refs:te_code (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp285 const char* te_code[] = { "${VERSION}\n", in initTest() local
300 5, te_code, m_vs_shader_id, 1, &vs_body); in initTest()
DesextcTessellationShaderVertexOrdering.cpp348 const std::string te_code = TessellationShaderUtils::getGenericTECode( in initTestIteration() local
350 const char* te_code_ptr = te_code.c_str(); in initTestIteration()
DesextcTessellationShaderUtils.cpp1255 …std::string te_code = getGenericTECode(vertex_spacing, primitive_mode, TESSELLATION_SHADER_VERTEX… in initTessellationVertexCounterProgram() local
1257 const char* te_code_ptr = te_code.c_str(); in initTessellationVertexCounterProgram()
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.hpp279 …id buildProgram(const char* fs_code, const char* vs_code, const char* tc_code, const char* te_code,
DesextcDrawElementsBaseVertexTests.cpp217 const char* te_code, const char* gs_code) in buildProgram() argument
230 if (te_code != DE_NULL) in buildProgram()
260 &te_code, DE_NULL); /* length */ in buildProgram()