Home
last modified time | relevance | path

Searched refs:drawDevice (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp248 const VkDevice drawDevice = m_context.getDevice(); in iterate() local
266 const Unique<VkFence> drawFence(createFence(vk, drawDevice)); in iterate()
304 if (VK_SUCCESS != vk.waitForFences(drawDevice, 1u, &drawFence.get(), DE_TRUE, ~0ull)) in iterate()
/external/skqp/src/compute/sk/
DSkDevice_Compute.h111 void drawDevice(SkBaseDevice*, int, int, const SkPaint&) override;
230 void drawDevice(SkBaseDevice*, int, int, const SkPaint&) override;
DSkDevice_Compute.cpp757 void SkDevice_Compute::drawDevice(SkBaseDevice* device, int left, int top, const SkPaint& paint) { in drawDevice() function in SkDevice_Compute
826 void SkDevice_ComputeLayerGroup::drawDevice(SkBaseDevice* device, int left, int top, in drawDevice() function in SkDevice_ComputeLayerGroup
828 fRoot->drawDevice(device, left, top, paint); // the root will properly close the group in drawDevice()
/external/skqp/src/svg/
DSkSVGDevice.h42 void drawDevice(SkBaseDevice*, int x, int y,
DSkSVGDevice.cpp951 void SkSVGDevice::drawDevice(SkBaseDevice*, int x, int y, in drawDevice() function in SkSVGDevice
/external/skia/src/gpu/
DSkGpuDevice_nga.h72 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
DSkGpuDevice_nga.cpp208 void SkGpuDevice_nga::drawDevice(SkBaseDevice* device, in drawDevice() function in SkGpuDevice_nga
DSkGpuDevice.h98 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
DSkGpuDevice.cpp760 void SkGpuDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, function in SkGpuDevice
765 this->INHERITED::drawDevice(device, sampling, paint);
/external/skia/src/pdf/
DSkPDFDevice.h113 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
DSkPDFDevice.cpp1676 void SkPDFDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, in drawDevice() function in SkPDFDevice
1686 this->INHERITED::drawDevice(device, sampling, paint); in drawDevice()
/external/skqp/src/core/
DSkDevice.h241 virtual void drawDevice(SkBaseDevice*, int x, int y, const SkPaint&) = 0;
427 void drawDevice(SkBaseDevice*, int, int, const SkPaint&) override {} in drawDevice() function
DSkBitmapDevice.h105 void drawDevice(SkBaseDevice*, int x, int y, const SkPaint&) override;
DSkBitmapDevice.cpp566 void SkBitmapDevice::drawDevice(SkBaseDevice* device, int x, int y, const SkPaint& origPaint) { in drawDevice() function in SkBitmapDevice
/external/skia/src/core/
DSkBitmapDevice.h103 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
DSkDevice.h320 virtual void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&);
527 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override {} in drawDevice() function
DSkBitmapDevice.cpp570 void SkBitmapDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, in drawDevice() function in SkBitmapDevice
589 this->INHERITED::drawDevice(device, sampling, paint); in drawDevice()
DSkDevice.cpp320 void SkBaseDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, in drawDevice() function in SkBaseDevice
/external/skia/src/xps/
DSkXPSDevice.h97 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
/external/skqp/src/xps/
DSkXPSDevice.h106 void drawDevice(SkBaseDevice*, int x, int y,
/external/skqp/src/pdf/
DSkPDFDevice.h96 void drawDevice(SkBaseDevice*, int x, int y,
/external/skqp/src/gpu/
DSkGpuDevice.h95 void drawDevice(SkBaseDevice*, int x, int y, const SkPaint&) override;
DSkGpuDevice.cpp1317 void SkGpuDevice::drawDevice(SkBaseDevice* device, in drawDevice() function in SkGpuDevice
/external/skia/site/docs/dev/design/
Dpdftheory.md303 SkPDFDevice::drawDevice() works by creating a form x-object of the passed device
/external/skqp/site/dev/design/
Dpdftheory.md340 device. SkPDFDevice::drawDevice() works by creating a form x-object of

12