CP: Add triangle edge guardband for Tex2D lookup diff
[platform/upstream/VK-GL-CTS.git] / framework / egl / egluGLContextFactory.hpp
index 1917baf..31b26a5 100644 (file)
@@ -39,8 +39,8 @@ namespace eglu
 class GLRenderContext : public glu::RenderContext
 {
 public:
-       virtual EGLDisplay                                              getEGLDisplay           (void) const = 0;
-       virtual EGLContext                                              getEGLContext           (void) const = 0;
+       virtual eglw::EGLDisplay                                getEGLDisplay           (void) const = 0;
+       virtual eglw::EGLContext                                getEGLContext           (void) const = 0;
 };
 
 class GLContextFactory : public glu::ContextFactory