Lines Matching refs:VEC4
541 math::VEC4* __restrict dst, in NormalizeF32Colors()
564 math::VEC4* __restrict dst, in SetVertexColor()
569 math::VEC4 wkCols[internal::TEXTCOLOR_MAX]; in SetVertexColor()
803 m_UniformMtx(reinterpret_cast<math::VEC4*>(&m_UniformMtxBuffer[3])), in RectDrawer()
804 m_UniformData(reinterpret_cast<math::VEC4*>(&m_UniformDataBuffer[3])), in RectDrawer()
805 m_UniformTextColor(reinterpret_cast<math::VEC4*>(&m_UniformTextColorBuffer[3])), in RectDrawer()
896 m_UniformMtxIndex = sizeof(mtx) / sizeof(nn::math::VEC4); in SetViewMtxForText()
966 nn::math::VEC4 *const pParallaxData = in SetParallax()
967 reinterpret_cast<nn::math::VEC4*>(&m_UniformProjBuffer[3 + 4 * 4]); in SetParallax()
1631 math::VEC4* __restrict pTexCoord = &m_UniformData[m_UniformDataIndex]; in BuildTextCommand()
1640 math::VEC4* __restrict pQuadInfo = &m_UniformData[m_UniformDataIndex]; in BuildTextCommand()
1777 math::VEC4* __restrict dst, in AddTextColor()
1851 math::VEC4 *const dstCol = reinterpret_cast<math::VEC4*>(&cmdBuf[3]); in UseCommandBuffer()