Home
last modified time | relevance | path

Searched refs:num_encoded_vertices_ (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc52 num_encoded_vertices_(0), in MeshEdgebreakerDecoderImpl()
259 num_encoded_vertices_ = num_encoded_vertices; in DecodeConnectivity()
276 if (static_cast<uint32_t>(num_encoded_vertices_) > num_faces * 3) { in DecodeConnectivity()
351 num_encoded_vertices_ + num_encoded_split_symbols)) in DecodeConnectivity()
359 is_vert_hole_.assign(num_encoded_vertices_ + num_encoded_split_symbols, true); in DecodeConnectivity()
395 traversal_decoder_.SetNumEncodedVertices(num_encoded_vertices_ + in DecodeConnectivity()
H A Dmesh_edgebreaker_decoder_impl.h190 int num_encoded_vertices_; variable
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc52 num_encoded_vertices_(0), in MeshEdgebreakerDecoderImpl()
279 num_encoded_vertices_ = num_encoded_vertices; in DecodeConnectivity()
299 if (static_cast<uint32_t>(num_encoded_vertices_) > num_faces * 3) { in DecodeConnectivity()
380 num_faces, num_encoded_vertices_ + num_encoded_split_symbols)) { in DecodeConnectivity()
389 is_vert_hole_.assign(num_encoded_vertices_ + num_encoded_split_symbols, true); in DecodeConnectivity()
430 traversal_decoder_.SetNumEncodedVertices(num_encoded_vertices_ + in DecodeConnectivity()
H A Dmesh_edgebreaker_decoder_impl.h192 int num_encoded_vertices_; variable
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc52 num_encoded_vertices_(0), in MeshEdgebreakerDecoderImpl()
279 num_encoded_vertices_ = num_encoded_vertices; in DecodeConnectivity()
299 if (static_cast<uint32_t>(num_encoded_vertices_) > num_faces * 3) { in DecodeConnectivity()
380 num_faces, num_encoded_vertices_ + num_encoded_split_symbols)) { in DecodeConnectivity()
389 is_vert_hole_.assign(num_encoded_vertices_ + num_encoded_split_symbols, true); in DecodeConnectivity()
430 traversal_decoder_.SetNumEncodedVertices(num_encoded_vertices_ + in DecodeConnectivity()
H A Dmesh_edgebreaker_decoder_impl.h192 int num_encoded_vertices_; variable