Searched refs:specNdx (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fFboNoAttachmentTests.cpp | 629 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); specNdx++) in createFboNoAttachmentTests() local 631 const FboSpec& baseSpec = specs[specNdx][0]; in createFboNoAttachmentTests() 632 const FboSpec& altSpec = specs[specNdx][1]; in createFboNoAttachmentTests()
|
D | es31fDrawTests.cpp | 1981 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); ++specNdx) in init() local 1986 … + "_grid_" + de::toString(specs[specNdx].gridSize) + "x" + de::toString(specs[specNdx].gridSize) in init() 1987 + "_drawcount_" + de::toString(specs[specNdx].numDrawCommands); in init() 1992 …+ " Grid size is " + de::toString(specs[specNdx].gridSize) + "x" + de::toString(specs[specNdx].gri… in init() 1993 + ", draw count is " + de::toString(specs[specNdx].numDrawCommands); in init() 1998 …thods[methodNdx].method, false, true, computeIndices, specs[specNdx].gridSize, specs[specNdx].numD… in init() 2000 …thods[methodNdx].method, false, true, computeIndices, specs[specNdx].gridSize, specs[specNdx].numD… in init()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3236 const int specNdx = (m_iteration / 2); in iterate() local 3240 const DrawTestSpec& spec = m_specs[specNdx]; in iterate() 3241 …ation == 0) || (drawStep && !checkSpecsShaderCompatible(m_specs[specNdx], m_specs[specNdx-1])); //… in iterate() 3242 …tionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteration_descriptions[… in iterate()
|