Lines Matching defs:layerId
256 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
263 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer()
269 static int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerRegion()
276 static int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerCrop()
283 static int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
289 static int32_t SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti()
295 static int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha *alpha) in SetLayerAlpha()
302 static int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) in SetLayerTransformMode()
308 static int32_t SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, IRect *region) in SetLayerDirtyRegion()
315 static int32_t SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect) in SetLayerVisibleRegion()
322 static int32_t SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle *buffer, int32_t… in SetLayerBuffer()
328 static int32_t SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) in SetLayerCompositionType()
334 static int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) in SetLayerBlendType()