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

  /system/core/libsystem/include/system/
graphics-base.h 116 HAL_COLOR_MODE_SRGB = 7,
  /frameworks/native/libs/ui/
DebugUtils.cpp 220 case HAL_COLOR_MODE_SRGB:
221 return std::string("HAL_COLOR_MODE_SRGB");
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 266 if (!mPlatformHasWideColor || !mDisplayHasWideColor || mode == HAL_COLOR_MODE_SRGB ||
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.cpp 237 PopulateTransform(HAL_COLOR_MODE_SRGB, mode_string, color_transform);
252 PopulateTransform(HAL_COLOR_MODE_SRGB, mode_string, mode_string);
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_display.cpp 231 PopulateTransform(HAL_COLOR_MODE_SRGB, mode_string, color_transform);
243 PopulateTransform(HAL_COLOR_MODE_SRGB, mode_string, mode_string);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 186 PopulateTransform(HAL_COLOR_MODE_SRGB, mode_string);
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp     [all...]

Completed in 243 milliseconds