Home
last modified time | relevance | path

Searched refs:activeTexture_ (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphicsImpl.cpp36 activeTexture_(0), in GraphicsImpl()
H A DOGLGraphicsImpl.h120 unsigned activeTexture_; variable
H A DOGLGraphics.cpp1568 if (impl_->activeTexture_ != index) in SetTexture()
1571 impl_->activeTexture_ = index; in SetTexture()
1600 if (impl_->activeTexture_ != index) in SetTexture()
1603 impl_->activeTexture_ = index; in SetTexture()
1617 if (impl_->activeTexture_ != 0) in SetTextureForUpdate()
1620 impl_->activeTexture_ = 0; in SetTextureForUpdate()
3245 impl_->activeTexture_ = 0; in ResetCachedState()