Searched refs:s_textureConfigs (Results 1 – 2 of 2) sorted by relevance
1765 } s_textureConfigs[] = in init() local1887 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init()1889 …tcu::TestCaseGroup* const caseGroup = new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseN… 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()
1862 } s_textureConfigs[] = in init() local1948 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init()1950 …de::MovePtr<tcu::TestCaseGroup> caseGroup (new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[tex… in init()1951 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()1952 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()