Home
last modified time | relevance | path

Searched defs:GLState (Results 1 – 16 of 16) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dglwrapper.h110 struct GLState struct
115 const GLState &operator=(const GLState &state); argument
132 class GLStateManager argument
144 virtual void set(const GLState& state) = 0; argument
H A Dglwrapper.cc28 GLState::GLState() : in GLState() function in GLState
41 GLState::GLState(const GLState &state) : in GLState() function in GLState
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelPainter.hpp340 struct GLState struct in StelPainter
344 bool blend;
345 GLenum blendSrc, blendDst;
346 bool depthTest;
347 bool depthMask;
348 bool cullFace;
349 bool lineSmooth;
350 GLfloat lineWidth;
358 QOpenGLFunctions* gl;
H A DStelPainter.cpp60 StelPainter::GLState::GLState(QOpenGLFunctions* gl) in GLState() function in StelPainter::GLState
/dports/graphics/py-pivy/pivy-0.6.6/interfaces/
H A Dcoin2.i54 typedef SoGLLazyElement::GLState GLState; typedef
H A Dcoin.i44 typedef SoGLLazyElement::GLState GLState; typedef
/dports/games/scorched3d/scorched/src/client/GLEXT/
H A DGLState.cpp34 GLState::GLState(unsigned wantedState) in GLState() function in GLState
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dcanvas-generic.h28 class GLState; variable
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dcanvas-generic.h28 class GLState; variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/opengl/
H A Djuce_OpenGLGraphicsContext.cpp1362 struct GLState struct
1364 GLState (const Target& t) noexcept in GLState() function
1384 ~GLState() in ~GLState()
1390 void flush() in flush()
1554 Target target;
1556 StateHelpers::BlendingMode blendMode;
1557 StateHelpers::ActiveTextures activeTextures;
1558 StateHelpers::TextureCache textureCache;
1559 StateHelpers::CurrentShader currentShader;
1562 CachedImageList::Ptr cachedImageList;
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dglstate.cpp142 DENG2_PIMPL(GLState) in DENG2_PIMPL() argument
385 GLState::GLState() : d(new Impl(this)) in GLState() function in de::GLState
401 GLState::GLState(GLState const &other) : d(new Impl(this, *other.d)) in GLState() function in de::GLState
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLState.h240 GLState() { in GLState() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc305 class SpinningCube::GLState { class in SpinningCube
322 SpinningCube::GLState::GLState() in GLState() function in SpinningCube::GLState
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc305 class SpinningCube::GLState { class in SpinningCube
322 SpinningCube::GLState::GLState() in GLState() function in SpinningCube::GLState
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoGLLazyElement.h100 } GLState; typedef
/dports/graphics/quesoglc/quesoglc-0.7.2/src/
H A Drender.c303 __GLCglState GLState; in __glcRenderCountedString() local