Home
last modified time | relevance | path

Searched defs:DrawState (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.hpp43 struct DrawState struct
45 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 …]
DvktDrawUtil.cpp307 DrawState::DrawState(const vk::VkPrimitiveTopology topology_, deUint32 renderWidth_, deUint32 rende… in DrawState() function in vkt::drawutil::DrawState
/external/skia/src/core/
DSkThreadedBMPDevice.cpp233 struct SkThreadedBMPDevice::DrawState { struct in SkThreadedBMPDevice
234 SkPixmap fDst;
235 SkMatrix fMatrix;
236 SkRasterClip fRC;
238 explicit DrawState(SkThreadedBMPDevice* dev) { in DrawState() argument
248 SkDraw getThreadDraw(SkRasterClip& threadRC, const SkIRect& threadBounds) const { in getThreadDraw()