Home
last modified time | relevance | path

Searched refs:checkGLErrors (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/OpenGL/
H A DShader.cpp55 checkGLErrors(); in OpenGL3Shader()
65 checkGLErrors(); in OpenGL3Shader()
127 checkGLErrors(); in compile()
138 checkGLErrors(); in compile()
159 checkGLErrors(); in compile()
192 checkGLErrors(); in link()
198 checkGLErrors(); in link()
211 checkGLErrors(); in link()
H A DGL3Renderer.cpp335 checkGLErrors(); in initialiseOpenGLShaders()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DGLObjectsVisitor.cpp60 …if (_checkGLErrors==osg::State::ONCE_PER_ATTRIBUTE) _renderInfo.getState()->checkGLErrors("start o… in apply()
95 …if (_checkGLErrors==osg::State::ONCE_PER_ATTRIBUTE) _renderInfo.getState()->checkGLErrors("after d… in apply()
109 …if (_checkGLErrors==osg::State::ONCE_PER_ATTRIBUTE) _renderInfo.getState()->checkGLErrors("start o… in apply()
118 …if (_checkGLErrors==osg::State::ONCE_PER_ATTRIBUTE) _renderInfo.getState()->checkGLErrors("after s… in apply()
144 …heckGLErrors==osg::State::ONCE_PER_ATTRIBUTE) _renderInfo.getState()->checkGLErrors("after pcp->ap… in apply()
168 …if (_checkGLErrors==osg::State::ONCE_PER_ATTRIBUTE) _renderInfo.getState()->checkGLErrors("after G… in apply()
185 …kGLErrors!=osg::State::NEVER_CHECK_GL_ERRORS) _renderInfo.getState()->checkGLErrors("after GLObjec… in compile()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelOpenGL.hpp31 …Q_ASSERT_X(!StelOpenGL::checkGLErrors(__FILE__, __LINE__), "GL macro", "OpenGL errors encountered"…
46 int checkGLErrors(const char *file, int line);
H A DStelOpenGL.cpp41 int StelOpenGL::checkGLErrors(const char *file, int line) in checkGLErrors() function in StelOpenGL
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/gles/
H A Dapp-linux.c74 static void checkGLErrors() in checkGLErrors() function
237 checkGLErrors(); in main()
H A Dapp-win32.c54 static void checkGLErrors() in checkGLErrors() function
284 checkGLErrors(); in WinMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/gles/t/
H A Dapp-linux.c74 static void checkGLErrors() in checkGLErrors() function
237 checkGLErrors(); in main()
H A Dapp-win32.c54 static void checkGLErrors() in checkGLErrors() function
284 checkGLErrors(); in WinMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/glut/
H A Dapp-linux.c74 static void checkGLErrors() in checkGLErrors() function
237 checkGLErrors(); in main()
H A Dapp-win32.c54 static void checkGLErrors() in checkGLErrors() function
284 checkGLErrors(); in WinMain()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/OpenGL/
H A DShader.h110 #define checkGLErrors() getGLErrors(AT) macro
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DState.cpp673 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors("start of State::apply(StateSet*)"); in apply()
760 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors("end of State::apply(StateSet*)"); in apply()
765 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors("start of State::apply()"); in apply()
803 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors("end of State::apply()"); in apply()
1145 bool State::checkGLErrors(const char* str1, const char* str2) const in checkGLErrors() function in State
1179 bool State::checkGLErrors(StateAttribute::GLMode mode) const in checkGLErrors() function in State
1198 bool State::checkGLErrors(const StateAttribute* attribute) const in checkGLErrors() function in State
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DState.cpp583 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors("start of State::apply(StateSet*)"); in apply()
670 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors("end of State::apply(StateSet*)"); in apply()
675 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors("start of State::apply()"); in apply()
713 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors("end of State::apply()"); in apply()
1330 bool State::checkGLErrors(const char* str) const in checkGLErrors() function in State
1360 bool State::checkGLErrors(StateAttribute::GLMode mode) const in checkGLErrors() function in State
1379 bool State::checkGLErrors(const StateAttribute* attribute) const in checkGLErrors() function in State
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/
H A DGeometryPool.cpp917 if (checkForGLErrors) state.checkGLErrors("start of SharedGeometry::drawImplementation()"); in drawImplementation()
947 …if (checkForGLErrors) state.checkGLErrors("Geometry::drawImplementation() after vertex arrays setu… in drawImplementation()
968 … if (state.checkGLErrors("End of SharedGeometry::drawImplementation. computeDiagonals=TRUE")) {} in drawImplementation()
973 … if (state.checkGLErrors("End of SharedGeometry::drawImplementation. computeDiagonals=FALSE")) {} in drawImplementation()
978 if (checkForGLErrors) state.checkGLErrors("end of SharedGeometry::drawImplementation()."); in drawImplementation()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/bugs/
H A DBug735Inv0AppletAWT.java185 checkGLErrors(drawable.getGL()); in run()
373 private void checkGLErrors(final GL gl) { in checkGLErrors() method in Bug735Inv0AppletAWT
H A DBug735Inv1AppletAWT.java186 checkGLErrors(drawable.getGL()); in run()
372 private void checkGLErrors(final GL gl) { in checkGLErrors() method in Bug735Inv1AppletAWT
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgmemorytest/
H A Dosgmemorytest.cpp112 if (renderInfo.getState()->checkGLErrors(_attribute.get())) in apply()
228 if (renderInfo.getState()->checkGLErrors("Drawable")) in apply()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgmemorytest/
H A Dosgmemorytest.cpp114 if (renderInfo.getState()->checkGLErrors(_attribute.get())) in apply()
230 if (renderInfo.getState()->checkGLErrors("Drawable")) in apply()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_mp/
H A DTileDrawable.cpp350 if ( checkForGLErrors ) state.checkGLErrors("start of TileDrawable::drawImplementation()"); in drawImplementation()
360 if ( checkForGLErrors ) state.checkGLErrors("end of TileDrawable::drawImplementation()"); in drawImplementation()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glPaintTest/
H A DglPaintTest.cpp129 checkGLErrors(std::string const & where = "") { in checkGLErrors() function
196 checkGLErrors("create osd enter"); in createOsdMesh()
300 checkGLErrors("create osd exit"); in createOsdMesh()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/
H A DGeometryPool.cpp917 if (checkForGLErrors) state.checkGLErrors("start of SharedGeometry::drawImplementation()"); in drawImplementation()
949 …if (checkForGLErrors) state.checkGLErrors("Geometry::drawImplementation() after vertex arrays setu… in drawImplementation()
977 if (checkForGLErrors) state.checkGLErrors("end of SharedGeometry::drawImplementation()."); in drawImplementation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DState925 bool checkGLErrors(const char* str1=0, const char* str2=0) const;
926 bool checkGLErrors(StateAttribute::GLMode mode) const;
927 bool checkGLErrors(const StateAttribute* attribute) const;
1152 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors(mode);
1171 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors(mode);
1199 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors(attribute);
1225 if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors(attribute);
1252 … if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors(as.global_default_attribute.get());
1276 … if (_checkGLErrors==ONCE_PER_ATTRIBUTE) checkGLErrors(as.global_default_attribute.get());
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DRenderer.cpp586 sceneView->getState()->checkGLErrors("Before Renderer::compile"); in compile()
617 sceneView->getState()->checkGLErrors("After Renderer::compile"); in compile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DRenderer.cpp571 sceneView->getState()->checkGLErrors("Before Renderer::compile"); in compile()
580 sceneView->getState()->checkGLErrors("After Renderer::compile"); in compile()

12