HomeSort by relevance Sort by last modified time
    Searched refs:createGLContext (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/egl/
egluGLUtil.hpp 42 eglw::EGLContext createGLContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, const glu::ContextType& contextType);
egluGLUtil.cpp 79 EGLContext createGLContext (const Library& egl, EGLDisplay display, EGLContext eglConfig, const glu::ContextType& contextType)
egluGLContextFactory.cpp 358 m_eglContext = createGLContext(egl, m_eglDisplay, m_eglConfig, config.type);
  /external/skia/src/views/mac/
SkNSView.mm 333 CGLContextObj createGLContext(int msaaSampleCount) {
388 CGLContextObj ctx = createGLContext(sampleCount);
  /external/deqp/modules/egl/
teglImageTests.cpp 246 , m_context (m_eglTestCtx.getLibrary(), m_display, eglu::createGLContext(eglTestCtx.getLibrary(), m_display, m_config, ctxType))

Completed in 200 milliseconds