Home
last modified time | relevance | path

Searched refs:getEGLDisplay (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/egl/
DegluGLContextFactory.hpp42 virtual eglw::EGLDisplay getEGLDisplay (void) const = 0;
DegluGLContextFactory.cpp141 virtual EGLDisplay getEGLDisplay (void) const { return m_eglDisplay; } in getEGLDisplay() function in eglu::__anonb10fb3450111::RenderContext
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h82 EGLDisplay getEGLDisplay() const;
DDisplay.cpp736 EGLDisplay Display::getEGLDisplay() const in getEGLDisplay() function in egl::Display
DlibEGL.cpp1011 return success(display->getEGLDisplay()); in GetCurrentDisplay()