HomeSort by relevance Sort by last modified time
    Searched defs:eglu (Results 26 - 31 of 31) sorted by null

12

  /external/deqp/framework/egl/
egluConfigFilter.hpp 32 namespace eglu namespace
124 } // eglu
egluConfigInfo.hpp 29 namespace eglu namespace
107 } // eglu
egluNativeWindow.hpp 36 namespace eglu namespace
150 } // eglu
tcuEgl.hpp 37 namespace eglu namespace
65 void describeConfig (EGLConfig config, eglu::ConfigInfo& info) const;
71 eglu::Version getVersion (void) const { return eglu::Version(m_version[0], m_version[1]); }
egluUtil.cpp 43 namespace eglu namespace
339 } // eglu
egluGLContextFactory.cpp 93 namespace eglu namespace
292 const std::vector<EGLConfig> configs = eglu::getConfigs(display);
334 surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribList);
357 surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribList);
478 m_eglDisplay = eglu::getDisplay(*m_display);
491 const EGLint supportedTypes = eglu::getConfigAttribInt(m_eglDisplay, m_eglConfig, EGL_SURFACE_TYPE);
785 } // eglu

Completed in 62 milliseconds

12