Searched refs:GetIndexCount (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.hpp39 // (4) Call C*Tessellator::GetPointCount(), C*Tessellator::GetIndexCount() to see how much data was generated.
141 int GetIndexCount();
401 int GetIndexCount() {return CHWTessellator::GetIndexCount();} function in class:CHLSLTessellator
H A Dtessellator.cpp1579 // CHWTessellator::GetIndexCount()
1582 int CHWTessellator::GetIndexCount() function in class:CHWTessellator
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp39 // (4) Call C*Tessellator::GetPointCount(), C*Tessellator::GetIndexCount() to see how much data was generated.
141 int GetIndexCount();
387 int GetIndexCount() {return CHWTessellator::GetIndexCount();} function in class:CHLSLTessellator
H A Dp_tessellator.cpp120 tess_data->num_indices = (uint32_t)SUPER::GetIndexCount();
H A Dtessellator.cpp1597 // CHWTessellator::GetIndexCount()
1600 int CHWTessellator::GetIndexCount() function in class:CHWTessellator

Completed in 39 milliseconds