Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp101 void clearColorImage(VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor,
DVkCommandBuffer.cpp763 void CommandBuffer::clearColorImage(VkImage image, VkImageLayout imageLayout, const VkClearColorVal… in clearColorImage() function in vk::CommandBuffer
DlibVulkan.cpp1479 vk::Cast(commandBuffer)->clearColorImage(image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h231 void clearColorImage(const GrVkGpu* gpu,
DGrVkCommandBuffer.cpp775 void GrVkPrimaryCommandBuffer::clearColorImage(const GrVkGpu* gpu, in clearColorImage() function in GrVkPrimaryCommandBuffer
DGrVkGpu.cpp1003 this->currentCommandBuffer()->clearColorImage(this, tex.get(), &zeroClearColor, 1, &range); in onCreateTexture()
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.h230 void clearColorImage(const GrVkGpu* gpu,
DGrVkCommandBuffer.cpp765 void GrVkPrimaryCommandBuffer::clearColorImage(const GrVkGpu* gpu, in clearColorImage() function in GrVkPrimaryCommandBuffer
DGrVkGpu.cpp1001 this->currentCommandBuffer()->clearColorImage(this, tex.get(), &zeroClearColor, 1, &range); in onCreateTexture()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp11981 …void clearColorImage( Image image, ImageLayout imageLayout, const ClearColorValue* pColor, uint32_…
11984 …void clearColorImage( Image image, ImageLayout imageLayout, const ClearColorValue & color, ArrayPr…
47274 …VULKAN_HPP_INLINE void CommandBuffer::clearColorImage( Image image, ImageLayout imageLayout, const… in clearColorImage() function in VULKAN_HPP_NAMESPACE::CommandBuffer
47280 …VULKAN_HPP_INLINE void CommandBuffer::clearColorImage( Image image, ImageLayout imageLayout, const… in clearColorImage() function in VULKAN_HPP_NAMESPACE::CommandBuffer