Searched refs:uniformType (Results 1 – 2 of 2) sorted by relevance
162 const rsg::VariableType& uniformType = uniformVar->getType(); in refreshUniforms() local165 …m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSl… in refreshUniforms()
1362 std::string uniformType; in genMultilineDescription() local1372 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription()1389 …buf << "Querying properties of " << glu::getDataTypeName(varDef->m_dataType) << uniformType << " v… in genMultilineDescription()