Searched refs:uniformType (Results 1 – 4 of 4) sorted by relevance
124 ReturnTestUniformSetup (const BaseUniformType uniformType) in ReturnTestUniformSetup() argument125 : m_uniformType(uniformType) in ReturnTestUniformSetup()
162 const rsg::VariableType& uniformType = uniformVar->getType(); in refreshUniforms() local165 …m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSl… in refreshUniforms()
3101 UniformInfo::UniformType uniformType = uniformInfo->getType(); in uploadUniforms() local3103 if (uniformType == UniformInfo::UNIFORM_TYPE_BUFFER_ARRAY) in uploadUniforms()3115 else if (uniformType == UniformInfo::UNIFORM_TYPE_SAMPLER_ARRAY) in uploadUniforms()3127 else if (uniformType == UniformInfo::UNIFORM_TYPE_BUFFER) in uploadUniforms()3132 else if (uniformType == UniformInfo::UNIFORM_TYPE_SAMPLER) in uploadUniforms()
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()