Searched refs:postDeclaration (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1316 const char* postDeclaration; member in struct:deqp::gles2::Functional::__anon3199::ProgramUniformCase::UniformType
1364 tcu::ScopedLogSection(m_log, uniformTypes[ndx].declaration, std::string("Verify type of ") + uniformTypes[ndx].declaration + " variable" + uniformTypes[ndx].postDeclaration );
1369 frag << uniformTypes[ndx].layout << "uniform " << uniformTypes[ndx].precision << " " << uniformTypes[ndx].declaration << " uniformValue" << uniformTypes[ndx].postDeclaration << ";\n";
/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1614 const char* postDeclaration; member in struct:deqp::gles3::Functional::__anon3371::ProgramUniformCase::UniformType
1686 tcu::ScopedLogSection(m_log, uniformTypes[ndx].declaration, std::string("Verify type of ") + uniformTypes[ndx].declaration + " variable" + uniformTypes[ndx].postDeclaration );
1692 frag << uniformTypes[ndx].layout << "uniform " << uniformTypes[ndx].precision << " " << uniformTypes[ndx].declaration << " uniformValue" << uniformTypes[ndx].postDeclaration << ";\n";

Completed in 171 milliseconds