Home
last modified time | relevance | path

Searched refs:GLContextEGLFactory (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DGLContextProviderEGL.cpp160 class GLContextEGLFactory { class
166 GLContextEGLFactory() {} in GLContextEGLFactory() function in mozilla::gl::GLContextEGLFactory
167 ~GLContextEGLFactory() {} in ~GLContextEGLFactory()
170 already_AddRefed<GLContext> GLContextEGLFactory::Create( in Create()
724 return GLContextEGLFactory::Create( in CreateForCompositorWidget()
732 return GLContextEGLFactory::Create( in CreateForWindow()
H A DGLContextEGL.h92 friend class GLContextEGLFactory; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLContextProviderEGL.cpp225 class GLContextEGLFactory { class
234 GLContextEGLFactory() = default;
235 ~GLContextEGLFactory() = default;
238 already_AddRefed<GLContext> GLContextEGLFactory::CreateImpl( in CreateImpl()
343 already_AddRefed<GLContext> GLContextEGLFactory::Create( in Create()
1005 return GLContextEGLFactory::Create(window, aHardwareWebRender); in CreateForCompositorWidget()
H A DGLContextEGL.h127 friend class GLContextEGLFactory; variable
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DGLContextProviderEGL.cpp224 class GLContextEGLFactory { class
233 GLContextEGLFactory() = default;
234 ~GLContextEGLFactory() = default;
237 already_AddRefed<GLContext> GLContextEGLFactory::CreateImpl( in CreateImpl()
324 already_AddRefed<GLContext> GLContextEGLFactory::Create( in Create()
997 return GLContextEGLFactory::Create(window, aHardwareWebRender); in CreateForCompositorWidget()
H A DGLContextEGL.h121 friend class GLContextEGLFactory; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLContextProviderEGL.cpp225 class GLContextEGLFactory { class
234 GLContextEGLFactory() = default;
235 ~GLContextEGLFactory() = default;
238 already_AddRefed<GLContext> GLContextEGLFactory::CreateImpl( in CreateImpl()
343 already_AddRefed<GLContext> GLContextEGLFactory::Create( in Create()
1005 return GLContextEGLFactory::Create(window, aHardwareWebRender); in CreateForCompositorWidget()
H A DGLContextEGL.h127 friend class GLContextEGLFactory; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DGLContextProviderEGL.cpp242 class GLContextEGLFactory { class
250 GLContextEGLFactory() = default;
251 ~GLContextEGLFactory() = default;
254 already_AddRefed<GLContext> GLContextEGLFactory::CreateImpl( in CreateImpl()
322 already_AddRefed<GLContext> GLContextEGLFactory::Create( in Create()
959 return GLContextEGLFactory::Create(window, aWebRender); in CreateForCompositorWidget()
H A DGLContextEGL.h107 friend class GLContextEGLFactory; variable