Lines Matching refs:VERTEX_MAX
80 NW_COMPILER_ASSERT(ARRAY_LENGTH(s_UniformVertexIndex) == VERTEX_MAX);
90 NW_COMPILER_ASSERT(ARRAY_LENGTH(s_VertexPosition) == VERTEX_MAX);
126 Layout::DeleteArray<math::VEC2>(&m_pData[0][0], VERTEX_MAX * coordNum); in Free()
145 math::VEC2 *const pVecAry = Layout::NewArray<math::VEC2>(VERTEX_MAX * coordNum); in Reserve()
166 NW_COMPILER_ASSERT(ARRAY_LENGTH(texCoords) == VERTEX_MAX); in SetSize()
170 for (int i = 0; i < VERTEX_MAX; ++i) in SetSize()
187 for (int i = 0; i < VERTEX_MAX; ++i) in GetCoord()
201 for (int i = 0; i < VERTEX_MAX; ++i) in SetCoord()
216 … const math::VEC2 (*src)[VERTEX_MAX] = static_cast<const math::VEC2 (*)[VERTEX_MAX]>(pResTexCoord); in Copy()
219 for (int i = 0; i < VERTEX_MAX; ++i) in Copy()
254 const VEC2 (*texCoords)[VERTEX_MAX], in DrawQuad() argument