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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.hpp349 void SetUsingPatchedIndices(bool bUsingPatchedIndices) {m_bUsingPatchedIndices = bUsingPatchedIndices;}
364 bool m_bUsingPatchedIndices; member in class:CHWTessellator
H A Dtessellator.cpp419 m_bUsingPatchedIndices = false;
2106 if( m_bUsingPatchedIndices )
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp335 void SetUsingPatchedIndices(bool bUsingPatchedIndices) {m_bUsingPatchedIndices = bUsingPatchedIndices;}
350 bool m_bUsingPatchedIndices; member in class:CHWTessellator
H A Dtessellator.cpp440 m_bUsingPatchedIndices = false;
2062 if( m_bUsingPatchedIndices )

Completed in 14 milliseconds