Searched defs:is_point_mode (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.cpp1167 * @param is_point_mode true if tessellation is run in point_mode mode, false otherwise.
1172 bool is_point_mode)
1176 if (is_point_mode)
1171 getTFModeForPrimitiveMode(_tessellation_primitive_mode primitive_mode, bool is_point_mode) argument
H A DesextcTessellationShaderInvariance.cpp547 bool is_point_mode = false; local
552 getIterationProperties(n_iteration, inner_tess_levels, outer_tess_levels, &is_point_mode, &primitive_mode,
592 glw::GLenum tf_mode = TessellationShaderUtils::getTFModeForPrimitiveMode(primitive_mode, is_point_mode);
618 if (is_point_mode)

Completed in 135 milliseconds