Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandBuffer.h71 std::array<int32_t, 4> ConvertToSignedIntegerColor(dawn_native::Color color);
DCommandBuffer.cpp226 std::array<int32_t, 4> ConvertToSignedIntegerColor(dawn_native::Color color) { in ConvertToSignedIntegerColor() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp268 ConvertToSignedIntegerColor(attachmentInfo.clearColor); in RecordBeginRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1084 ConvertToSignedIntegerColor(attachmentInfo->clearColor); in ExecuteRenderPass()