Home
last modified time | relevance | path

Searched refs:m_drawState (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp331 …m_refImage.setStorage(vk::mapVkFormat(m_drawState.colorFormat), m_drawState.renderSize.x(), m_draw… in draw()
350 …rr::PrimitiveList(mapVkPrimitiveToRRPrimitive(m_drawState.topology), (int)m_drawCallData.vertices.… in draw()
395 m_drawState.colorFormat, // VkFormat format; in VulkanDrawContext()
396 … makeExtent3D(m_drawState.renderSize.x(), m_drawState.renderSize.y(), 1u), // VkExtent3D extent; in VulkanDrawContext()
399 (VkSampleCountFlagBits)m_drawState.numSamples, // VkSampleCountFlagBits samples; in VulkanDrawContext()
409 …m_colorImageView = makeImageView(vk, device, **m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_drawState.co… in VulkanDrawContext()
413 …itmapSize = tcu::getPixelSize(mapVkFormat(m_drawState.colorFormat)) * m_drawState.renderSize.x() *… in VulkanDrawContext()
450 m_drawState.colorFormat, // VkFormat format; in VulkanDrawContext()
451 (VkSampleCountFlagBits)m_drawState.numSamples, // VkSampleCountFlagBits samples; in VulkanDrawContext()
461 m_drawState.depthFormat, // VkFormat format in VulkanDrawContext()
[all …]
DvktDrawUtil.hpp81 : m_drawState (drawState) in DrawContext()
92 const DrawState& m_drawState; member in vkt::drawutil::DrawContext
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp722 m_drawState.Copy(*pDrawState); in DrawPath()
749 m_pDriver->PaintStroke(&skPaint, &m_drawState, skMatrix); in FlushPath()
984 StateChanged(pState, m_drawState) || fill_color != m_fillColor || in DrawChanged()
1134 CFX_GraphStateData m_drawState; member in SkiaState