Searched refs:layerCommand (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | ComposerClient.cpp | 761 const LayerCommand& layerCommand) { in executeLayerCommand() argument 762 Layer* layer = display.getLayer(layerCommand.layer); in executeLayerCommand() 768 DISPATCH_LAYER_COMMAND(layerCommand, commandResults, display, layer, cursorPosition, in executeLayerCommand() 770 DISPATCH_LAYER_COMMAND(layerCommand, commandResults, display, layer, buffer, Buffer); in executeLayerCommand() 771 DISPATCH_LAYER_COMMAND(layerCommand, commandResults, display, layer, damage, SurfaceDamage); in executeLayerCommand() 772 DISPATCH_LAYER_COMMAND(layerCommand, commandResults, display, layer, blendMode, BlendMode); in executeLayerCommand() 773 DISPATCH_LAYER_COMMAND(layerCommand, commandResults, display, layer, color, Color); in executeLayerCommand() 774 DISPATCH_LAYER_COMMAND(layerCommand, commandResults, display, layer, composition, Composition); in executeLayerCommand() 775 DISPATCH_LAYER_COMMAND(layerCommand, commandResults, display, layer, dataspace, Dataspace); in executeLayerCommand() 776 DISPATCH_LAYER_COMMAND(layerCommand, commandResults, display, layer, displayFrame, in executeLayerCommand() [all …]
|
D | ComposerClient.h | 137 const LayerCommand& layerCommand);
|