Home
last modified time | relevance | path

Searched refs:afIsSubface (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/ptex/ptex-2.3.2/src/ptex/
H A DPtexSeparableFilter.cpp223 bool fIsSubface = f.isSubface(), afIsSubface = af->isSubface(); in applyAcrossEdge() local
224 if (fIsSubface != afIsSubface) { in applyAcrossEdge()
225 if (afIsSubface) { in applyAcrossEdge()
252 if (afIsSubface) splitAndApply(k, afid, *af); in applyAcrossEdge()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glEvalLimit/
H A Dparticles.cpp254 afIsSubface = af.isSubface(); in WarpQuad() local
256 if (fIsSubface != afIsSubface) { in WarpQuad()