Home
last modified time | relevance | path

Searched refs:DrawState (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/core/
DSkThreadedBMPDevice.cpp65 SkThreadedBMPDevice::DrawState::DrawState(SkThreadedBMPDevice* dev) { in DrawState() function in SkThreadedBMPDevice::DrawState
84 SkDraw SkThreadedBMPDevice::DrawState::getDraw() const { in getDraw()
92 SkThreadedBMPDevice::TileDraw::TileDraw(const DrawState& ds, const SkIRect& tileBounds) in TileDraw()
112 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawPaint()
120 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawPoints()
127 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawRect()
142 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawRRect()
152 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds) { in drawPath()
163 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawBitmap()
170 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawSprite()
[all …]
DSkThreadedBMPDevice.h46 struct DrawState { struct
51 DrawState() {} in DrawState() argument
52 explicit DrawState(SkThreadedBMPDevice* dev);
58 public: TileDraw(const DrawState& ds, const SkIRect& tileBounds);
63 using DrawFn = std::function<void(SkArenaAlloc* threadAlloc, const DrawState& ds,
67 DrawState fDS;
90 element->fDS = DrawState(fDevice); in push()
/external/skia/src/core/
DSkThreadedBMPDevice.cpp73 SkThreadedBMPDevice::DrawState::DrawState(SkThreadedBMPDevice* dev) { in DrawState() function in SkThreadedBMPDevice::DrawState
92 SkDraw SkThreadedBMPDevice::DrawState::getDraw() const { in getDraw()
100 SkThreadedBMPDevice::TileDraw::TileDraw(const DrawState& ds, const SkIRect& tileBounds) in TileDraw()
120 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawPaint()
128 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawPoints()
135 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawRect()
150 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawRRect()
161 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds) { in drawPath()
178 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawBitmap()
185 fQueue.push(drawBounds, [=](SkArenaAlloc*, const DrawState& ds, const SkIRect& tileBounds){ in drawSprite()
[all …]
DSkThreadedBMPDevice.h47 struct DrawState { struct
52 DrawState() {} in DrawState() argument
53 explicit DrawState(SkThreadedBMPDevice* dev);
59 public: TileDraw(const DrawState& ds, const SkIRect& tileBounds);
66 using DrawFn = std::function<void(SkArenaAlloc* threadAlloc, const DrawState& ds,
118 DrawState fDS;
190 fElement->setDrawFn([](SkArenaAlloc* threadAlloc, const SkThreadedBMPDevice::DrawState& ds, in setEmptyDrawFn()
DSkDraw.cpp1037 const SkThreadedBMPDevice::DrawState& ds, const SkIRect& tileBounds) { in drawDevPath()
1047 const SkThreadedBMPDevice::DrawState& ds, const SkIRect& tileBounds) { in drawDevPath()
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.hpp43 struct DrawState struct
60 DrawState (const vk::VkPrimitiveTopology topology_, deUint32 renderWidth_, deUint32 renderHeight_);
79 DrawContext (const DrawState& drawState, in DrawContext()
92 const DrawState& m_drawState;
99 ReferenceDrawContext (const DrawState& drawState, in ReferenceDrawContext()
154 const DrawState& drawState,
DvktDrawUtil.cpp307 DrawState::DrawState(const vk::VkPrimitiveTopology topology_, deUint32 renderWidth_, deUint32 rende… in DrawState() function in vkt::drawutil::DrawState
366 const DrawState& drawState, in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp421 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside()
463 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside()
548 DrawState drawState (topology, RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClamp()
613 DrawState drawState (VK_PRIMITIVE_TOPOLOGY_POINT_LIST, RENDER_SIZE, RENDER_SIZE); in testLargePoints()
699 DrawState drawState (VK_PRIMITIVE_TOPOLOGY_LINE_LIST, RENDER_SIZE, RENDER_SIZE); in testWideLines()
1028 DrawState drawState (caseDef.topology, RENDER_SIZE, RENDER_SIZE); in testClipDistance()
1156DrawState drawState (VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, RENDER_SIZE_LARGE, RENDER_SIZE_LARG… in testComplementarity()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp580 static DrawState getDrawState (UVec2 renderSize) in testImageQueryLod()
582 DrawState state(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, renderSize.x(), renderSize.y()); in testImageQueryLod()
618 const DrawState drawState (LocalUtil::getDrawState(renderSize)); in testImageQueryLod()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp152 DrawState drawState (m_topology, FRONTFACE_RENDERWIDTH, FRONTFACE_RENDERHEIGHT); in iterate()
785 DrawState drawState(m_topology, m_renderSize.x(), m_renderSize.y()); in iterate()
952 DrawState drawState(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, m_renderSize.x(), m_renderSize.y()); in iterate()
1495 DrawState drawState(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, m_renderSize.x(), m_renderSize.y()); in iterate()