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

/frameworks/native/include/ui/
H A DDebugUtils.h33 std::string decodeColorTransform(android_color_transform colorTransform);
/frameworks/native/libs/ui/include/ui/
H A DDebugUtils.h33 std::string decodeColorTransform(android_color_transform colorTransform);
/frameworks/native/libs/ui/include_vndk/ui/
H A DDebugUtils.h33 std::string decodeColorTransform(android_color_transform colorTransform);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.h53 mat4 colorTransform; member in struct:android::RE::impl::GLES20RenderEngine::Group
83 virtual void setupColorTransform(const mat4& colorTransform);
H A DGLES20RenderEngine.cpp266 void GLES20RenderEngine::setupColorTransform(const mat4& colorTransform) { argument
267 mState.setColorMatrix(colorTransform);
/frameworks/native/libs/ui/
H A DDebugUtils.cpp247 std::string decodeColorTransform(android_color_transform colorTransform) { argument
248 switch (colorTransform) {
271 return android::base::StringPrintf("Unknown color transform %d", colorTransform);
/frameworks/native/include/layerproto/
H A DLayerProtoParser.h125 std::string colorTransform; member in class:android::surfaceflinger::LayerProtoParser::LayerGlobal
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h125 std::string colorTransform; member in class:android::surfaceflinger::LayerProtoParser::LayerGlobal
/frameworks/native/services/surfaceflinger/
H A DLayerStats.cpp105 layerGlobal.colorMode.c_str(), layerGlobal.colorTransform.c_str(),
/frameworks/native/services/surfaceflinger/layerproto/
H A DLayerProtoParser.cpp50 layerGlobal.colorTransform = layersProto.color_transform();

Completed in 72 milliseconds