HomeSort by relevance Sort by last modified time
    Searched refs:wantSRGB (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.cpp 182 bool wantSRGB = srgbColorSpace == params.fColorSpace;
186 GrPixelConfigIsSRGB(config) == wantSRGB) {
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 434 bool wantSRGB = false;
436 wantSRGB = true;
440 VkFormat desiredFormat = wantSRGB ? VK_FORMAT_R8G8B8A8_SRGB : VK_FORMAT_R8G8B8A8_UNORM;

Completed in 338 milliseconds