Lines Matching refs:pSys
290 nn::math::MTX44Transpose(&m, &gas.pSys.m_partsys_center); in GasAccumulation()
293 nn::math::MTX44Transpose(&m, &gas.pSys.m_partsys_radius); in GasAccumulation()
296 nn::math::MTX44Transpose(&m, &gas.pSys.m_partsys_color); in GasAccumulation()
299 nn::math::MTX44Transpose(&m, &gas.pSys.m_partsys_aspect); in GasAccumulation()
314 …glUniform1fv(glGetUniformLocation(pAccId, "dmp_PartSys.countMax"), 1, &gas.pSys.m_particleCountMax… in GasAccumulation()
315 …glUniform2fv(glGetUniformLocation(pAccId, "dmp_PartSys.pointSize"), 1, &gas.pSys.m_size_min_max[0]… in GasAccumulation()
316 glUniform1fv(glGetUniformLocation(pAccId, "dmp_PartSys.speed"), 1, &gas.pSys.m_speed); in GasAccumulation()
318 glUniform4fv(glGetUniformLocation(pAccId, "dmp_PartSys.randomCore"), 1, &gas.pSys.m_prng[0]); in GasAccumulation()
319 … glUniform4fv(glGetUniformLocation(pAccId, "dmp_PartSys.randSeed"), 1, &gas.pSys.m_random_seed[0]); in GasAccumulation()
321 glUniform1fv(glGetUniformLocation(pAccId, "dmp_PartSys.time"), 1, &gas.pSys.simulationTime); in GasAccumulation()
324 glBindBuffer(GL_ARRAY_BUFFER, gas.pSys.m_pSysPositionID); in GasAccumulation()