Searched refs:clearColorImage (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 101 void clearColorImage(VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor,
|
D | VkCommandBuffer.cpp | 763 void CommandBuffer::clearColorImage(VkImage image, VkImageLayout imageLayout, const VkClearColorVal… in clearColorImage() function in vk::CommandBuffer
|
D | libVulkan.cpp | 1479 vk::Cast(commandBuffer)->clearColorImage(image, imageLayout, pColor, rangeCount, pRanges); in vkCmdClearColorImage()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 231 void clearColorImage(const GrVkGpu* gpu,
|
D | GrVkCommandBuffer.cpp | 775 void GrVkPrimaryCommandBuffer::clearColorImage(const GrVkGpu* gpu, in clearColorImage() function in GrVkPrimaryCommandBuffer
|
D | GrVkGpu.cpp | 1003 this->currentCommandBuffer()->clearColorImage(this, tex.get(), &zeroClearColor, 1, &range); in onCreateTexture()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 230 void clearColorImage(const GrVkGpu* gpu,
|
D | GrVkCommandBuffer.cpp | 765 void GrVkPrimaryCommandBuffer::clearColorImage(const GrVkGpu* gpu, in clearColorImage() function in GrVkPrimaryCommandBuffer
|
D | GrVkGpu.cpp | 1001 this->currentCommandBuffer()->clearColorImage(this, tex.get(), &zeroClearColor, 1, &range); in onCreateTexture()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 11981 …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
|