Home
last modified time | relevance | path

Searched refs:uniformType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp162 const rsg::VariableType& uniformType = uniformVar->getType(); in refreshUniforms() local
165 …m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSl… in refreshUniforms()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp1362 std::string uniformType; in genMultilineDescription() local
1372 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription()
1389 …buf << "Querying properties of " << glu::getDataTypeName(varDef->m_dataType) << uniformType << " v… in genMultilineDescription()