Home
last modified time | relevance | path

Searched refs:EvaluateBasisVarying (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchTable.h468 void EvaluateBasisVarying(PatchHandle const & handle, REAL u, REAL v,
474 void EvaluateBasisVarying(PatchHandle const & handle, float u, float v,
480 void EvaluateBasisVarying(PatchHandle const & handle, double u, double v,
825 PatchTable::EvaluateBasisVarying(PatchHandle const & handle, float u, float v, in EvaluateBasisVarying() function
829 EvaluateBasisVarying<float>(handle, u, v, wP, wDu, wDv, wDuu, wDuv, wDvv); in EvaluateBasisVarying()
832 PatchTable::EvaluateBasisVarying(PatchHandle const & handle, double u, double v, in EvaluateBasisVarying() function
836 EvaluateBasisVarying<double>(handle, u, v, wP, wDu, wDv, wDuu, wDuv, wDvv); in EvaluateBasisVarying()
H A DstencilTableFactory.cpp590 patchtable->EvaluateBasisVarying<REAL>( in Create()
606 patchtable->EvaluateBasisVarying<REAL>( in Create()
622 patchtable->EvaluateBasisVarying<REAL>( in Create()
H A DpatchTable.cpp651 PatchTable::EvaluateBasisVarying( in EvaluateBasisVarying() function in OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchTable
688 template void PatchTable::EvaluateBasisVarying<float>(PatchHandle const & handle,
698 template void PatchTable::EvaluateBasisVarying<double>(PatchHandle const & handle,
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Drelease_34.rst176 - PatchTable::EvaluateBasisVarying()
H A Drelease_31.rst254 - EvaluateBasisVarying()