OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareEdgeByX
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.hpp
309
static bool
compareEdgeByX
(_tess_coordinate_cartesian a, _tess_coordinate_cartesian b);
esextcTessellationShaderVertexSpacing.cpp
98
bool TessellationShaderVertexSpacing::
compareEdgeByX
(_tess_coordinate_cartesian a, _tess_coordinate_cartesian b)
208
std::sort(edge_points.begin(), edge_points.end(),
compareEdgeByX
);
[
all
...]
Completed in 185 milliseconds