Searched refs:texCaseNdx (Results 1 – 2 of 2) sorted by relevance
1887 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init() local1889 …Group* const caseGroup = new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseNdx].name, ""); in init()1890 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()1891 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()1892 const deUint32 hint = s_textureConfigs[texCaseNdx].hint; in init()
1948 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init() local1950 …stCaseGroup> caseGroup (new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseNdx].name, "")); in init()1951 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()1952 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()