Searched refs:setScissorRectangle (Results 1 – 6 of 6) sorted by relevance
127 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled) = 0;
80 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled);
66 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled);
1047 void Renderer9::setScissorRectangle(const gl::Rectangle &scissor, bool enabled) in setScissorRectangle() function in rx::Renderer9
736 void Renderer11::setScissorRectangle(const gl::Rectangle &scissor, bool enabled) in setScissorRectangle() function in rx::Renderer11
1737 mRenderer->setScissorRectangle(mState.scissor, mState.scissorTest); in applyRenderTarget()