Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp224 CBlockOption m_sOpt, m_sOptBest; member in CBlock
1027 m_sOptBest.Init(m_nVtxLimit, m_nTriLimit); in CBlock()
1041 m_sOptBest.Clear(); in Clear()
1058 m_sOptBest.Output(pwOut, pnVtxCnt, pnTriCnt, pOb); in Output()
1204 if(m_sOptBest.IsEmpty() || m_sOpt.IsBetterThan(&m_sOptBest)) in FillFrom()
1205 m_sOptBest.Copy(&m_sOpt); in FillFrom()
1247 if(m_sOptBest.IsEmpty()) { in Fill()
1259 if(m_sOptBest.IsEmpty()) { in Fill()
1265 if(m_sOptBest.IsFull()) in Fill()
1272 _ASSERT(m_sOptBest.IsEmpty()); in Fill()
[all …]