Home
last modified time | relevance | path

Searched refs:point_mode_token_index (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp457 std::size_t point_mode_token_index = std::string::npos; in getGenericTECode() local
526 while ((point_mode_token_index = result.find(point_mode_token)) != std::string::npos) in getGenericTECode()
528 …result = result.replace(point_mode_token_index, strlen(point_mode_token), (point_mode) ? ", point_… in getGenericTECode()
530 point_mode_token_index = result.find(point_mode_token); in getGenericTECode()
DesextcTessellationShaderTCTE.cpp2137 std::size_t point_mode_token_index = std::string::npos; in getTessellationEvaluationShaderCode() local
2204 while ((point_mode_token_index = result.find(point_mode_token)) != std::string::npos) in getTessellationEvaluationShaderCode()
2206 result = result.replace(point_mode_token_index, strlen(point_mode_token), in getTessellationEvaluationShaderCode()
2209 point_mode_token_index = result.find(point_mode_token); in getTessellationEvaluationShaderCode()