Lines Matching refs:VEC4
567 math::VEC4* __restrict dst, in NormalizeF32Colors()
590 math::VEC4* __restrict dst, in SetVertexColor()
595 math::VEC4 wkCols[internal::TEXTCOLOR_MAX]; in SetVertexColor()
829 m_UniformMtx(reinterpret_cast<math::VEC4*>(&m_UniformMtxBuffer[3])), in RectDrawer()
830 m_UniformData(reinterpret_cast<math::VEC4*>(&m_UniformDataBuffer[3])), in RectDrawer()
831 m_UniformTextColor(reinterpret_cast<math::VEC4*>(&m_UniformTextColorBuffer[3])), in RectDrawer()
922 m_UniformMtxIndex = sizeof(mtx) / sizeof(nn::math::VEC4); in SetViewMtxForText()
994 nn::math::VEC4 *const pParallaxData = in SetParallax()
995 reinterpret_cast<nn::math::VEC4*>(&m_UniformProjBuffer[3 + 4 * 4]); in SetParallax()
1677 math::VEC4* __restrict pTexCoord = &m_UniformData[m_UniformDataIndex]; in BuildTextCommand()
1686 math::VEC4* __restrict pQuadInfo = &m_UniformData[m_UniformDataIndex]; in BuildTextCommand()
1823 math::VEC4* __restrict dst, in AddTextColor()
1898 math::VEC4 *const dstCol = reinterpret_cast<math::VEC4*>(&cmdBuf[3]); in UseCommandBuffer()