Home
last modified time | relevance | path

Searched refs:_tess_coordinate_cartesian (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexSpacing.hpp152 typedef struct _tess_coordinate_cartesian struct in glcts::TessellationShaderVertexSpacing
158 _tess_coordinate_cartesian() in _tess_coordinate_cartesian() function
169 _tess_coordinate_cartesian(float _x, float _y) in _tess_coordinate_cartesian() function
181 bool operator==(const _tess_coordinate_cartesian& in) const;
182 } _tess_coordinate_cartesian; typedef in glcts::TessellationShaderVertexSpacing
208 typedef std::vector<_tess_coordinate_cartesian> _tess_edge_points;
254 _comparator_relative_to_base_point(const _tess_coordinate_cartesian& _base_point) : base_point(_base_point) in _comparator_relative_to_base_point()
266 bool operator()(_tess_coordinate_cartesian a, _tess_coordinate_cartesian b) in operator ()()
276 _tess_coordinate_cartesian base_poin
[all...]
H A DesextcTessellationShaderVertexSpacing.cpp63 bool TessellationShaderVertexSpacing::_tess_coordinate_cartesian::operator==( in operator ==()
64 const TessellationShaderVertexSpacing::_tess_coordinate_cartesian& in) const in operator ==()
89 /** Comparator function, used to compare two _tess_coordinate_cartesian
98 bool TessellationShaderVertexSpacing::compareEdgeByX(_tess_coordinate_cartesian a, _tess_coordinate_cartesian b) in compareEdgeByX()
103 /** Comparator function, used to compare two _tess_coordinate_cartesian
112 bool TessellationShaderVertexSpacing::compareEdgeByY(_tess_coordinate_cartesian a, _tess_coordinate_cartesian b) in compareEdgeByY()
166 _tess_coordinate_cartesian new_item; in getEdgesForIsolinesTessellation()
230 std::vector<_tess_coordinate_cartesian> coordinate in getEdgesForQuadsTessellation()
[all...]

Completed in 2 milliseconds