Home
last modified time | relevance | path

Searched refs:_gValue (Results 1 – 4 of 4) sorted by relevance

/dports/games/residualvm/residualvm-0.3.1/graphics/tinygl/
H A Dzdirtyrect.cpp627 …, _clearColorBuffer(clearColorBuffer), _zValue(zValue), _rValue(rValue), _gValue(gValue), _bValue(… in ClearBufferDrawCall()
636 c->fb->clear(_clearZBuffer, _zValue, _clearColorBuffer, _rValue, _gValue, _bValue); in execute()
642 …width(), clearRect.height(), _clearZBuffer, _zValue, _clearColorBuffer, _rValue, _gValue, _bValue); in execute()
649 _gValue == other._gValue && in operator ==()
H A Dzdirtyrect.h88 int _rValue, _gValue, _bValue, _zValue; variable
/dports/games/scummvm/scummvm-2.5.1/graphics/tinygl/
H A Dzdirtyrect.cpp631 …, _clearColorBuffer(clearColorBuffer), _zValue(zValue), _rValue(rValue), _gValue(gValue), _bValue(… in ClearBufferDrawCall()
640 c->fb->clear(_clearZBuffer, _zValue, _clearColorBuffer, _rValue, _gValue, _bValue); in execute()
646 …width(), clearRect.height(), _clearZBuffer, _zValue, _clearColorBuffer, _rValue, _gValue, _bValue); in execute()
653 _gValue == other._gValue && in operator ==()
H A Dzdirtyrect.h88 int _rValue, _gValue, _bValue, _zValue; variable