Searched refs:checkExtension (Results 1 – 2 of 2) sorted by relevance
153 bool checkExtension (const char* extensions, const char* extension) in checkExtension() function514 …if ( !checkExtension(eglQueryString(m_testCtx.getDisplay().getEGLDisplay(), EGL_EXTENSIONS), "EGL_… in TestContext()515 …|| !checkExtension(eglQueryString(m_testCtx.getDisplay().getEGLDisplay(), EGL_EXTENSIONS), "EGL_KH… in TestContext()536 if (!checkExtension((const char*)m_gl.getString(GL_EXTENSIONS), "GL_OES_EGL_image")) in TestContext()
70 static void checkExtension (const glu::RenderContext& renderCtx, const std::string& extension) in checkExtension() function572 checkExtension(renderCtx, "GL_EXT_geometry_shader"); in CheckGeomSupport()1288 checkExtension(renderCtx, "GL_EXT_tessellation_shader"); in CheckTessSupport()