Home
last modified time | relevance | path

Searched defs:gl (Results 251 – 275 of 9251) sorted by relevance

1...<<11121314151617181920>>...371

/dports/mail/neomutt/neomutt-20211029/address/
H A Dgroup.c147 void mutt_grouplist_clear(struct GroupList *gl) in mutt_grouplist_clear()
181 void mutt_grouplist_add(struct GroupList *gl, struct Group *group) in mutt_grouplist_add()
201 void mutt_grouplist_destroy(struct GroupList *gl) in mutt_grouplist_destroy()
270 void mutt_grouplist_add_addrlist(struct GroupList *gl, struct AddressList *al) in mutt_grouplist_add_addrlist()
289 int mutt_grouplist_remove_addrlist(struct GroupList *gl, struct AddressList *al) in mutt_grouplist_remove_addrlist()
320 int mutt_grouplist_add_regex(struct GroupList *gl, const char *s, in mutt_grouplist_add_regex()
345 int mutt_grouplist_remove_regex(struct GroupList *gl, const char *s) in mutt_grouplist_remove_regex()
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/plugins/ocr/
H A Dabstractocrdialogue.cpp137 QGridLayout *gl = new QGridLayout(w); in setupSetupPage() local
153 QGridLayout *gl = static_cast<QGridLayout *>(page->widget()->layout()); in addExtraPageWidget() local
187 QGridLayout *gl = new QGridLayout(w); in ocrShowInfo() local
226 QGridLayout *gl = new QGridLayout(w); in setupSourcePage() local
251 QGridLayout *gl = new QGridLayout(w); in setupEnginePage() local
277 QGridLayout *gl = new QGridLayout(w); in setupSpellPage() local
340 QGridLayout *gl = new QGridLayout(w); in setupDebugPage() local
/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Dglview_example_01.c35 Evas_GL_API *gl = gld->glapi; in load_shader() local
72 Evas_GL_API *gl = gld->glapi; in init_shaders() local
131 Evas_GL_API *gl = gld->glapi; in _init_gl() local
158 Evas_GL_API *gl = gld->glapi; in _del_gl() local
175 Evas_GL_API *gl = gld->glapi; in _resize_gl() local
188 Evas_GL_API *gl = elm_glview_gl_api_get(obj); in _draw_gl() local
243 Evas_Object *win, *bx, *bt, *gl; in elm_main() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DSharedSurfaceGL.cpp15 namespace gl { namespace
21 GLContext* gl, const GLFormats& formats, const IntSize& size, in Create()
42 GLContext* gl, const IntSize& size, bool hasAlpha, GLuint tex) { in Wrap()
49 SharedSurface_Basic::SharedSurface_Basic(GLContext* gl, const IntSize& size, in SharedSurface_Basic()
78 SurfaceFactory_Basic::SurfaceFactory_Basic(GLContext* gl, in SurfaceFactory_Basic()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DSharedSurfaceGL.cpp15 namespace gl { namespace
21 SharedSurface_Basic::Create(GLContext* gl, in Create()
46 SharedSurface_Basic::Wrap(GLContext* gl, in Wrap()
57 SharedSurface_Basic::SharedSurface_Basic(GLContext* gl, in SharedSurface_Basic()
101 SurfaceFactory_Basic::SurfaceFactory_Basic(GLContext* gl, const SurfaceCaps& caps, in SurfaceFactory_Basic()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DSharedSurfaceGL.cpp16 namespace gl { namespace
23 GLContext* gl, const GLFormats& formats, const IntSize& size, in Create()
44 UniquePtr<SharedSurface_Basic> SharedSurface_Basic::Wrap(GLContext* gl, in Wrap()
54 SharedSurface_Basic::SharedSurface_Basic(GLContext* gl, const IntSize& size, in SharedSurface_Basic()
83 SurfaceFactory_Basic::SurfaceFactory_Basic(GLContext* gl, in SurfaceFactory_Basic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display_embedder/
H A Dgl_output_surface_offscreen.cc43 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in EnsureBackbuffer() local
72 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in DiscardBackbuffer() local
90 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in BindFramebuffer() local
109 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in SwapBuffers() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display_embedder/
H A Dgl_output_surface_offscreen.cc43 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in EnsureBackbuffer() local
71 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in DiscardBackbuffer() local
89 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in BindFramebuffer() local
108 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in SwapBuffers() local
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/texture/
H A DTextureState.java89 private static final int activeTexture(final GL gl) { in activeTexture()
102 public TextureState(final GL gl, final int textureTarget) throws GLException { in TextureState()
114 …public TextureState(final GL gl, final int textureUnit, final int textureTarget) throws GLExceptio… in TextureState()
135 public final void restore(final GL gl) { in restore()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
81 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
93 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/font/
H A DX11TextRenderer.java71 Region clip, GlyphList gl); in doDrawGlyphList()
73 protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { in drawGlyphList()
80 doDrawGlyphList(x11sd.getNativeOps(), xgc, clip, gl); in drawGlyphList() local
92 Region clip, GlyphList gl) in doDrawGlyphList()
/dports/games/quakeforge/quakeforge-0.7.2/libs/models/iqm/
H A Dgl_model_iqm.c62 gliqm_t *gl = (gliqm_t *) iqm->extra_data; in gl_iqm_clear() local
74 gliqm_t *gl = (gliqm_t *) iqm->extra_data; in gl_iqm_load_textures() local
100 gliqm_t *gl; in gl_Mod_IQMFinish() local
/dports/graphics/cegui/cegui-0.8.7/android/CEGUISampleFramework/src/sample_framework/cegui/
H A DRenderer.java19 public void onSurfaceCreated(GL10 gl, EGLConfig config) in onSurfaceCreated()
24 public void onSurfaceChanged(GL10 gl, int width, int height) in onSurfaceChanged()
29 public void onDrawFrame(GL10 gl) in onDrawFrame()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/java/lib/src/org/godotengine/godot/
H A DGodotRenderer.java54 public void onDrawFrame(GL10 gl) { in onDrawFrame()
69 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/dports/devel/godot/godot-3.2.3-stable/platform/android/java/lib/src/org/godotengine/godot/
H A DGodotRenderer.java54 public void onDrawFrame(GL10 gl) { in onDrawFrame()
69 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestGPUMemSec01NEWT.java68 final GL gl = winctx.context.getGL(); in createCurrentGLOffscreenWindow() local
85 …static int readPixelsCheck(final GL gl, final int format, final int type, final int components, fi… in readPixelsCheck()
250 final GL gl = winctx.context.getGL(); in testReadPixelsGL_640x480xRGBAxUB() local
272 final GL gl = winctx.context.getGL(); in testReadPixelsGL_99x100xRGBxUB() local
296 final GL gl = winctx.context.getGL(); in testReadPixelsGL2GL3_640x480xRGBxUB() local
322 final GL gl = winctx.context.getGL(); in testReadPixelsGL2GL3_99x100xRGBxUB() local
346 final GL2GL3 gl = winctx.context.getGL().getGL2GL3(); in testReadPixelsGL2GL3_640x480xREDxUB() local
372 final GL2GL3 gl = winctx.context.getGL().getGL2GL3(); in testReadPixelsGL2GL3_102x100xREDxUB() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityTests.cpp74 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate() local
357 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createProgram() local
535 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createFramebufferAndVertexArrayObject() local
593 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in test() local
627 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in cleanProgram() local
645 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in cleanFramebufferAndVertexArrayObject() local

1...<<11121314151617181920>>...371