Home
last modified time | relevance | path

Searched refs:GetLocalPointStencilTable (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchTable.h164 StencilTable const *GetLocalPointStencilTable() const;
168 StencilTableReal<REAL> const *GetLocalPointStencilTable() const;
730 PatchTable::GetLocalPointStencilTable() const { in GetLocalPointStencilTable() function
752 PatchTable::GetLocalPointStencilTable() const { in GetLocalPointStencilTable() function
H A DstencilTableFactory.cpp512 localstencils = patchtable->GetLocalPointStencilTable<REAL>(); in Create()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/farViewer/
H A DfarViewer.cpp614 if (patchTable->GetLocalPointStencilTable()) { in createFarGLMesh()
615 numTotalVerts += patchTable->GetLocalPointStencilTable()->GetNumStencils(); in createFarGLMesh()
675 if (patchTable && patchTable->GetLocalPointStencilTable()) { in createFarGLMesh()
679 patchTable->GetLocalPointStencilTable())) { in createFarGLMesh()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_1/
H A Dfar_tutorial_5_1.cpp214 patchTable->GetLocalPointStencilTable<Real>()->UpdateValues( in main()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A Dmesh.h639 if (_farPatchTable->GetLocalPointStencilTable()) {
645 _farPatchTable->GetLocalPointStencilTable())) {
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glShareTopology/
H A DsceneBase.cpp158 patchTable->GetLocalPointStencilTable())) { in createStencilTable()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/far_perf/
H A Dfar_perf.cpp155 patchTable->GetLocalPointStencilTable<REAL>())) { in RunPerfTest()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_2/
H A Dfar_tutorial_5_2.cpp386 patchTable->GetLocalPointStencilTable()->UpdateValues( in PatchGroup()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Drelease_34.rst178 - PatchTable::GetLocalPointStencilTable()
H A Dporting.rst409 patchTable->GetLocalPointStencilTable();
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/internal/evaluator/
H A Devaluator_impl.cc839 const StencilTable *local_point_stencil_table = patch_table->GetLocalPointStencilTable(); in openSubdiv_createEvaluatorInternal()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A Dsubdivision.cpp1104 if (patchTable && patchTable->GetLocalPointStencilTable()) { in Resolve()
1110 patchTable->GetLocalPointStencilTable())) { in Resolve()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glEvalLimit/
H A DglEvalLimit.cpp729 patchTable->GetLocalPointStencilTable()) { in createOsdMesh()