Home
last modified time | relevance | path

Searched refs:setScissorEnable (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp53 virtual void setScissorEnable(bool enable);
DDevice.cpp292 void Device::setScissorEnable(bool enable) in setScissorEnable() function in es1::Device
DContext.cpp1735 device->setScissorEnable(true); in applyRenderTarget()
1739 device->setScissorEnable(false); in applyRenderTarget()
/external/swiftshader/src/OpenGL/libGL/
DDevice.hpp64 virtual void setScissorEnable(bool enable);
DDevice.cpp431 void Device::setScissorEnable(bool enable) in setScissorEnable() function in gl::Device
DContext.cpp1686 device->setScissorEnable(true); in applyRenderTarget()
1690 device->setScissorEnable(false); in applyRenderTarget()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp55 virtual void setScissorEnable(bool enable);
DDevice.cpp352 void Device::setScissorEnable(bool enable) in setScissorEnable() function in es2::Device
DContext.cpp2664 device->setScissorEnable(true); in applyScissor()
2668 device->setScissorEnable(false); in applyScissor()