Searched refs:reqExts (Results 1 – 2 of 2) sorted by relevance
202 vector<string> reqExts; in checkImageSupport() local205 reqExts.push_back("VK_KHR_sampler_ycbcr_conversion"); in checkImageSupport()210 reqExts.push_back("VK_KHR_bind_memory2"); in checkImageSupport()212 reqExts.push_back("VK_KHR_get_memory_requirements2"); in checkImageSupport()215 for (vector<string>::const_iterator extIter = reqExts.begin(); extIter != reqExts.end(); ++extIter) in checkImageSupport()
511 const char* reqExts[] = { "GL_OES_EGL_image" }; in TestContext() local512 m_testCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0), DE_LENGTH_OF_ARRAY(reqExts), reqExts); in TestContext()