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

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.hpp 234 typedef std::vector<_tess_edge> _tess_edges; typedef in class:glcts::TessellationShaderVertexSpacing
235 typedef _tess_edges::const_iterator _tess_edges_const_iterator;
236 typedef _tess_edges::iterator _tess_edges_iterator;
315 _tess_edges getEdgesForIsolinesTessellation(const _run& run);
316 _tess_edges getEdgesForQuadsTessellation(const _run& run);
317 _tess_edges getEdgesForTrianglesTessellation(const _run& run);
318 void verifyEdges(const _tess_edges& edges, const _run& run);
esextcTessellationShaderVertexSpacing.cpp 153 TessellationShaderVertexSpacing::_tess_edges TessellationShaderVertexSpacing::getEdgesForIsolinesTessellation(
156 _tess_edges result;
223 TessellationShaderVertexSpacing::_tess_edges TessellationShaderVertexSpacing::getEdgesForQuadsTessellation(
226 _tess_edges result;
525 TessellationShaderVertexSpacing::_tess_edges TessellationShaderVertexSpacing::getEdgesForTrianglesTessellation(
561 _tess_edges result;
    [all...]

Completed in 74 milliseconds