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

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.cpp 44 bool TessellationShaderVertexSpacing::_tess_coordinate::operator==(
45 const TessellationShaderVertexSpacing::_tess_coordinate& in) const
63 bool TessellationShaderVertexSpacing::_tess_coordinate_cartesian::operator==(
64 const TessellationShaderVertexSpacing::_tess_coordinate_cartesian& in) const
80 TessellationShaderVertexSpacing::TessellationShaderVertexSpacing(Context& context, const ExtParameters& extParams)
98 bool TessellationShaderVertexSpacing::compareEdgeByX(_tess_coordinate_cartesian a, _tess_coordinate_cartesian b)
112 bool TessellationShaderVertexSpacing::compareEdgeByY(_tess_coordinate_cartesian a, _tess_coordinate_cartesian b)
118 void TessellationShaderVertexSpacing::deinit()
153 TessellationShaderVertexSpacing::_tess_edges TessellationShaderVertexSpacing::getEdgesForIsolinesTessellation
    [all...]
esextcTessellationShaderVertexSpacing.hpp 71 class TessellationShaderVertexSpacing : public TestCaseBase
75 TessellationShaderVertexSpacing(Context& context, const ExtParameters& extParams);
77 virtual ~TessellationShaderVertexSpacing(void)
esextcTessellationShaderTests.cpp 64 vertexGroup->addChild(new TessellationShaderVertexSpacing(m_context, m_extParams));

Completed in 179 milliseconds