Home
last modified time | relevance | path

Searched defs:te_code (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp285 const char* te_code[] = { "${VERSION}\n", in initTest() local
DesextcTessellationShaderVertexOrdering.cpp348 const std::string te_code = TessellationShaderUtils::getGenericTECode( in initTestIteration() local
DesextcTessellationShaderUtils.cpp1255 …std::string te_code = getGenericTECode(vertex_spacing, primitive_mode, TESSELLATION_SHADER_VERTEX… in initTessellationVertexCounterProgram() local
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp217 const char* te_code, const char* gs_code) in buildProgram()