Home
last modified time | relevance | path

Searched refs:ConvertToUnsignedIntegerColor (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandBuffer.h72 std::array<uint32_t, 4> ConvertToUnsignedIntegerColor(dawn_native::Color color);
DCommandBuffer.cpp233 std::array<uint32_t, 4> ConvertToUnsignedIntegerColor(dawn_native::Color color) { in ConvertToUnsignedIntegerColor() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp260 ConvertToUnsignedIntegerColor(attachmentInfo.clearColor); in RecordBeginRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1078 ConvertToUnsignedIntegerColor(attachmentInfo->clearColor); in ExecuteRenderPass()