Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp208 bool IsBetterThan(const CBlockOption * const pCmp) const;
948 bool CBlockOption::IsBetterThan(const CBlockOption * const pCmp) const in IsBetterThan() function in CBlockOption
1171 if(!pJobBest || pJob->IsBetterThan(pJobBest)) { in AddBestTriangles()
1204 if(m_sOptBest.IsEmpty() || m_sOpt.IsBetterThan(&m_sOptBest)) in FillFrom()