Searched refs:m_bUsingPatchedIndices2 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.hpp363 void SetUsingPatchedIndices2(bool bUsingPatchedIndices) {m_bUsingPatchedIndices2 = bUsingPatchedIndices;}
365 bool m_bUsingPatchedIndices2; member in class:CHWTessellator
H A Dtessellator.cpp420 m_bUsingPatchedIndices2 = false;
2123 else if( m_bUsingPatchedIndices2 )
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp349 void SetUsingPatchedIndices2(bool bUsingPatchedIndices) {m_bUsingPatchedIndices2 = bUsingPatchedIndices;}
351 bool m_bUsingPatchedIndices2; member in class:CHWTessellator
H A Dtessellator.cpp441 m_bUsingPatchedIndices2 = false;
2079 else if( m_bUsingPatchedIndices2 )

Completed in 15 milliseconds