Home
last modified time | relevance | path

Searched refs:SG_GL (Results 1 – 17 of 17) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Canvas/
H A DFGCanvasSystemAdapter.cxx41 SG_GL, in getFont()
50 SG_GL, in getFont()
59 SG_GL, in getFont()
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/elements/
H A DCanvasImage.cxx111 SG_LOG(SG_GL, SG_ALERT, "canvas::Image: Missing 'png' image reader"); in staticInit()
634 SG_LOG(SG_GL, SG_WARN, "'file' is deprecated. Use 'src' instead"); in childChanged()
664 SG_LOG(SG_GL, SG_ALERT, "canvas::Image: No canvas available"); in childChanged()
671 SG_LOG(SG_GL, SG_ALERT, "canvas::Image: Failed to get CanvasMgr"); in childChanged()
681 SG_LOG(SG_GL, SG_ALERT, "canvas::Image: No such canvas: " << path); in childChanged()
690 SG_LOG(SG_GL, SG_ALERT, "canvas::Image: Invalid canvas: " << path); in childChanged()
H A DCanvasElement.cxx143 SG_LOG(SG_GL, SG_WARN, "RelativeScissor: missing parent."); in apply()
714 SG_GL, in Element()
819 SG_LOG(SG_GL, SG_WARN, "canvas::Element::setDrawable: NULL drawable"); in setDrawable()
824 SG_LOG(SG_GL, SG_WARN, "canvas::Element::setDrawable: NULL scenegroup"); in setDrawable()
H A DCanvasGroup.cxx301 SG_GL, in childRemoved()
H A DCanvasPath.cxx458 SG_LOG(SG_GL, SG_ALERT, "vgError: " << err); in drawImplementation()
534 SG_LOG(SG_GL, SG_WARN, "Unknown VG command: " << (int)cmd); in getTransformedBounds()
H A DCanvasText.cxx793 SG_LOG(SG_GL, SG_ALERT, "canvas::Text: Missing 'ttf' font reader"); in nearestLine()
/dports/devel/simgear/simgear-2020.3.11/simgear/debug/
H A Ddebug_types.h17 SG_GL = 0x00000010, enumerator
H A DOsgIoCapture.hxx23 SG_LOG(SG_GL, SG_ALERT, message); in notify()
H A DLogCallback.cxx90 case SG_GL: return "opengl"; in debugClassToString()
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Dod_gauge.cxx119 SG_GL, in ReplaceStaticTextureVisitor()
234 SG_GL, in modify_groups()
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Dfg_os_osgviewer.cxx368 SG_LOG(SG_GL, SG_INFO, "Using Qt implementation of GraphicsWindow"); in fgOSInit()
373 SG_LOG(SG_GL, SG_INFO, "Using stock OSG implementation of GraphicsWindow"); in fgOSInit()
H A DPUICamera.cxx309 SG_LOG(SG_GL, SG_INFO, "Deleting PUI camera"); in ~PUICamera()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A DEffectBuilder.hxx505 SG_LOG(SG_GL,SG_DEBUG,"Creating ScalarChangeListener for " << *_propName ); in ScalarChangeListener()
518 SG_LOG(SG_GL,SG_DEBUG,"Adding change listener to " << *_propName ); in activate()
H A DEffect.cxx141 …SG_LOG(SG_GL,SG_DEBUG,"Invalid parameter " << valProp->getName() << " for uniform " << name << " i… in getUniform()
153 SG_LOG(SG_GL,SG_DEBUG,"new uniform " << name << " value " << uniformCache.size()); in getUniform()
213 SG_LOG(SG_GL,SG_DEBUG,"Adding " << deferredListenerList.size() << " listeners for effects."); in updateListeners()
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/
H A DODGauge.cxx192 SG_GL, in setSampling()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/
H A DtestSuite.cxx116 logClass |= SG_GL; in processLogClass()
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dfg_props.cxx58 LogClassMapping(SG_GL, "gl"),