Searched defs:DrawState (Results 1 – 3 of 3) sorted by relevance
43 struct DrawState struct45 vk::VkPrimitiveTopology topology;46 vk::VkFormat colorFormat;47 vk::VkFormat depthFormat;48 tcu::UVec2 renderSize;49 bool depthClampEnable;50 bool depthTestEnable;51 bool depthWriteEnable;52 rr::TestFunc compareOp;53 bool depthBoundsTestEnable;[all …]
307 DrawState::DrawState(const vk::VkPrimitiveTopology topology_, deUint32 renderWidth_, deUint32 rende… in DrawState() function in vkt::drawutil::DrawState
233 struct SkThreadedBMPDevice::DrawState { struct in SkThreadedBMPDevice234 SkPixmap fDst;235 SkMatrix fMatrix;236 SkRasterClip fRC;238 explicit DrawState(SkThreadedBMPDevice* dev) { in DrawState() argument248 SkDraw getThreadDraw(SkRasterClip& threadRC, const SkIRect& threadBounds) const { in getThreadDraw()