Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp80 scissorEnable = false; in Device()
207 if(scissorEnable) in clearColor()
227 if(scissorEnable) in clearDepth()
244 if(scissorEnable) in clearStencil()
296 scissorEnable = enable; in setScissorEnable()
785 if(scissorEnable) in bindViewport()
DDevice.hpp95 bool scissorEnable; member in es2::Device
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1309 uint8 scissorEnable; member
1338 uint8 scissorEnable; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h573 uint8 scissorEnable,
Dsvga_cmd_vgpu10.c979 uint8 scissorEnable, in SVGA3D_vgpu10_DefineRasterizerState() argument
994 depthClipEnable, scissorEnable, in SVGA3D_vgpu10_DefineRasterizerState()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1065 uint32_t scissorEnable : 1; member
Dapi.cpp789 if (pState->rastState.scissorEnable) in SetupMacroTileScissors()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1851 SVGA3D_DUMP_PARAMETER(scissorEnable, u); in SVGA3D_DUMP_HEADER()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1275 rastState->scissorEnable = rasterizer->scissor; in swr_update_derived()