Searched refs:uniformTypes (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1323 } uniformTypes[] = in test() local 1362 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(uniformTypes); ++ndx) in test() 1364 …Section(m_log, uniformTypes[ndx].declaration, std::string("Verify type of ") + uniformTypes[ndx].d… in test() 1369 … << uniformTypes[ndx].layout << "uniform " << uniformTypes[ndx].precision << " " << uniformTypes[n… in test() 1372 frag << " gl_FragColor = vec4(" << uniformTypes[ndx].getter << ");\n"; in test() 1397 checkIntEquals(m_testCtx, type, uniformTypes[ndx].type); in test() 1398 checkIntEquals(m_testCtx, size, uniformTypes[ndx].size); in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 1621 } uniformTypes[] = in test() local 1684 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(uniformTypes); ++ndx) in test() 1686 …Section(m_log, uniformTypes[ndx].declaration, std::string("Verify type of ") + uniformTypes[ndx].d… in test() 1692 … << uniformTypes[ndx].layout << "uniform " << uniformTypes[ndx].precision << " " << uniformTypes[n… in test() 1696 frag << " fragColor = vec4(" << uniformTypes[ndx].getter << ");\n"; in test() 1718 …veUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_TYPE, uniformTypes[ndx].type); in test() 1719 …veUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_SIZE, uniformTypes[ndx].size); in test() 1720 …ram(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_IS_ROW_MAJOR, uniformTypes[ndx].isRowMajor… in test()
|