Searched refs:textureTypeNdx (Results 1 – 2 of 2) sorted by relevance
2132 for (int textureTypeNdx = 0; textureTypeNdx < DE_LENGTH_OF_ARRAY(textureTypes); textureTypeNdx++) in init() local2134 const TextureType textureType = textureTypes[textureTypeNdx].type; in init()2139 …roup* const textureTypeGroup = new TestCaseGroup(m_context, textureTypes[textureTypeNdx].name, ""); in init()
2394 for (int textureTypeNdx = 0; textureTypeNdx < DE_LENGTH_OF_ARRAY(textureTypes); textureTypeNdx++) in init() local2396 const TextureType textureType = textureTypes[textureTypeNdx].type; in init()2401 …roup* const textureTypeGroup = new TestCaseGroup(m_testCtx, textureTypes[textureTypeNdx].name, ""); in init()