/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 248 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/ |
D | SkDevice_Compute.h | 111 void drawDevice(SkBaseDevice*, int, int, const SkPaint&) override; 230 void drawDevice(SkBaseDevice*, int, int, const SkPaint&) override;
|
D | SkDevice_Compute.cpp | 757 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/ |
D | SkSVGDevice.h | 42 void drawDevice(SkBaseDevice*, int x, int y,
|
D | SkSVGDevice.cpp | 951 void SkSVGDevice::drawDevice(SkBaseDevice*, int x, int y, in drawDevice() function in SkSVGDevice
|
/external/skia/src/gpu/ |
D | SkGpuDevice_nga.h | 72 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
|
D | SkGpuDevice_nga.cpp | 208 void SkGpuDevice_nga::drawDevice(SkBaseDevice* device, in drawDevice() function in SkGpuDevice_nga
|
D | SkGpuDevice.h | 98 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
|
D | SkGpuDevice.cpp | 760 void SkGpuDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, function in SkGpuDevice 765 this->INHERITED::drawDevice(device, sampling, paint);
|
/external/skia/src/pdf/ |
D | SkPDFDevice.h | 113 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
|
D | SkPDFDevice.cpp | 1676 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/ |
D | SkDevice.h | 241 virtual void drawDevice(SkBaseDevice*, int x, int y, const SkPaint&) = 0; 427 void drawDevice(SkBaseDevice*, int, int, const SkPaint&) override {} in drawDevice() function
|
D | SkBitmapDevice.h | 105 void drawDevice(SkBaseDevice*, int x, int y, const SkPaint&) override;
|
D | SkBitmapDevice.cpp | 566 void SkBitmapDevice::drawDevice(SkBaseDevice* device, int x, int y, const SkPaint& origPaint) { in drawDevice() function in SkBitmapDevice
|
/external/skia/src/core/ |
D | SkBitmapDevice.h | 103 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
|
D | SkDevice.h | 320 virtual void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&); 527 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override {} in drawDevice() function
|
D | SkBitmapDevice.cpp | 570 void SkBitmapDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, in drawDevice() function in SkBitmapDevice 589 this->INHERITED::drawDevice(device, sampling, paint); in drawDevice()
|
D | SkDevice.cpp | 320 void SkBaseDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, in drawDevice() function in SkBaseDevice
|
/external/skia/src/xps/ |
D | SkXPSDevice.h | 97 void drawDevice(SkBaseDevice*, const SkSamplingOptions&, const SkPaint&) override;
|
/external/skqp/src/xps/ |
D | SkXPSDevice.h | 106 void drawDevice(SkBaseDevice*, int x, int y,
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.h | 96 void drawDevice(SkBaseDevice*, int x, int y,
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.h | 95 void drawDevice(SkBaseDevice*, int x, int y, const SkPaint&) override;
|
D | SkGpuDevice.cpp | 1317 void SkGpuDevice::drawDevice(SkBaseDevice* device, in drawDevice() function in SkGpuDevice
|
/external/skia/site/docs/dev/design/ |
D | pdftheory.md | 303 SkPDFDevice::drawDevice() works by creating a form x-object of the passed device
|
/external/skqp/site/dev/design/ |
D | pdftheory.md | 340 device. SkPDFDevice::drawDevice() works by creating a form x-object of
|