Searched refs:cubeCoordTypes (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 725 } cubeCoordTypes[] = in init() local 732 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(cubeCoordTypes); coordType++) in init() 734 …* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordType… in init() 741 cubeCoordTypes[coordType].type, in init()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 714 } cubeCoordTypes[] = in init() local 721 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(cubeCoordTypes); coordType++) in init() 723 …* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordType… in init() 730 cubeCoordTypes[coordType].type, in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 1209 } cubeCoordTypes[] = in init() local 1217 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(cubeCoordTypes); coordType++) in init() 1219 …* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordType… in init() 1226 cubeCoordTypes[coordType].type, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 2460 } cubeCoordTypes[] = in init() local 2576 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(cubeCoordTypes); coordType++) in init() 2578 …* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordType… in init() 2585 cubeCoordTypes[coordType].type, in init()
|