Lines Matching refs:VERTEX_MAX
82 NW_COMPILER_ASSERT(ARRAY_LENGTH(s_UniformVertexIndex) == VERTEX_MAX);
92 NW_COMPILER_ASSERT(ARRAY_LENGTH(s_VertexPosition) == VERTEX_MAX);
128 Layout::DeleteArray<math::VEC2>(&m_pData[0][0], VERTEX_MAX * coordNum); in Free()
147 math::VEC2 *const pVecAry = Layout::NewArray<math::VEC2>(VERTEX_MAX * coordNum); in Reserve()
168 NW_COMPILER_ASSERT(ARRAY_LENGTH(texCoords) == VERTEX_MAX); in SetSize()
172 for (int i = 0; i < VERTEX_MAX; ++i) in SetSize()
189 for (int i = 0; i < VERTEX_MAX; ++i) in GetCoord()
203 for (int i = 0; i < VERTEX_MAX; ++i) in SetCoord()
218 … const math::VEC2 (*src)[VERTEX_MAX] = static_cast<const math::VEC2 (*)[VERTEX_MAX]>(pResTexCoord); in Copy()
221 for (int i = 0; i < VERTEX_MAX; ++i) in Copy()
256 const VEC2 (*texCoords)[VERTEX_MAX], in DrawQuad() argument