Home
last modified time | relevance | path

Searched defs:new_edge (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc254 Edge new_edge; in TEST() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp195 _tess_edge new_edge(run.outer[1], run.outer[1], 1.0f); in getEdgesForIsolinesTessellation() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c458 boolean *new_edge; in do_clip_tri() local
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp882 Edge* new_edge(Vertex* prev, Vertex* next, Edge::Type type, Comparator& c, SkArenaAlloc& alloc) { in new_edge() function