Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderInvariance.cpp850 …return TessellationShaderUtils::getGenericTECode(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL, primiti… in getTECode()
1129 …return TessellationShaderUtils::getGenericTECode(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL, primiti… in getTECode()
1351 …return TessellationShaderUtils::getGenericTECode(test_iteration.vertex_spacing, test_iteration.pri… in getTECode()
1656 …return TessellationShaderUtils::getGenericTECode(test_iteration.vertex_spacing, test_iteration.pri… in getTECode()
2022 return TessellationShaderUtils::getGenericTECode(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL, in getTECode()
2304 return TessellationShaderUtils::getGenericTECode(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL, in getTECode()
2695 return TessellationShaderUtils::getGenericTECode(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL, in getTECode()
DesextcTessellationShaderUtils.hpp291 static std::string getGenericTECode(_tessellation_shader_vertex_spacing vertex_spacing,
DesextcTessellationShaderUtils.cpp436 std::string TessellationShaderUtils::getGenericTECode(_tessellation_shader_vertex_spacing vertex_s… in getGenericTECode() function in glcts::TessellationShaderUtils
1255 …std::string te_code = getGenericTECode(vertex_spacing, primitive_mode, TESSELLATION_SHADER_VERTEX… in initTessellationVertexCounterProgram()
DesextcTessellationShaderVertexOrdering.cpp348 const std::string te_code = TessellationShaderUtils::getGenericTECode( in initTestIteration()
DesextcTessellationShaderTessellation.cpp1733 return TessellationShaderUtils::getGenericTECode(vertex_spacing, primitive_mode, in getTECode()