|
#define | NO_EDGE INT_MAX |
|
static void | blender::draw::line_adjacency_data_init (MeshExtract_LineAdjacency_Data *data, uint vert_len, uint loop_len, uint tess_edge_len) |
|
static void | blender::draw::extract_lines_adjacency_init (const MeshRenderData *mr, MeshBatchCache *UNUSED(cache), void *UNUSED(buf), void *tls_data) |
|
BLI_INLINE void | blender::draw::lines_adjacency_triangle (uint v1, uint v2, uint v3, uint l1, uint l2, uint l3, MeshExtract_LineAdjacency_Data *data) |
|
static void | blender::draw::extract_lines_adjacency_iter_looptri_bm (const MeshRenderData *UNUSED(mr), BMLoop **elt, const int UNUSED(elt_index), void *_data) |
|
static void | blender::draw::extract_lines_adjacency_iter_looptri_mesh (const MeshRenderData *mr, const MLoopTri *mlt, const int UNUSED(elt_index), void *_data) |
|
static void | blender::draw::extract_lines_adjacency_finish (const MeshRenderData *UNUSED(mr), MeshBatchCache *cache, void *buf, void *_data) |
|
static void | blender::draw::extract_lines_adjacency_init_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *UNUSED(mr), MeshBatchCache *UNUSED(cache), void *UNUSED(buf), void *_data) |
|
static void | blender::draw::extract_lines_adjacency_iter_subdiv (const DRWSubdivCache *subdiv_cache, const MeshRenderData *UNUSED(mr), void *_data, uint subdiv_quad_index) |
|
static void | blender::draw::extract_lines_adjacency_iter_subdiv_bm (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, void *_data, uint subdiv_quad_index, const BMFace *UNUSED(coarse_quad)) |
|
static void | blender::draw::extract_lines_adjacency_iter_subdiv_mesh (const DRWSubdivCache *subdiv_cache, const MeshRenderData *mr, void *_data, uint subdiv_quad_index, const MPoly *UNUSED(coarse_quad)) |
|
static void | blender::draw::extract_lines_adjacency_finish_subdiv (const DRWSubdivCache *UNUSED(subdiv_cache), const MeshRenderData *mr, MeshBatchCache *cache, void *buf, void *_data) |
|
constexpr MeshExtract | blender::draw::create_extractor_lines_adjacency () |
|