OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPointOnLine
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.hpp
312
bool
isPointOnLine
(const _tess_coordinate_cartesian& line_v1, const _tess_coordinate_cartesian& line_v2,
esextcTessellationShaderVertexSpacing.cpp
444
if (
isPointOnLine
(edge_start_point, edge_end_point, coordinate) &&
703
if (
isPointOnLine
(v1, v2, cartesian_coordinate))
708
if (
isPointOnLine
(v2, v3, cartesian_coordinate))
713
if (
isPointOnLine
(v3, v1, cartesian_coordinate))
873
bool TessellationShaderVertexSpacing::
isPointOnLine
(const _tess_coordinate_cartesian& line_v1,
[
all
...]
Completed in 279 milliseconds