Searched refs:m_evasGL (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DEvasGLContext.cpp35 : m_evasGL(evasGL)
44 evas_gl_context_destroy(m_evasGL, m_context);
H A DEvasGLSurface.cpp34 : m_evasGL(evasGL)
43 evas_gl_surface_destroy(m_evasGL, m_surface);
H A DEvasGLContext.h54 Evas_GL* m_evasGL; member in class:WebKit::EvasGLContext
H A DEvasGLSurface.h62 Evas_GL* m_evasGL; member in class:WebKit::EvasGLSurface
H A DEwkView.cpp290 m_evasGL = adoptPtr(evas_gl_new(evas_object_evas_get(m_evasObject)));
291 if (m_evasGL)
292 m_evasGLContext = EvasGLContext::create(m_evasGL.get());
572 evas_gl_make_current(m_evasGL.get(), m_evasGLSurface->surface(), m_evasGLContext->context());
766 m_evasGLSurface = EvasGLSurface::create(m_evasGL.get(), &evasGLConfig, deviceSize());
771 evas_gl_native_surface_get(m_evasGL.get(), m_evasGLSurface->surface(), &nativeSurface);
774 evas_gl_make_current(m_evasGL.get(), m_evasGLSurface->surface(), m_evasGLContext->context());
776 Evas_GL_API* gl = evas_gl_api_get(m_evasGL.get());
H A DEwkView.h251 OwnPtr<Evas_GL> m_evasGL; member in class:EwkView

Completed in 172 milliseconds