Lines Matching refs:declare
1241 dst << glu::declare(m_uniformCollection->getStructType(i)) << ";\n";1244 dst << "uniform " << glu::declare(m_uniformCollection->getUniform(i).type, m_uniformCollection->getUniform(i).name.c_str()) << ";\n";