Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.cpp269 for (_line_segments_iterator found_line_segments_iterator = found_line_segments.begin(); in checkSecondOuterTessellationLevelEffect() local
270 found_line_segments_iterator != found_line_segments.end(); found_line_segments_iterator++) in checkSecondOuterTessellationLevelEffect()
272 float& found_vertex1_x = found_line_segments_iterator->first; in checkSecondOuterTessellationLevelEffect()
273 float& found_vertex2_x = found_line_segments_iterator->second; in checkSecondOuterTessellationLevelEffect()