Home
last modified time | relevance | path

Searched defs:ColorTransform (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h27 using ColorTransform = variable
/aosp12/frameworks/base/libs/hwui/
H A DCanvasTransform.h34 enum class ColorTransform { enum
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/
H A Dsnapdragon_color_intf.h96 struct ColorTransform { struct
97 const uint32_t version = sizeof(struct ColorTransform); argument
98 std::array<float, kMatrixSize> coeff_array;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputLayerTest.cpp780 enum class SimulateUnsupported { None, ColorTransform }; enumerator