HomeSort by relevance Sort by last modified time
    Searched full:is_point_mode (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderUtils.hpp 305 static glw::GLenum getTFModeForPrimitiveMode(_tessellation_primitive_mode primitive_mode, bool is_point_mode);
esextcTessellationShaderUtils.cpp     [all...]
esextcTessellationShaderInvariance.cpp 547 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)
    [all...]

Completed in 75 milliseconds