Searched refs:te_code (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderProgramInterfaces.cpp | 285 const char* te_code[] = { "${VERSION}\n", in initTest() local 300 5, te_code, m_vs_shader_id, 1, &vs_body); in initTest()
|
D | esextcTessellationShaderVertexOrdering.cpp | 348 const std::string te_code = TessellationShaderUtils::getGenericTECode( in initTestIteration() local 350 const char* te_code_ptr = te_code.c_str(); in initTestIteration()
|
D | esextcTessellationShaderUtils.cpp | 1255 …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/ |
D | esextcDrawElementsBaseVertexTests.hpp | 279 …id buildProgram(const char* fs_code, const char* vs_code, const char* tc_code, const char* te_code,
|
D | esextcDrawElementsBaseVertexTests.cpp | 217 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()
|