Home
last modified time | relevance | path

Searched refs:GLEWContext (Results 1 – 25 of 128) sorted by relevance

123456

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLContext.cpp50 GLEWContext * glewGetContext() in glewGetContext()
53 static OGRE_THREAD_POINTER_VAR(GLEWContext, GLEWContextsPtr); in glewGetContext()
55 GLEWContext * currentGLEWContextsPtr = OGRE_THREAD_POINTER_GET(GLEWContextsPtr); in glewGetContext()
58 currentGLEWContextsPtr = new GLEWContext(); in glewGetContext()
60 memset(currentGLEWContextsPtr, 0, sizeof(GLEWContext)); in glewGetContext()
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/src/
H A Dglew_tail.h16 typedef struct GLEWContextStruct GLEWContext; typedef
17 GLEWAPI GLenum glewContextInit (GLEWContext* ctx);
18 GLEWAPI GLboolean glewContextIsSupported (GLEWContext* ctx, const char* name);
H A Dglew_utils.h48 # define GLEW_CONTEXT_ARG_DEF_INIT GLEWContext* ctx
60 # define GLEW_CONTEXT_ARG_DEF_LIST GLEWContext* ctx
H A Dglew_str_head.c2 GLboolean glewContextIsSupported (GLEWContext* ctx, const char* name)
H A Dglew_head.c14 # define GLEW_CONTEXT_ARG_DEF_INIT GLEWContext* ctx
26 # define GLEW_CONTEXT_ARG_DEF_LIST GLEWContext* ctx
H A Dglewinfo_head.c14 GLEWContext _glewctx;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/src/
H A Dglew_tail.h19 typedef struct GLEWContextStruct GLEWContext; typedef
20 GLEWAPI GLenum GLEWAPIENTRY glewContextInit (GLEWContext *ctx);
21 GLEWAPI GLboolean GLEWAPIENTRY glewContextIsSupported (const GLEWContext *ctx, const char *name);
H A Dglew_utils.h48 # define GLEW_CONTEXT_ARG_DEF_INIT GLEWContext* ctx
60 # define GLEW_CONTEXT_ARG_DEF_LIST GLEWContext* ctx
H A Dglew_str_head.c2 GLboolean GLEWAPIENTRY glewContextIsSupported (const GLEWContext* ctx, const char* name)
H A Dglew_head.c15 # define GLEW_CONTEXT_ARG_DEF_INIT GLEWContext* ctx
27 # define GLEW_CONTEXT_ARG_DEF_LIST GLEWContext* ctx
H A Dglewinfo_head.c18 GLEWContext _glewctx;
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/src/
H A Dglew_tail.h19 typedef struct GLEWContextStruct GLEWContext; typedef
20 GLEWAPI GLenum GLEWAPIENTRY glewContextInit (GLEWContext *ctx);
21 GLEWAPI GLboolean GLEWAPIENTRY glewContextIsSupported (const GLEWContext *ctx, const char *name);
H A Dglew_utils.h48 # define GLEW_CONTEXT_ARG_DEF_INIT GLEWContext* ctx
60 # define GLEW_CONTEXT_ARG_DEF_LIST GLEWContext* ctx
H A Dglew_str_head.c2 GLboolean GLEWAPIENTRY glewContextIsSupported (const GLEWContext* ctx, const char* name)
H A Dglew_head.c15 # define GLEW_CONTEXT_ARG_DEF_INIT GLEWContext* ctx
27 # define GLEW_CONTEXT_ARG_DEF_LIST GLEWContext* ctx
H A Dglewinfo_head.c18 GLEWContext _glewctx;
/dports/multimedia/bino/bino-1.6.5/src/
H A Dvideo_output_qt.h175 GLEWContext _glew_context;
203 virtual GLEWContext* glewGetContext() const;
H A Dvideo_output.h132 virtual GLEWContext* glewGetContext() const = 0;
H A Dplayer_equalizer.cpp158GLEWContext* glewGetContext() const { return const_cast<GLEWContext*>(_channel->getWindow()->glewG… in glewGetContext()
867 if (!glewContextIsSupported(const_cast<GLEWContext *>(glewGetContext()), in configInitGL()
H A Dvideo_output_qt.cpp793 GLEWContext* video_output_qt::glewGetContext() const in glewGetContext()
795 return const_cast<GLEWContext*>(&_glew_context); in glewGetContext()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLPrerequisites.h78 GLEWContext * glewGetContext();
/dports/graphics/quesoglc/quesoglc-0.7.2/src/
H A Docontext.h134 GLEWContext glewContext; /* GLEW context for OpenGL extensions */
/dports/graphics/quesoglc/quesoglc-0.7.2/include/
H A Dinternal.h351 GLEWAPI GLEWContext* glewGetContext(void);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blastfmt/
H A Dblast_hitmatrix.cpp266 GLEWContext glew_context; in x_InitGraphics()
/dports/lang/parrot/parrot-8.1.0/config/gen/
H A Dopengl.pm128 GLEWContext => 'void',

123456