Searched refs:m_drawable (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/egl/
H A DEGLSurface.cpp97 if (m_drawable == EGL_NO_SURFACE || m_sharedDisplay == EGL_NO_DISPLAY)
102 if (m_drawable) {
103 eglDestroySurface(m_sharedDisplay, m_drawable);
104 m_drawable = EGL_NO_SURFACE;
152 if (m_sharedDisplay == EGL_NO_DISPLAY || m_drawable == EGL_NO_SURFACE)
155 if (m_drawable) {
156 eglDestroySurface(m_sharedDisplay, m_drawable);
157 m_drawable = EGL_NO_SURFACE;
H A DEGLXSurface.cpp62 m_drawable = eglCreateWindowSurface(m_sharedDisplay, m_configSelector->surfaceContextConfig(), static_cast<EGLNativeWindowType>(m_bufferHandle), 0);
64 if (m_drawable == EGL_NO_SURFACE) {
76 if (!eglSwapBuffers(m_sharedDisplay, m_drawable))
119 m_drawable = eglCreatePixmapSurface(m_sharedDisplay, config, static_cast<EGLNativePixmapType>(m_bufferHandle), 0);
121 if (m_drawable == EGL_NO_SURFACE) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DGLXSurface.cpp84 m_drawable = m_bufferHandle;
99 X11Helper::resizeWindow(newRect, m_drawable);
101 glXSwapBuffers(sharedDisplay(), m_drawable); local
106 if (!m_drawable)
109 glXSwapBuffers(sharedDisplay(), m_drawable);
119 m_drawable = 0;
163 m_drawable = m_glxPixmap;
195 m_drawable = 0;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opengl/
H A DGLPlatformSurface.cpp65 , m_drawable(0)
83 return m_drawable;
H A DGLPlatformSurface.h88 PlatformDrawable m_drawable; member in class:WebCore::GLPlatformSurface
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp254 if (m_drawable) {
255 XFreePixmap(hostDisplay, m_drawable);
256 m_drawable = 0;
285 if (m_drawable)
286 XFreePixmap(display, m_drawable);
289 m_drawable = 0;
293 m_drawable = XCreatePixmap(display, rootWindowID(), m_pluginSize.width(), m_pluginSize.height(), displayDepth());
321 if (context->paintingDisabled() || !m_drawable)
329 exposeEvent.drawable = m_drawable;
347 m_drawable,
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h394 Pixmap m_drawable; member in class:WebCore::PluginView
H A DPluginView.cpp847 , m_drawable(0)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h385 Pixmap m_drawable; member in class:WebKit::NetscapePlugin
H A DNetscapePlugin.cpp93 , m_drawable(0)

Completed in 137 milliseconds