Home
last modified time | relevance | path

Searched refs:colorDataSpace (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp600 VKAPI_ATTR VkResult SetWindowColorDataSpace(NativeWindow* window, GraphicColorDataSpace colorDataSpace) in SetWindowColorDataSpace() argument
606 static_cast<int>(colorDataSpace)); in SetWindowColorDataSpace()
744 GraphicColorDataSpace colorDataSpace = GetColorDataspace(createInfo->imageColorSpace); in SetWindowInfo() local
746 static_cast<int>(createInfo->imageColorSpace), static_cast<int>(colorDataSpace)); in SetWindowInfo()
747 if (colorDataSpace == GRAPHIC_COLOR_DATA_SPACE_UNKNOWN) { in SetWindowInfo()
761 if (SetWindowColorDataSpace(window, colorDataSpace) != VK_SUCCESS) { in SetWindowInfo()

Completed in 5 milliseconds