Home | History | Annotate | Download | only in egl

Lines Matching refs:requiredExtension

2008 static void requireEGLExtension (EGLDisplay eglDisplay, const char* requiredExtension)
2030 if (extension == requiredExtension)
2039 throw tcu::NotSupportedError((string(requiredExtension) + " not supported").c_str(), "", __FILE__, __LINE__);